diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-23 15:20:19 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-25 09:28:26 +0300 |
commit | 658ae76b938a90ac3587909f6b8525559fe57b56 (patch) | |
tree | 9216406ea230a65552429cb71c190c0e00d04c2d /recipes/rpm | |
parent | e0f9409803d6edc14608828967c0c52b5a2d182e (diff) |
use PYTHON_SITEPACKAGES_DIR
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR.
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/rpm')
-rw-r--r-- | recipes/rpm/rpm-4.4.2.3.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/rpm/rpm-4.4.2.3.inc b/recipes/rpm/rpm-4.4.2.3.inc index eef308f831..22e9734400 100644 --- a/recipes/rpm/rpm-4.4.2.3.inc +++ b/recipes/rpm/rpm-4.4.2.3.inc @@ -12,7 +12,7 @@ SRC_URI = "http://www.rpm.org/releases/rpm-4.4.x/rpm-4.4.2.3.tar.gz \ file://missingok.patch;patch=1;pnum=0 \ file://extcond.patch;patch=1;pnum=0" -inherit autotools +inherit autotools python-dir S = "${WORKDIR}/rpm-${PV}" @@ -21,7 +21,7 @@ ARM_INSTRUCTION_SET = "arm" acpaths = "-I ${S}/db/dist/aclocal -I ${S}/db/dist/aclocal_java" PACKAGES += "python-rpm" -FILES_python-rpm = "${libdir}/python*/site-packages/rpm/_*" +FILES_python-rpm = "${PYTHON_SITEPACKAGES_DIR}/rpm/_*" # Handle the db MUTEX settings here, the POSIX library is # the default - "POSIX/pthreads/library". |