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:45 +0200
commitd9662a41f67c3425a356bce4ec29f82058127344 (patch)
treebda5dbe059a56ef02da5195ee61c81751e3a1954
parentea0f0ecf9d710cef241dca517c9d0ae20d9ba3a7 (diff)
downloadmeta-python2-d9662a41f67c3425a356bce4ec29f82058127344.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"