diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 17:09:51 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-01-07 17:09:51 +0000 |
commit | 957863bf9efaaa59d3d725bef4aeb94361cd6596 (patch) | |
tree | 6b0186c09256c5734c40c08bd8e39d717df715ed /meta | |
parent | 795e22ccf8bff4d0b7f389faef7aa2e23da06998 (diff) | |
download | poky-957863bf9efaaa59d3d725bef4aeb94361cd6596.tar.gz |
rpm-native: Add DEPENDS on gettext-native
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/rpm/rpm-native_4.4.2.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/rpm/rpm-native_4.4.2.3.bb b/meta/packages/rpm/rpm-native_4.4.2.3.bb index 1545801370..8a59289b1e 100644 --- a/meta/packages/rpm/rpm-native_4.4.2.3.bb +++ b/meta/packages/rpm/rpm-native_4.4.2.3.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require rpm_${PV}.bb | 1 | require rpm_${PV}.bb |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native" | 4 | DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native gettext-native" |
5 | 5 | ||
6 | export varprefix = "${localstatedir}" | 6 | export varprefix = "${localstatedir}" |