From 1995c3a85e93372ab9c7a6fac817e9674bbe09fa Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 1 Aug 2012 00:13:14 +0100 Subject: Fix whitespace issues Ensure we use only four spaces in all python functions; this avoids warnings and errors triggered by the recent cleanup in OE-Core. Signed-off-by: Paul Eggleton --- recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-qtopia/qpe-gaim') diff --git a/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb b/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb index a820d9e..fe66408 100644 --- a/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb +++ b/recipes-qtopia/qpe-gaim/qpe-libgaim_1.5.0.bb @@ -45,8 +45,8 @@ PACKAGES_DYNAMIC = "libgaim-protocol-*" #FIXME: use do_packages to create individual packages for each of the plugins python populate_packages_prepend () { - plugindir = bb.data.expand('${libdir}/gaim', d) - do_split_packages(d, plugindir, '^lib(.*)\.so$', 'libgaim-protocol-%s', 'GAIM plugin for %s protocol', extra_depends='' ) + plugindir = bb.data.expand('${libdir}/gaim', d) + do_split_packages(d, plugindir, '^lib(.*)\.so$', 'libgaim-protocol-%s', 'GAIM plugin for %s protocol', extra_depends='' ) } PACKAGES += "libgaim-plugins" -- cgit 1.2.3-korg