rpm-native: Add DEPENDS on gettext-native

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-01-07 17:09:51 +00:00
parent 795e22ccf8
commit 957863bf9e
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
require rpm_${PV}.bb
inherit native
DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native"
DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native gettext-native"
export varprefix = "${localstatedir}"