aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sphyrna
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sphyrna')
-rw-r--r--recipes/sphyrna/sphyrna-python_svn.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/sphyrna/sphyrna-python_svn.bb b/recipes/sphyrna/sphyrna-python_svn.bb
index a78a1d1aba..1e3c41231e 100644
--- a/recipes/sphyrna/sphyrna-python_svn.bb
+++ b/recipes/sphyrna/sphyrna-python_svn.bb
@@ -9,12 +9,12 @@ SRC_URI = "svn://projects.linuxtogo.org/svn;module=sphyrna"
S = "${WORKDIR}/sphyrna"
-inherit autotools
+inherit autotools python-dir
PACKAGES = "${PN}-dbg sphyrna-console sphyrna-python"
FILES_sphyrna-console = "${bindir}/hhconsole"
-FILES_sphyrna-python = "${bindir}/decode.py ${libdir}/python*/site-packages/sphyrna/*"
+FILES_sphyrna-python = "${bindir}/decode.py ${PYTHON_SITEPACKAGES_DIR}/sphyrna/*"
PACKAGE_ARCH_sphyrna-python = "all"
RDEPENDS_sphyrna-python = "python-core python-re"