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-systemd/recipes-core/systemd/systemd_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-systemd/recipes-core') diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb index 8af1aa5710..6b9fc8c240 100644 --- a/meta-systemd/recipes-core/systemd/systemd_git.bb +++ b/meta-systemd/recipes-core/systemd/systemd_git.bb @@ -85,8 +85,8 @@ do_install() { } python populate_packages_prepend (){ - systemdlibdir = d.getVar("base_libdir", True) - do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True) + systemdlibdir = d.getVar("base_libdir", True) + do_split_packages(d, systemdlibdir, '^lib(.*)\.so\.*', 'lib%s', 'Systemd %s library', extra_depends='', allow_links=True) } PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze" -- cgit 1.2.3-korg