1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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 -1
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}"