diff options
4 files changed, 0 insertions, 81 deletions
diff --git a/meta/recipes-core/meta/meta-toolchain-gmae.bb b/meta/recipes-core/meta/meta-toolchain-gmae.bb deleted file mode 100644 index 5d805742ac..0000000000 --- a/meta/recipes-core/meta/meta-toolchain-gmae.bb +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | TOOLCHAIN_TARGET_GMAETASK ?= "packagegroup-core-standalone-gmae-sdk-target packagegroup-core-standalone-gmae-sdk-target-dbg" | ||
2 | TOOLCHAIN_TARGET_TASK = "${TOOLCHAIN_TARGET_GMAETASK}" | ||
3 | TOOLCHAIN_OUTPUTNAME = "${SDK_NAME}-toolchain-gmae-${DISTRO_VERSION}" | ||
4 | PROVIDES = "meta-toolchain-sdk" | ||
5 | require meta-toolchain.bb | ||
6 | |||
7 | TOOLCHAIN_NEED_CONFIGSITE_CACHE += "zlib" | ||
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 | |||
5 | SUMMARY = "GNOME Mobile And Embedded SDK (host tools)" | ||
6 | LICENSE = "MIT" | ||
7 | PR = "r13" | ||
8 | |||
9 | inherit packagegroup | ||
10 | |||
11 | require packagegroup-sdk-gmae.inc | ||
12 | |||
13 | PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1" | ||
14 | |||
15 | # For backwards compatibility after rename | ||
16 | RPROVIDES_${PN} = "task-core-sdk-gmae" | ||
17 | RREPLACES_${PN} = "task-core-sdk-gmae" | ||
18 | RCONFLICTS_${PN} = "task-core-sdk-gmae" | ||
19 | |||
20 | RDEPENDS_${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 | |||
5 | SUMMARY = "GNOME Mobile And Embedded SDK (target tools)" | ||
6 | LICENSE = "MIT" | ||
7 | PR = "r16" | ||
8 | |||
9 | inherit packagegroup | ||
10 | |||
11 | require packagegroup-sdk-gmae.inc | ||
12 | |||
13 | # For backwards compatibility after rename | ||
14 | RPROVIDES_${PN} = "task-core-standalone-gmae-sdk-target" | ||
15 | RREPLACES_${PN} = "task-core-standalone-gmae-sdk-target" | ||
16 | RCONFLICTS_${PN} = "task-core-standalone-gmae-sdk-target" | ||
17 | |||
18 | RDEPENDS_${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 @@ | |||
1 | SDK-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 | |||
24 | SDK-EXTRAS ?= "" | ||
25 | SDK-EXTRAS_qemux86 ?= " valgrind lttng-ust-dev" | ||
26 | SDK-EXTRAS_qemux86-64 ?= " lttng-ust-dev" | ||
27 | SDK-EXTRAS_qemuppc ?= " lttng-ust-dev" | ||
28 | SDK-EXTRAS_qemuarm ?= " lttng-ust-dev" | ||