diff options
Diffstat (limited to 'meta/packages/tasks')
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb | 4 | ||||
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-sdk-target.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb index 66b97bca0d..9b9059093b 100644 --- a/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb +++ b/meta/packages/tasks/task-poky-standalone-gmae-sdk-target.bb | |||
@@ -3,13 +3,13 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky" | 5 | DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky" |
6 | PR = "r6" | 6 | PR = "r7" |
7 | 7 | ||
8 | ALLOW_EMPTY = "1" | 8 | ALLOW_EMPTY = "1" |
9 | 9 | ||
10 | require task-sdk-gmae.inc | 10 | require task-sdk-gmae.inc |
11 | 11 | ||
12 | PACKAGES = "${PN}" | 12 | PACKAGES = "${PN} ${PN}-dbg" |
13 | 13 | ||
14 | RDEPENDS = "\ | 14 | RDEPENDS = "\ |
15 | task-poky-standalone-sdk-target \ | 15 | task-poky-standalone-sdk-target \ |
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-sdk-target.bb index 70ac90ca70..17951b05ac 100644 --- a/meta/packages/tasks/task-poky-standalone-sdk-target.bb +++ b/meta/packages/tasks/task-poky-standalone-sdk-target.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | DESCRIPTION = "Target packages for the standalone SDK" | 1 | DESCRIPTION = "Target packages for the standalone SDK" |
2 | PR = "r2" | 2 | PR = "r3" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | ALLOW_EMPTY = "1" | 4 | ALLOW_EMPTY = "1" |
5 | 5 | ||
6 | PACKAGES = "${PN}" | 6 | PACKAGES = "${PN} ${PN}-dbg" |
7 | 7 | ||
8 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS_${PN} = "\ |
9 | glibc \ | 9 | glibc \ |