mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-25 19:27:14 +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:
@@ -23,9 +23,9 @@ PACKAGES =+ "${PN}-core ${PN}-lxde ${PN}-gnome"
|
||||
PACKAGES_DYNAMIC += "${PN}-theme-*"
|
||||
|
||||
python populate_packages_prepend() {
|
||||
theme_dir = bb.data.expand('${datadir}/themes/', d)
|
||||
theme_name = bb.data.expand('${PN}-theme-%s', d)
|
||||
do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
|
||||
theme_dir = bb.data.expand('${datadir}/themes/', d)
|
||||
theme_name = bb.data.expand('${PN}-theme-%s', d)
|
||||
do_split_packages(d, theme_dir, '(.*)', theme_name, '${PN} theme for %s', extra_depends='', allow_dirs=True)
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "${PN}-core"
|
||||
|
||||
Reference in New Issue
Block a user