From 424dcf7046e4ad09dcc664eb1992201195247fcf Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 29 Aug 2012 11:38:34 +0100 Subject: Rename task to packagegroup "Package group" is a much more appropriate name for these than task, since we use the word task to describe units of work executed by BitBake. Signed-off-by: Paul Eggleton Signed-off-by: Saul Wold --- .../packagegroups/packagegroup-core-sdk-gmae.bb | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb (limited to 'meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb') diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb new file mode 100644 index 0000000000..a00ca36901 --- /dev/null +++ b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb @@ -0,0 +1,21 @@ +# +# Copyright (C) 2007 OpenedHand Ltd. +# + +DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OE-Core" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +PR = "r12" + +ALLOW_EMPTY = "1" + +require packagegroup-sdk-gmae.inc + +PACKAGES = "${PN}" + +RDEPENDS_${PN} = "\ + packagegroup-core-sdk \ + libglade-dev \ + ${SDK-GMAE} \ + ${SDK-EXTRAS}" -- cgit 1.2.3-korg