[oe-commits] Phil Blundell : figment: update SRC_URI and reinstate in gpe-image

git version control git at git.openembedded.org
Sat Jun 13 18:45:02 UTC 2009


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

Author: Phil Blundell <philb at gnu.org>
Date:   Sat Jun 13 19:42:45 2009 +0100

figment: update SRC_URI and reinstate in gpe-image

---

 recipes/figment/figment_0.3.5.bb |    3 ++-
 recipes/images/gpe-image.bb      |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/figment/figment_0.3.5.bb b/recipes/figment/figment_0.3.5.bb
index 03d07a1..5481105 100644
--- a/recipes/figment/figment_0.3.5.bb
+++ b/recipes/figment/figment_0.3.5.bb
@@ -4,7 +4,8 @@ LICENSE = "GPLv2"
 DEPENDS = "gtk+ libxml2"
 PR = "r1"
 
-SRC_URI = "http://handhelds.org/~mallum/downloadables/figment/figment-${PV}.tar.gz \
+# original src_uri, http://handhelds.org/~mallum/downloadables/figment/figment-${PV}.tar.gz, is now unfetchable
+SRC_URI = "http://ftp.sh.cvut.cz/MIRRORS/rock/ROCK-2.0/gnome2/figment/figment-${PV}.tar.bz2 \
 	file://dotdesktop-name-comment.patch;patch=1"
 S = "${WORKDIR}/figment-${PV}"
 
diff --git a/recipes/images/gpe-image.bb b/recipes/images/gpe-image.bb
index 438b30a..768cc6b 100644
--- a/recipes/images/gpe-image.bb
+++ b/recipes/images/gpe-image.bb
@@ -22,6 +22,7 @@ GPE_EXTRA_INSTALL += "${GPE_EXTRA_INSTALL_${GUI_MACHINE_CLASS}}"
 GPE_BIGFLASH_INSTALL := '${@base_conditional("ROOT_FLASH_SIZE", "16", "", "\
     task-gpe-connectivity \
     gpe-theme-clearlooks \
+    figment \
 ",d)}'
 
 GPE_EXTRA_INSTALL += "${GPE_BIGFLASH_INSTALL}"





More information about the Openembedded-commits mailing list