diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-07-07 14:59:02 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 00:46:57 +0100 |
commit | 8760cde94aca80a920cb50230d61c187d3cfeee4 (patch) | |
tree | 208300c2be553d55b36ebc6e5f644d3b19cb429a /meta/packages/rpm/rpm-native_4.4.2.3.bb | |
parent | 60fa21d157823b9c6ffd4a066d3afdd2f0224d17 (diff) | |
download | poky-8760cde94aca80a920cb50230d61c187d3cfeee4.tar.gz |
rpm: switch to using RPM 5
Switch to RPM5 as our rpm provider of choice and update the recipe to the latest
stable release.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Modify the package_rpm.bbclass to understand the macro and command line changes
present in rpm5.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/packages/rpm/rpm-native_4.4.2.3.bb')
-rw-r--r-- | meta/packages/rpm/rpm-native_4.4.2.3.bb | 6 |
1 files changed, 0 insertions, 6 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 deleted file mode 100644 index 8a59289b1e..0000000000 --- a/meta/packages/rpm/rpm-native_4.4.2.3.bb +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | require rpm_${PV}.bb | ||
2 | inherit native | ||
3 | |||
4 | DEPENDS = "beecrypt-native zlib-native file-native popt-native python-native gettext-native" | ||
5 | |||
6 | export varprefix = "${localstatedir}" | ||