aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rpm
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 17:21:18 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:29:20 +0300
commit4835b754dd4fa2346a2783e3c46aaba3ac200e51 (patch)
treef92fdf4dd1ac25ed042a94a1542cef128910623f /recipes/rpm
parent1f1a3a119d0f4930c17376112cf53fcec40e15f2 (diff)
downloadopenembedded-4835b754dd4fa2346a2783e3c46aaba3ac200e51.tar.gz
rpm: fix python-rpm packaging, add missing python-native build dependency
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/rpm')
-rw-r--r--recipes/rpm/rpm-4.4.2.3.inc4
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 22e9734400..f1f4d6562d 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".