summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm/rpm_5.4.0.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 17:56:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 22:49:10 +0100
commit1b53eef2769d1b5e4ff527ccabf9b700afc02220 (patch)
treeeac0ab929bf93d34cb48b1be690d9a19a37330b7 /meta/recipes-devtools/rpm/rpm_5.4.0.bb
parent69c87c5ebba27d843e00a01d02031477f23867fe (diff)
downloadpoky-1b53eef2769d1b5e4ff527ccabf9b700afc02220.tar.gz
native/nativesdk: Clean up the depends ordering after bitbake override handling updates
This massively cleans up the dependency handling in the two classes when interacting with BBCLASSEXTEND. This change has a dependency on the bitbake override handling change and also the existence of the RecipePreFinalise event. (From OE-Core rev: f183c7cfe377fa6ed2777605c3590a9dda2060df) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm/rpm_5.4.0.bb')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index 5c30f1cbf7..0c88f91761 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -42,9 +42,9 @@ HOMEPAGE = "http://rpm5.org/"
42LICENSE = "LGPL 2.1" 42LICENSE = "LGPL 2.1"
43LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1" 43LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
44 44
45rpmdeps = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt" 45DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
46DEPENDS = "${rpmdeps} python perl" 46extrarpmdeps = "python perl"
47DEPENDS_virtclass-native = "${rpmdeps}" 47extrarpmdeps_virtclass-native = ""
48PR = "r17" 48PR = "r17"
49 49
50# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed 50# rpm2cpio is a shell script, which is part of the rpm src.rpm. It is needed