distutils-base bbclass: exclude debug files from $bindir and $libdir, PYTHON_DIR...
authorKoen Kooi <koen@openembedded.org>
Tue, 14 Nov 2006 08:50:26 +0000 (08:50 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 14 Nov 2006 08:50:26 +0000 (08:50 +0000)
classes/distutils-base.bbclass

index 68d7112..15e945d 100644 (file)
@@ -10,5 +10,5 @@ def python_dir(d):
        raise "No Python in STAGING_INCDIR. Forgot to build python-native ?"
 
 PYTHON_DIR = "${@python_dir(d)}"
-FILES_${PN} = "${bindir} ${libdir} ${libdir}/${PYTHON_DIR}"
+FILES_${PN} = "${bindir}/* ${libdir}/* ${libdir}/${PYTHON_DIR}"