diff options
author | Richard Purdie <richard@openedhand.com> | 2007-07-26 14:23:36 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-07-26 14:23:36 +0000 |
commit | 2c0b1aa748bb471f6ed1593922150a9b384f2341 (patch) | |
tree | f7d7c90259ee1a17853b39789bd7a18dea938515 | |
parent | 4b4ccd9f2a2e39e9159a7270e0ecfdc3470eb9ba (diff) | |
download | poky-2c0b1aa748bb471f6ed1593922150a9b384f2341.tar.gz |
task-poky-standalone-sdk-target: Add glibc-dbg package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2232 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/tasks/task-poky-standalone-sdk-target.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/tasks/task-poky-standalone-sdk-target.bb b/meta/packages/tasks/task-poky-standalone-sdk-target.bb index 6945715c4a..958a69f810 100644 --- a/meta/packages/tasks/task-poky-standalone-sdk-target.bb +++ b/meta/packages/tasks/task-poky-standalone-sdk-target.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | DESCRIPTION = "Target packages for the standalone SDK (external toolchain)" | 1 | DESCRIPTION = "Target packages for the standalone SDK (external toolchain)" |
2 | PR = "r0" | 2 | PR = "r1" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | ALLOW_EMPTY = "1" | 4 | ALLOW_EMPTY = "1" |
5 | 5 | ||
@@ -7,6 +7,7 @@ PACKAGES = "${PN}" | |||
7 | 7 | ||
8 | RDEPENDS_${PN} = "\ | 8 | RDEPENDS_${PN} = "\ |
9 | glibc \ | 9 | glibc \ |
10 | glibc-dbg \ | ||
10 | glibc-dev \ | 11 | glibc-dev \ |
11 | glibc-utils \ | 12 | glibc-utils \ |
12 | libsegfault \ | 13 | libsegfault \ |