From: Koen Kooi Date: Fri, 10 Sep 2010 19:02:10 +0000 (+0200) Subject: exquisite-theme-angstrom: another workaround for do_unpack breakage X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df104739316e0b697209cf2e033560d31427ae08;p=openembedded.git exquisite-theme-angstrom: another workaround for do_unpack breakage --- diff --git a/recipes/angstrom/exquisite-theme-angstrom.bb b/recipes/angstrom/exquisite-theme-angstrom.bb index 38511c3e52..8b3519fca5 100644 --- a/recipes/angstrom/exquisite-theme-angstrom.bb +++ b/recipes/angstrom/exquisite-theme-angstrom.bb @@ -6,7 +6,7 @@ SECTION = "x11" DEPENDS = "edje-native" RRECOMMENDS_${PN} = "exquisite" -PV = "1.1" +PV = "1.2" inherit update-alternatives @@ -15,7 +15,7 @@ ALTERNATIVE_LINK = "${sysconfdir}/exquisite/config" ALTERNATIVE_PATH = "${sysconfdir}/exquisite/config-angstrom" ALTERNATIVE_PRIORITY = "20" -SRC_URI = "file://angstrom/" +SRC_URI = "file://angstrom/*" S = "${WORKDIR}/angstrom"