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:
@@ -39,8 +39,8 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*${SOLIBS}
|
||||
PACKAGES_DYNAMIC = "goffice-plugin-*"
|
||||
|
||||
python populate_packages_prepend () {
|
||||
goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins/', d)
|
||||
goffice_libdir = bb.data.expand('${libdir}/goffice/${PV}/plugins/', d)
|
||||
|
||||
do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
|
||||
do_split_packages(d, goffice_libdir, '(.*)', 'goffice-plugin-%s', 'Goffice plugin for %s', allow_dirs=True)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user