]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-standalone-sdk-target: Add glibc-dbg package
authorRichard Purdie <richard@openedhand.com>
Thu, 26 Jul 2007 14:23:36 +0000 (14:23 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 26 Jul 2007 14:23:36 +0000 (14:23 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2232 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/tasks/task-poky-standalone-sdk-target.bb

index 6945715c4a6cf6393bdbe8bf0519469accaf5251..958a69f810ea9d4793f8f5e16d21c568e6939641 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Target packages for the standalone SDK (external toolchain)"
-PR = "r0"
+PR = "r1"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
@@ -7,6 +7,7 @@ PACKAGES = "${PN}"
 
 RDEPENDS_${PN} = "\
     glibc \
+    glibc-dbg \
     glibc-dev \
     glibc-utils \
     libsegfault \