aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 17:25:23 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-20 18:47:30 +0100
commit560b04181d8f51d189b99f01a72f17210dadf7a3 (patch)
tree8114c4d01ec6519fd278d733a59036b6a58c7215 /meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb
parent607a7657715f6fcba467a4e55ba64f41f4e13a15 (diff)
downloadopenembedded-core-contrib-560b04181d8f51d189b99f01a72f17210dadf7a3.tar.gz
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb')
-rw-r--r--meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb
new file mode 100644
index 0000000000..32e60a8582
--- /dev/null
+++ b/meta/recipes-gnome/tasks/task-core-standalone-gmae-sdk-target.bb
@@ -0,0 +1,21 @@
+#
+# Copyright (C) 2007 OpenedHand Ltd.
+#
+
+DESCRIPTION = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
+PR = "r12"
+
+ALLOW_EMPTY = "1"
+
+require task-sdk-gmae.inc
+
+PACKAGES = "${PN} ${PN}-dbg"
+
+RDEPENDS_${PN} = "\
+ task-core-standalone-sdk-target \
+ libglade-dev \
+ ${SDK-GMAE} \
+ ${SDK-EXTRAS}"