From patchwork Wed Apr 11 14:26:17 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3/3] rpm-native: Compile python rpm module (with-python) Date: Wed, 11 Apr 2012 14:26:17 -0000 From: Andrei Gherzan X-Patchwork-Id: 25605 Message-Id: To: openembedded-core@lists.openembedded.org This module is needed by python scripts from createrepo native package. [YOCTO #2134] Signed-off-by: Andrei Gherzan --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 4576f67..d44ff99 100644 --- a/meta/recipes-devtools/rpm/rpm_5.4.0.bb +++ b/meta/recipes-devtools/rpm/rpm_5.4.0.bb @@ -99,8 +99,6 @@ WITH_PYTHON = " --with-python=${PYTHON_BASEVERSION} \ --without-pythonembed \ " -WITH_PYTHON_virtclass-native = " --without-python" - # Perl modules are not built, but they could be enabled fairly easily # the perl module creation and installation would need to be patched. # (currently has host perl contamination issues)