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 | |
| parent | 795e22ccf8bff4d0b7f389faef7aa2e23da06998 (diff) | |
| download | openembedded-core-957863bf9efaaa59d3d725bef4aeb94361cd6596.tar.gz openembedded-core-957863bf9efaaa59d3d725bef4aeb94361cd6596.tar.bz2 openembedded-core-957863bf9efaaa59d3d725bef4aeb94361cd6596.zip | |
rpm-native: Add DEPENDS on gettext-native
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -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 @@ 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}" |
