diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-06 17:05:09 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-06 17:05:09 +0000 |
commit | 61ec403176f292b541875012320038dbd8f404c4 (patch) | |
tree | d93359a7d99ba342c349c222731a246b66d76329 /meta/packages/rpm | |
parent | ceb72549549583eed7bd7debdec62408802911ef (diff) | |
download | poky-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
Diffstat (limited to 'meta/packages/rpm')
-rw-r--r-- | meta/packages/rpm/rpm_4.4.2.3.bb | 7 |
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." | |||
2 | HOMEPAGE = "http://rpm.org/" | 2 | HOMEPAGE = "http://rpm.org/" |
3 | LICENSE = "LGPL GPL" | 3 | LICENSE = "LGPL GPL" |
4 | DEPENDS = "zlib beecrypt file popt python" | 4 | DEPENDS = "zlib beecrypt file popt python" |
5 | PR = "r9" | 5 | PR = "r10" |
6 | 6 | ||
7 | SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \ | 7 | SRC_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 | ||
21 | EXTRA_OECONF = "--with-python=$PYTHONVER \ | 21 | EXTRA_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 | ||
30 | PACKAGES += "python-rpm" | ||
31 | FILES_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: |