summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-12-04 16:09:56 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-05 14:25:29 +0000
commitb2a9b9152bf6d4f48fc4d97e0f1ae18144707486 (patch)
treee3250be2b061213f285bb57aa78d3a0335868c92 /meta/recipes-gnome
parentdf1505e91a3de03cb4e47312813a60865ed15670 (diff)
downloadpoky-b2a9b9152bf6d4f48fc4d97e0f1ae18144707486.tar.gz
gmae: remove GMAE toolchain and packagegroups
GMAE (GNOME Mobile And Embedded) doesn't really exist anymore and these packages were a subset of it anyway. Remove as they don't give the user anything useful now that you can generate a SDK from an arbitrary image. (From OE-Core rev: c44fa1206c965054e8e4d316969a8e291cfef590) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb24
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb22
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc28
3 files changed, 0 insertions, 74 deletions
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb
deleted file mode 100644
index d42ea7ea1d..0000000000
--- a/meta/recipes-gnome/packagegroups/packagegroup-core-sdk-gmae.bb
+++ /dev/null
@@ -1,24 +0,0 @@
1#
2# Copyright (C) 2007 OpenedHand Ltd.
3#
4
5SUMMARY = "GNOME Mobile And Embedded SDK (host tools)"
6LICENSE = "MIT"
7PR = "r13"
8
9inherit packagegroup
10
11require packagegroup-sdk-gmae.inc
12
13PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
14
15# For backwards compatibility after rename
16RPROVIDES_${PN} = "task-core-sdk-gmae"
17RREPLACES_${PN} = "task-core-sdk-gmae"
18RCONFLICTS_${PN} = "task-core-sdk-gmae"
19
20RDEPENDS_${PN} = "\
21 packagegroup-core-sdk \
22 libglade-dev \
23 ${SDK-GMAE} \
24 ${SDK-EXTRAS}"
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb
deleted file mode 100644
index e3b8484b74..0000000000
--- a/meta/recipes-gnome/packagegroups/packagegroup-core-standalone-gmae-sdk-target.bb
+++ /dev/null
@@ -1,22 +0,0 @@
1#
2# Copyright (C) 2007 OpenedHand Ltd.
3#
4
5SUMMARY = "GNOME Mobile And Embedded SDK (target tools)"
6LICENSE = "MIT"
7PR = "r16"
8
9inherit packagegroup
10
11require packagegroup-sdk-gmae.inc
12
13# For backwards compatibility after rename
14RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target"
15RREPLACES_${PN} = "task-core-standalone-gmae-sdk-target"
16RCONFLICTS_${PN} = "task-core-standalone-gmae-sdk-target"
17
18RDEPENDS_${PN} = "\
19 packagegroup-core-standalone-sdk-target \
20 libglade-dev \
21 ${SDK-GMAE} \
22 ${SDK-EXTRAS}"
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc b/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc
deleted file mode 100644
index 416e05daa3..0000000000
--- a/meta/recipes-gnome/packagegroups/packagegroup-sdk-gmae.inc
+++ /dev/null
@@ -1,28 +0,0 @@
1SDK-GMAE = " \
2 dbus-dev \
3 dbus-glib-dev \
4 gtk+-dev \
5 gstreamer-dev \
6 bluez4-dev \
7 gconf-dev \
8 avahi-dev \
9 telepathy-glib-dev \
10 libxi-dev \
11 libsqlite3-dev \
12 gnome-desktop \
13 libart-lgpl \
14 libtelepathy \
15 pulseaudio \
16 telepathy-glib \
17 telepathy-idle \
18 telepathy-mission-control \
19 telepathy-python \
20 "
21
22# TODO: gvfs-dev, mission-control
23
24SDK-EXTRAS ?= ""
25SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev"
26SDK-EXTRAS_qemux86-64 ?= " lttng-ust-dev"
27SDK-EXTRAS_qemuppc ?= " lttng-ust-dev"
28SDK-EXTRAS_qemuarm ?= " lttng-ust-dev"