summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/rpm
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-04-11 17:26:17 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-13 16:04:12 +0100
commit04b16f1038f7cae445d741e86c2cc19c70f991c1 (patch)
tree64710c70b8591552c99b7671d4987e3da613be9a /meta/recipes-devtools/rpm
parent5d41ccd2ca7cb3a9a8be9d6fafb62b5d4666c185 (diff)
downloadpoky-04b16f1038f7cae445d741e86c2cc19c70f991c1.tar.gz
rpm-native: Compile python rpm module (with-python)
This module is needed by python scripts from createrepo native package. [YOCTO #2134] RP: Add missing DEPENDS on python-native (From OE-Core rev: 17f3cc1be0e8648cb4579793a9eb5a701deac85f) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r--meta/recipes-devtools/rpm/rpm_5.4.0.bb4
1 files changed, 1 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 a9c96287f6..5ee6b47e34 100644
--- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb
+++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb
@@ -44,7 +44,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
44 44
45DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}" 45DEPENDS = "bzip2 zlib db openssl elfutils expat libpcre attr acl popt ${extrarpmdeps}"
46extrarpmdeps = "python perl file" 46extrarpmdeps = "python perl file"
47extrarpmdeps_virtclass-native = "file-native" 47extrarpmdeps_virtclass-native = "python-native file-native"
48PR = "r36" 48PR = "r36"
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
@@ -100,8 +100,6 @@ WITH_PYTHON = " --with-python=${PYTHON_BASEVERSION} \
100 --without-pythonembed \ 100 --without-pythonembed \
101 " 101 "
102 102
103WITH_PYTHON_virtclass-native = " --without-python"
104
105# Perl modules are not built, but they could be enabled fairly easily 103# Perl modules are not built, but they could be enabled fairly easily
106# the perl module creation and installation would need to be patched. 104# the perl module creation and installation would need to be patched.
107# (currently has host perl contamination issues) 105# (currently has host perl contamination issues)