From ed863b9fbb77461e29c5d9edaf861ab820bd8eaa Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 21 Jan 2008 15:25:54 +0000 Subject: [PATCH] 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. --- packages/images/qtopia-core-gui-image.bb | 20 ++++++++++++++++++++ packages/tasks/task-qtopia-core-gui.bb | 11 +++++++++++ 2 files changed, 31 insertions(+) create mode 100644 packages/images/qtopia-core-gui-image.bb create mode 100644 packages/tasks/task-qtopia-core-gui.bb diff --git a/packages/images/qtopia-core-gui-image.bb b/packages/images/qtopia-core-gui-image.bb new file mode 100644 index 0000000000..6f3e594e62 --- /dev/null +++ b/packages/images/qtopia-core-gui-image.bb @@ -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 + diff --git a/packages/tasks/task-qtopia-core-gui.bb b/packages/tasks/task-qtopia-core-gui.bb new file mode 100644 index 0000000000..5b5e467305 --- /dev/null +++ b/packages/tasks/task-qtopia-core-gui.bb @@ -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" -- 2.39.5