[oe-commits] Jeremy Lainé : qtopia-core-*: remove obsolete qtopia tasks and images

GIT User account git at amethyst.openembedded.net
Wed Apr 1 08:09:34 UTC 2009


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

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Wed Apr  1 10:06:33 2009 +0200

qtopia-core-*: remove obsolete qtopia tasks and images

---

 recipes/images/qtopia-core-console-image.bb |   19 -------------------
 recipes/images/qtopia-core-gui-image.bb     |   20 --------------------
 recipes/tasks/task-qtopia-core-console.bb   |   13 -------------
 recipes/tasks/task-qtopia-core-gui.bb       |   11 -----------
 4 files changed, 0 insertions(+), 63 deletions(-)

diff --git a/recipes/images/qtopia-core-console-image.bb b/recipes/images/qtopia-core-console-image.bb
deleted file mode 100644
index 62382cd..0000000
--- a/recipes/images/qtopia-core-console-image.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-#QtopiaCore 'console' image
-#gives you a small images with ssh access
-
-ANGSTROM_EXTRA_INSTALL ?= ""
-DISTRO_SSH_DAEMON ?= "dropbear"
-DEPENDS = "task-boot"
-
-IMAGE_INSTALL = "task-boot \
-            util-linux-mount util-linux-umount \
-            ${DISTRO_SSH_DAEMON} \
-            angstrom-version \
-            task-qtopia-core-console \
-	   "
-
-export IMAGE_BASENAME = "trolltech-qtopia-core-console-image"
-IMAGE_LINGUAS = ""
-
-inherit image
-
diff --git a/recipes/images/qtopia-core-gui-image.bb b/recipes/images/qtopia-core-gui-image.bb
deleted file mode 100644
index 6f3e594..0000000
--- a/recipes/images/qtopia-core-gui-image.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-#QtopiaCore 'console' image
-#gives you a small images with ssh access
-
-ANGSTROM_EXTRA_INSTALL ?= ""
-DISTRO_SSH_DAEMON ?= "dropbear"
-DEPENDS = "task-boot task-qtopia-core-gui task-qtopia-core-gui"
-
-IMAGE_INSTALL = "task-boot \
-            util-linux-mount util-linux-umount \
-            ${DISTRO_SSH_DAEMON} \
-            angstrom-version \
-            task-qtopia-core-console \
-            task-qtopia-core-gui \
-	   "
-
-export IMAGE_BASENAME = "trolltech-qtopia-core-gui-image"
-IMAGE_LINGUAS = ""
-
-inherit image
-
diff --git a/recipes/tasks/task-qtopia-core-console.bb b/recipes/tasks/task-qtopia-core-console.bb
deleted file mode 100644
index 3d1533a..0000000
--- a/recipes/tasks/task-qtopia-core-console.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-HOMEPAGE = "http://www.trolltech.com"
-LICENSE = "MIT"
-
-inherit task
-
-DESCRIPTION_task-qtopia-core-console = "QtopiaCore Core libraries for XML, SQL, Network, Containers and others."
-RDEPENDS_task-qtopia-core-console = "\
-    libqt-embeddedcore4 \
-    libqt-embeddednetwork4 \
-    libqt-embeddedxml4 \
-    libqt-embeddedsql4"
-
-    
diff --git a/recipes/tasks/task-qtopia-core-gui.bb b/recipes/tasks/task-qtopia-core-gui.bb
deleted file mode 100644
index 1e2f274..0000000
--- a/recipes/tasks/task-qtopia-core-gui.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-HOMEPAGE = "http://www.trolltech.com"
-LICENSE = "MIT"
-
-inherit task
-
-DESCRIPTION_task-qtopia-core-gui = "QtopiaCore GUI library"
-RDEPENDS_task-qtopia-core-gui = " \
-    task-qtopia-core-console \
-    libqt-embeddedgui4 \
-    libqt-embeddedscript4 \
-    libqt-embeddeddbus4"





More information about the Openembedded-commits mailing list