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>
This commit is contained in:
Ross Burton 2013-12-04 16:09:56 +00:00 committed by Richard Purdie
parent df1505e91a
commit b2a9b9152b
4 changed files with 0 additions and 81 deletions

View File

@ -1,7 +0,0 @@
TOOLCHAIN_TARGET_GMAETASK ?= "packagegroup-core-standalone-gmae-sdk-target packagegroup-core-standalone-gmae-sdk-target-dbg"
TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}"
TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}"
PROVIDES = "meta-toolchain-sdk"
require meta-toolchain.bb
TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib"

View File

@ -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}"

View File

@ -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}"

View File

@ -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"