| Submitter | Andrei Gherzan |
|---|---|
| Date | April 11, 2012, 2:26 p.m. |
| Message ID | <a7b1eb3389a4a54ed6076cd7f1497e8f2cb52d3e.1334154247.git.andrei@gherzan.ro> |
| Download | mbox | patch |
| Permalink | /patch/25605/ |
| State | New |
| Headers | show |
Comments
Patch
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)
This module is needed by python scripts from createrepo native package. [YOCTO #2134] Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)