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/tasks/task-poky-standalone-sdk-target.bb | |
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/tasks/task-poky-standalone-sdk-target.bb')
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-sdk-target.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |