[oe-commits] org.oe.dev Add a task for QtopiaCore GUI libraries and related libraries and install this task to a image

freyther commit openembedded-commits at lists.openembedded.org
Mon Jan 21 15:51:18 UTC 2008


Add a task for QtopiaCore GUI libraries and related libraries and install this task to a image

    Provide a minimal image with QtopiaCore GUI available.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 77822f4dfba8b87b43977490fcd07a9b1a47ef26
ViewMTN: http://monotone.openembedded.org/revision/info/77822f4dfba8b87b43977490fcd07a9b1a47ef26
Files:
1
packages/images/qtopia-core-gui-image.bb
packages/tasks/task-qtopia-core-gui.bb
Diffs:

#
# mt diff -r87198afadabd469a6197308487f3ba2f6397a2c1 -r77822f4dfba8b87b43977490fcd07a9b1a47ef26
#
# 
# 
# add_file "packages/images/qtopia-core-gui-image.bb"
#  content [de137d54f827fed4605f688cbafe43031d66a17f]
# 
# add_file "packages/tasks/task-qtopia-core-gui.bb"
#  content [390e8a35d32d41b492b2323404a2cc9018d8a895]
# 
============================================================
--- packages/images/qtopia-core-gui-image.bb	de137d54f827fed4605f688cbafe43031d66a17f
+++ packages/images/qtopia-core-gui-image.bb	de137d54f827fed4605f688cbafe43031d66a17f
@@ -0,0 +1,20 @@
+#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
+
============================================================
--- packages/tasks/task-qtopia-core-gui.bb	390e8a35d32d41b492b2323404a2cc9018d8a895
+++ packages/tasks/task-qtopia-core-gui.bb	390e8a35d32d41b492b2323404a2cc9018d8a895
@@ -0,0 +1,11 @@
+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 \
+    libqtopiacoregui4 \
+    libqtopiacorescript4 \
+    libqtopiacoredbus4"






More information about the Openembedded-commits mailing list