recipes: convert tabs to 4 spaces in populate_packages

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Martin Jansa
2012-07-19 14:05:34 +00:00
committed by Koen Kooi
parent 3770f2bbee
commit 5cb8258d15
17 changed files with 121 additions and 121 deletions
+2 -2
View File
@@ -16,8 +16,8 @@ FILES_orc-examples = "${libdir}/orc/*"
FILES_${PN} = "${bindir}/*"
python populate_packages_prepend () {
libdir = bb.data.expand('${libdir}', d)
do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True)
libdir = bb.data.expand('${libdir}', d)
do_split_packages(d, libdir, '^lib(.*)\.so\.*', 'lib%s', 'ORC %s library', extra_depends='', allow_links=True)
}
do_compile_prepend_virtclass-native () {