diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-07 19:55:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-07 19:55:31 +0000 |
commit | be7c007dcd8960ceb44cdba6a3ae086f90d4ca5d (patch) | |
tree | 29d792326ef45427cb9560a7b010680286750ad5 /meta/packages | |
parent | ff882897de724fa7b6d583c49112b1297f7867ac (diff) | |
download | poky-be7c007dcd8960ceb44cdba6a3ae086f90d4ca5d.tar.gz |
task-poky-standalone-sdk: Generate -dbg package counterparts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3707 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-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 \ |