[oe-commits] Koen Kooi : exquisite-theme-angstrom: another workaround for do_unpack breakage

git version control git at git.openembedded.org
Fri Sep 10 19:02:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: df104739316e0b697209cf2e033560d31427ae08
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df104739316e0b697209cf2e033560d31427ae08

Author: Koen Kooi <koen at openembedded.org>
Date:   Fri Sep 10 21:02:10 2010 +0200

exquisite-theme-angstrom: another workaround for do_unpack breakage

---

 recipes/angstrom/exquisite-theme-angstrom.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/angstrom/exquisite-theme-angstrom.bb b/recipes/angstrom/exquisite-theme-angstrom.bb
index 38511c3..8b3519f 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"
 





More information about the Openembedded-commits mailing list