summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
index d3f85f22a1..5c30f1cbf7 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -42,8 +42,10 @@ 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
45DEPENDS = "bzip2 zlib python perl db openssl elfutils expat libpcre attr acl popt" 45rpmdeps = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt"
46PR = "r16" 46DEPENDS = "${rpmdeps} python perl"
47DEPENDS_virtclass-native = "${rpmdeps}"
48PR = "r17"
47 49
48# 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
49# in order to extract the distribution SRPM into a format we can extract... 51# in order to extract the distribution SRPM into a format we can extract...
@@ -92,7 +94,7 @@ WITH_PYTHON = " --with-python=${PYTHON_BASEVERSION} \
92 --without-pythonembed \ 94 --without-pythonembed \
93 " 95 "
94 96
95WITH_PYTHON_native = " --without-python" 97WITH_PYTHON_virtclass-native = " --without-python"
96 98
97# Perl modules are not built, but they could be enabled fairly easily 99# Perl modules are not built, but they could be enabled fairly easily
98# the perl module creation and installation would need to be patched. 100# the perl module creation and installation would need to be patched.
@@ -100,7 +102,7 @@ WITH_PYTHON_native = " --without-python"
100#WITH_PERL = " --with-perl --without-perlembed" 102#WITH_PERL = " --with-perl --without-perlembed"
101WITH_PERL = " --without-perl" 103WITH_PERL = " --without-perl"
102 104
103WITH_PERL_native = " --without-perl" 105WITH_PERL_virtclass-native = " --without-perl"
104 106
105WITH_DB = "--with-db --with-dbsql --without-db-tools-integrated --without-sqlite" 107WITH_DB = "--with-db --with-dbsql --without-db-tools-integrated --without-sqlite"
106 108