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
This commit is contained in:
Richard Purdie
2008-02-07 19:55:31 +00:00
parent ff882897de
commit be7c007dcd
2 changed files with 4 additions and 4 deletions

View 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 \

View 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 \