diff options
| -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: |
