summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-10-06 17:05:09 +0000
committerRichard Purdie <richard@openedhand.com>2008-10-06 17:05:09 +0000
commit61ec403176f292b541875012320038dbd8f404c4 (patch)
treed93359a7d99ba342c349c222731a246b66d76329
parentceb72549549583eed7bd7debdec62408802911ef (diff)
downloadpoky-61ec403176f292b541875012320038dbd8f404c4.tar.gz
rpm: Add python module packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5423 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/rpm/rpm_4.4.2.3.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/rpm/rpm_4.4.2.3.bb b/meta/packages/rpm/rpm_4.4.2.3.bb
index ef6087893c..3083387d87 100644
--- a/meta/packages/rpm/rpm_4.4.2.3.bb
+++ b/meta/packages/rpm/rpm_4.4.2.3.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The RPM Package Manager."
2HOMEPAGE = "http://rpm.org/" 2HOMEPAGE = "http://rpm.org/"
3LICENSE = "LGPL GPL" 3LICENSE = "LGPL GPL"
4DEPENDS = "zlib beecrypt file popt python" 4DEPENDS = "zlib beecrypt file popt python"
5PR = "r9" 5PR = "r10"
6 6
7SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \ 7SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \
8 file://external-tools.patch;patch=1 \ 8 file://external-tools.patch;patch=1 \
@@ -20,13 +20,16 @@ acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java"
20 20
21EXTRA_OECONF = "--with-python=$PYTHONVER \ 21EXTRA_OECONF = "--with-python=$PYTHONVER \
22 --with-python-incdir=${STAGING_INCDIR}/python$PYTHONVER \ 22 --with-python-incdir=${STAGING_INCDIR}/python$PYTHONVER \
23 --with-python-libdir=${STAGING_LIBDIR}/python$PYTHONVER \ 23 --with-python-libdir=${libdir}/python$PYTHONVER \
24 --without-apidocs \ 24 --without-apidocs \
25 --without-selinux \ 25 --without-selinux \
26 --without-lua \ 26 --without-lua \
27 --without-dmalloc \ 27 --without-dmalloc \
28 --without-efence" 28 --without-efence"
29 29
30PACKAGES += "python-rpm"
31FILES_python-rpm = "${libdir}/python*/site-packages/rpm/_*"
32
30# Handle the db MUTEX settings here, the POSIX library is 33# Handle the db MUTEX settings here, the POSIX library is
31# the default - "POSIX/pthreads/library". 34# the default - "POSIX/pthreads/library".
32# Don't ignore the nice SWP instruction on the ARM: 35# Don't ignore the nice SWP instruction on the ARM: