aboutsummaryrefslogtreecommitdiffstats
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 13:30:20 +0000
commitc44fa1206c965054e8e4d316969a8e291cfef590 (patch)
tree7568e01d9392f9be3e4fdb0b060c92e6fe487fac /meta/recipes-gnome
parent987a203f85e9474fd1807e577c7fd8c30ecf78d6 (diff)
downloadopenembedded-core-c44fa1206c965054e8e4d316969a8e291cfef590.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. 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 @@
-#
-# Copyright (C) 2007 OpenedHand Ltd.
-#
-
-SUMMARY = "GNOME Mobile And Embedded SDK (host tools)"
-LICENSE = "MIT"
-PR = "r13"
-
-inherit packagegroup
-
-require packagegroup-sdk-gmae.inc
-
-PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
-
-# For backwards compatibility after rename
-RPROVIDES_${PN} = "task-core-sdk-gmae"
-RREPLACES_${PN} = "task-core-sdk-gmae"
-RCONFLICTS_${PN} = "task-core-sdk-gmae"
-
-RDEPENDS_${PN} = "\
- packagegroup-core-sdk \
- libglade-dev \
- ${SDK-GMAE} \
- ${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 @@
-#
-# Copyright (C) 2007 OpenedHand Ltd.
-#
-
-SUMMARY = "GNOME Mobile And Embedded SDK (target tools)"
-LICENSE = "MIT"
-PR = "r16"
-
-inherit packagegroup
-
-require packagegroup-sdk-gmae.inc
-
-# For backwards compatibility after rename
-RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target"
-RREPLACES_${PN} = "task-core-standalone-gmae-sdk-target"
-RCONFLICTS_${PN} = "task-core-standalone-gmae-sdk-target"
-
-RDEPENDS_${PN} = "\
- packagegroup-core-standalone-sdk-target \
- libglade-dev \
- ${SDK-GMAE} \
- ${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 @@
-SDK-GMAE = " \
- dbus-dev \
- dbus-glib-dev \
- gtk+-dev \
- gstreamer-dev \
- bluez4-dev \
- gconf-dev \
- avahi-dev \
- telepathy-glib-dev \
- libxi-dev \
- libsqlite3-dev \
- gnome-desktop \
- libart-lgpl \
- libtelepathy \
- pulseaudio \
- telepathy-glib \
- telepathy-idle \
- telepathy-mission-control \
- telepathy-python \
- "
-
-# TODO: gvfs-dev, mission-control
-
-SDK-EXTRAS ?= ""
-SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev"
-SDK-EXTRAS_qemux86-64 ?= " lttng-ust-dev"
-SDK-EXTRAS_qemuppc ?= " lttng-ust-dev"
-SDK-EXTRAS_qemuarm ?= " lttng-ust-dev"