From: Michael Mrozek Date: Tue, 27 Nov 2012 01:00:00 +0000 (+0100) Subject: openbox_3.5.0: Fixed some stuff... X-Git-Tag: sz_154~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e99e306b2e8bf7a0d0b9ce196ca595a8e599346a;p=openembedded.git openbox_3.5.0: Fixed some stuff... --- diff --git a/recipes/openbox/openbox_3.5.0.bb b/recipes/openbox/openbox_3.5.0.bb index a872178f2a..d9bdba7b3f 100644 --- a/recipes/openbox/openbox_3.5.0.bb +++ b/recipes/openbox/openbox_3.5.0.bb @@ -20,13 +20,12 @@ FILES_lxde-icon-theme = "${datadir}/icons" 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) + 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) - } - +} + ALTERNATIVE_PATH = "${bindir}/openbox" ALTERNATIVE_NAME = "x-window-manager" ALTERNATIVE_LINK = "${bindir}/x-window-manager" ALTERNATIVE_PRIORITY = "10" - \ No newline at end of file