mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00: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"
|
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
|
||||||
PR = "r6"
|
PR = "r7"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
require task-sdk-gmae.inc
|
require task-sdk-gmae.inc
|
||||||
|
|
||||||
PACKAGES = "${PN}"
|
PACKAGES = "${PN} ${PN}-dbg"
|
||||||
|
|
||||||
RDEPENDS = "\
|
RDEPENDS = "\
|
||||||
task-poky-standalone-sdk-target \
|
task-poky-standalone-sdk-target \
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
DESCRIPTION = "Target packages for the standalone SDK"
|
DESCRIPTION = "Target packages for the standalone SDK"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
PACKAGES = "${PN}"
|
PACKAGES = "${PN} ${PN}-dbg"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
glibc \
|
glibc \
|
||||||
|
|||||||
Reference in New Issue
Block a user