[oe] [PATCH] rpm: fix python-rpm packaging, add missing python-native build dependency

Roman I Khimov khimov at altell.ru
Tue Mar 23 14:26:07 UTC 2010


Signed-off-by: Roman I Khimov <khimov at altell.ru>
---
 recipes/rpm/rpm-4.4.2.3.inc |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/rpm/rpm-4.4.2.3.inc b/recipes/rpm/rpm-4.4.2.3.inc
index 22e9734..f1f4d65 100644
--- a/recipes/rpm/rpm-4.4.2.3.inc
+++ b/recipes/rpm/rpm-4.4.2.3.inc
@@ -1,7 +1,8 @@
 DESCRIPTION = "The RPM Package Manager."
 HOMEPAGE = "http://rpm.org/"
 LICENSE = "LGPL GPL"
-PR = "r15"
+DEPENDS = "python-native"
+PR = "r16"
 
 SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \
            file://external-tools.patch;patch=1 \
@@ -22,6 +23,7 @@ acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
 
 PACKAGES += "python-rpm"
 FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/_*"
+RDEPENDS_python-rpm += "${PN} python-core"
 
 # Handle the db MUTEX settings here, the POSIX library is
 # the default - "POSIX/pthreads/library".
-- 
1.5.6.5





More information about the Openembedded-devel mailing list