From 5cb8258d15a64fcf73ce024acdbbb36de4db2fec Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Jul 2012 14:05:34 +0000 Subject: recipes: convert tabs to 4 spaces in populate_packages Signed-off-by: Martin Jansa Signed-off-by: Koen Kooi --- meta-gnome/recipes-support/goffice/goffice_0.8.17.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-gnome/recipes-support') diff --git a/meta-gnome/recipes-support/goffice/goffice_0.8.17.bb b/meta-gnome/recipes-support/goffice/goffice_0.8.17.bb index 9988c41202..c55a8acf61 100644 --- a/meta-gnome/recipes-support/goffice/goffice_0.8.17.bb +++ b/meta-gnome/recipes-support/goffice/goffice_0.8.17.bb @@ -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) } -- cgit 1.2.3-korg