summaryrefslogtreecommitdiffstats
path: root/recipes-qt3
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-09-04 17:34:11 +0100
committerSaul Wold <sgw@linux.intel.com>2012-09-04 11:35:24 -0700
commitb4288f6b27df0aab778b574d8761793e0c3adfc7 (patch)
tree463b859b3bb939beec5ab82646287f8f20710e6b /recipes-qt3
parentf8475d5c5935695d4d1dfff1d7be30f49e162094 (diff)
downloadmeta-qt3-b4288f6b27df0aab778b574d8761793e0c3adfc7.tar.gz
task-core-qt3: rename to packagegroup-core-qt3 and tidy up
Fix and clean up this recipe in line with the package group changes to OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'recipes-qt3')
-rw-r--r--recipes-qt3/images/core-image-lsb-qt3.bb6
-rw-r--r--recipes-qt3/packagegroups/packagegroup-core-qt3.bb16
-rw-r--r--recipes-qt3/tasks/task-core-qt3.bb22
3 files changed, 19 insertions, 25 deletions
diff --git a/recipes-qt3/images/core-image-lsb-qt3.bb b/recipes-qt3/images/core-image-lsb-qt3.bb
index 35cd9fb..86bdf21 100644
--- a/recipes-qt3/images/core-image-lsb-qt3.bb
+++ b/recipes-qt3/images/core-image-lsb-qt3.bb
@@ -2,9 +2,9 @@ IMAGE_FEATURES += "apps-console-core ssh-server-openssh"
2 2
3IMAGE_INSTALL = "\ 3IMAGE_INSTALL = "\
4 ${CORE_IMAGE_BASE_INSTALL} \ 4 ${CORE_IMAGE_BASE_INSTALL} \
5 task-core-basic \ 5 packagegroup-core-basic \
6 task-core-lsb \ 6 packagegroup-core-lsb \
7 task-core-qt-mt3 \ 7 packagegroup-core-qt3-libs \
8 " 8 "
9 9
10inherit core-image 10inherit core-image
diff --git a/recipes-qt3/packagegroups/packagegroup-core-qt3.bb b/recipes-qt3/packagegroups/packagegroup-core-qt3.bb
new file mode 100644
index 0000000..89c29c0
--- /dev/null
+++ b/recipes-qt3/packagegroups/packagegroup-core-qt3.bb
@@ -0,0 +1,16 @@
1#
2# Copyright (C) 2011 Wind River
3#
4
5SUMMARY = "Qt version 3"
6PR = "r1"
7LICENSE = "MIT"
8
9inherit packagegroup
10
11PACKAGES = "${PN}-libs"
12
13RDEPENDS_${PN}-libs = "\
14 libqt-mt3 \
15"
16
diff --git a/recipes-qt3/tasks/task-core-qt3.bb b/recipes-qt3/tasks/task-core-qt3.bb
deleted file mode 100644
index fa41fb5..0000000
--- a/recipes-qt3/tasks/task-core-qt3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1#
2# Copyright (C) 2011 Wind River
3#
4
5DESCRIPTION = "Create qt3 Tasks"
6PR = "r1"
7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
9 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
10
11PACKAGES = "\
12 task-core-qt-mt3 \
13"
14
15
16ALLOW_EMPTY = "1"
17
18
19RDEPENDS_task-core-qt-mt3 = "\
20 libqt-mt3 \
21"
22