mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
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:
@@ -29,8 +29,8 @@ EXTRA_OECONF = "\
|
||||
# enable pulse again when pulseaudio >= 0.9.11 is the default in OE
|
||||
|
||||
python populate_packages_prepend() {
|
||||
plugindir = bb.data.expand('${libdir}/${P}/', d)
|
||||
do_split_packages(d, plugindir, '^libcanberra-(.*)\.so$', 'libcanberra-%s', '%s support library', extra_depends='' )
|
||||
plugindir = bb.data.expand('${libdir}/${P}/', d)
|
||||
do_split_packages(d, plugindir, '^libcanberra-(.*)\.so$', 'libcanberra-%s', '%s support library', extra_depends='' )
|
||||
}
|
||||
|
||||
PACKAGES =+ "${PN}-gtk"
|
||||
|
||||
Reference in New Issue
Block a user