aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-04-07 21:00:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2021-04-07 21:01:03 +0200
commit6b3000729ce3424c2aa8a03cd46ef37b200d2fc1 (patch)
tree0faff04fdaa781dfd602ec7e6f88da942f33809e
parent62ea63f292e0ae70dc668a2cf14c2e6e8c1e9acc (diff)
downloadmeta-python2-6b3000729ce3424c2aa8a03cd46ef37b200d2fc1.tar.gz
python-pyrex: add missing slash in FILES variable
* basedir is just 'lib' and datadir is just '/usr/share' and '/usr/sharelib/python2.7' is even worse than what we had before (sorry I've merged wrong revision of this) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-devtools/python/python-pyrex_0.9.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pyrex_0.9.9.bb b/recipes-devtools/python/python-pyrex_0.9.9.bb
index aaf2c54..b03e255 100644
--- a/recipes-devtools/python/python-pyrex_0.9.9.bb
+++ b/recipes-devtools/python/python-pyrex_0.9.9.bb
@@ -19,4 +19,4 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
-FILES_${PN} += "${datadir}${baselib}/${PYTHON_DIR}/site-packages/Pyrex/Compiler/Lexicon.pickle"
+FILES_${PN} += "${datadir}/${baselib}/${PYTHON_DIR}/site-packages/Pyrex/Compiler/Lexicon.pickle"