aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnuradio
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 13:27:40 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:28:25 +0300
commite0f9409803d6edc14608828967c0c52b5a2d182e (patch)
tree89172fda5bdc555fdcbc189fed73fcda1465e771 /recipes/gnuradio
parent99962c42b37b4ccc256d45540016309904ce7c77 (diff)
downloadopenembedded-e0f9409803d6edc14608828967c0c52b5a2d182e.tar.gz
distutils-common-base: move Python dir detection to separate class
Allows to inherit that in packages containing Python extensions but still tightly control packaging of those extensions. Mainly for the cases where you want those python modules/extensions/parts to be packaged separately from the main package in order not to introduce python dependency where you don't need it. Technically, you can do it with distutils-common-base, but it might require more FILES_* work than with python-dir. Introduce PYTHON_SITEPACKAGES_DIR along the way, site-packages directory is referenced frequently enough within class files, but some recipes also pack this directory as ${libdir}/python2.5/site-packages ${libdir}/python2.6/site-packages ${libdir}/python*/site-packages /usr/lib/python*/site-packages ${libdir}/*/site-packages all of which are not perfect. Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/gnuradio')
0 files changed, 0 insertions, 0 deletions