diff options
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r-- | meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb | 3 | ||||
-rw-r--r-- | meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb | 3 | ||||
-rw-r--r-- | meta/recipes-gnome/tasks/task-sdk-gmae.inc | 7 |
3 files changed, 11 insertions, 2 deletions
diff --git a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb index 284c88cbd0..c66c1cd633 100644 --- a/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb +++ b/meta/recipes-gnome/tasks/task-poky-sdk-gmae.bb | |||
@@ -15,4 +15,5 @@ PACKAGES = "${PN}" | |||
15 | RDEPENDS = "\ | 15 | RDEPENDS = "\ |
16 | task-poky-sdk \ | 16 | task-poky-sdk \ |
17 | libglade-dev \ | 17 | libglade-dev \ |
18 | ${SDK-GMAE}" | 18 | ${SDK-GMAE} \ |
19 | ${SDK_EXTRAS}" | ||
diff --git a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb index 84c178f3a8..9011601ae1 100644 --- a/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb +++ b/meta/recipes-gnome/tasks/task-poky-standalone-gmae-sdk-target.bb | |||
@@ -15,4 +15,5 @@ PACKAGES = "${PN} ${PN}-dbg" | |||
15 | RDEPENDS = "\ | 15 | RDEPENDS = "\ |
16 | task-poky-standalone-sdk-target \ | 16 | task-poky-standalone-sdk-target \ |
17 | libglade-dev \ | 17 | libglade-dev \ |
18 | ${SDK-GMAE}" | 18 | ${SDK-GMAE} \ |
19 | ${SDK-EXTRAS}" | ||
diff --git a/meta/recipes-gnome/tasks/task-sdk-gmae.inc b/meta/recipes-gnome/tasks/task-sdk-gmae.inc index 149dd497e1..28fa29fbdf 100644 --- a/meta/recipes-gnome/tasks/task-sdk-gmae.inc +++ b/meta/recipes-gnome/tasks/task-sdk-gmae.inc | |||
@@ -15,3 +15,10 @@ SDK-GMAE = " \ | |||
15 | " | 15 | " |
16 | 16 | ||
17 | # TODO: gvfs-dev, mission-control | 17 | # TODO: gvfs-dev, mission-control |
18 | |||
19 | SDK-EXTRAS = "" | ||
20 | SDK-EXTRAS_qemux86 = " valgrind lttng-ust" | ||
21 | SDK-EXTRAS_qemux86-64 = " lttng-ust" | ||
22 | SDK-EXTRAS_qemuppc = " lttng-ust" | ||
23 | SDK-EXTRAS_emenlow = " lttng-ust" | ||
24 | SDK-EXTRAS_atom-pc = " lttng-ust" | ||