mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
classes: Sync with OE - mainly quoting fixes or other minor updates
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@885 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user