mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
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:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user