diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-23 00:33:25 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-08-23 00:33:25 +0000 |
commit | b8870bc827512b9c3dc09fb473dc50537106e647 (patch) | |
tree | 1c518f17cccc57128d81d062269d97a4e8c0e064 | |
parent | 27c4835dc5f443a7bda4f6defbc22a10a5a6e423 (diff) |
sphyrna: generalize FILES_sphyrna-python definition
-rw-r--r-- | packages/sphyrna/sphyrna-python_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sphyrna/sphyrna-python_svn.bb b/packages/sphyrna/sphyrna-python_svn.bb index 5dcab372e7..011c496fe4 100644 --- a/packages/sphyrna/sphyrna-python_svn.bb +++ b/packages/sphyrna/sphyrna-python_svn.bb @@ -14,7 +14,7 @@ inherit autotools PACKAGES = "${PN}-dbg sphyrna-console sphyrna-python" FILES_sphyrna-console = "${bindir}/hhconsole" -FILES_sphyrna-python = "${bindir}/decode.py ${libdir}/python2.4/site-packages/sphyrna/*" +FILES_sphyrna-python = "${bindir}/decode.py ${libdir}/python*/site-packages/sphyrna/*" PACKAGE_ARCH_sphyrna-python = "all" RDEPENDS_sphyrna-python = "python-core python-re" |