]> code.ossystems Code Review - openembedded-core.git/commitdiff
task-poky-standalone-sdk: Generate -dbg package counterparts
authorRichard Purdie <richard@openedhand.com>
Thu, 7 Feb 2008 19:55:31 +0000 (19:55 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 7 Feb 2008 19:55:31 +0000 (19:55 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3707 311d38ba-8fff-0310-9ca6-ca027cbcb966

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

index 66b97bca0db76917f9ec9c75f70bb15bb0a8fb80..9b9059093bca241e00989c58528da5963a8a38c0 100644 (file)
@@ -3,13 +3,13 @@
 #
 
 DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
-PR = "r6"
+PR = "r7"
 
 ALLOW_EMPTY = "1"
 
 require task-sdk-gmae.inc
 
-PACKAGES = "${PN}"
+PACKAGES = "${PN} ${PN}-dbg"
 
 RDEPENDS = "\
     task-poky-standalone-sdk-target \
index 70ac90ca70900ec87edd280d21df85e668c8d3eb..17951b05acce87f5d7ae1952445292552a43a34a 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "Target packages for the standalone SDK"
-PR = "r2"
+PR = "r3"
 LICENSE = "MIT"
 ALLOW_EMPTY = "1"
 
-PACKAGES = "${PN}"
+PACKAGES = "${PN} ${PN}-dbg"
 
 RDEPENDS_${PN} = "\
     glibc \