[oe-commits] Phil Blundell : task-gpe: remove xmonobut since SRC_URIs for both versions are unfetchable

git version control git at git.openembedded.org
Sat Jun 13 12:26:46 UTC 2009


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

Author: Phil Blundell <philb at gnu.org>
Date:   Sat Jun 13 13:25:16 2009 +0100

task-gpe: remove xmonobut since SRC_URIs for both versions are unfetchable

---

 recipes/tasks/task-gpe.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes/tasks/task-gpe.bb b/recipes/tasks/task-gpe.bb
index bc5105f..0bf1325 100644
--- a/recipes/tasks/task-gpe.bb
+++ b/recipes/tasks/task-gpe.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Task packages for GPE Palmtop Environment"
-PR = "r6"
+PR = "r7"
 LICENSE = "MIT"
 
 inherit task
@@ -73,8 +73,9 @@ RDEPENDS_gpe-task-settings = "\
     gpe-taskmanager \
     keylaunch \
     minilite \
-    minimix \
-    xmonobut"
+    minimix"
+
+# xmonobut unfetchable, removed
 
 RDEPENDS_gpe-task-apps = "\
     gpe-edit \





More information about the Openembedded-commits mailing list