mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 03:49:41 +01:00
task-core-tools-debug, task-core-tools-profile, task-core-tools-testapps otherwise if we choose one through PACKAGE_GROUPS all packages are built since they are in same recipe. (From OE-Core rev: 180227d8ff71c42e0d16ad7eb4a5f9b7d6a0c1c6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
496 B
BlitzBasic
27 lines
496 B
BlitzBasic
#
|
|
# Copyright (C) 2008 OpenedHand Ltd.
|
|
#
|
|
|
|
DESCRIPTION = "Debug tools tasks for OE-Core"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
|
|
|
PACKAGES = "\
|
|
${PN} \
|
|
${PN}-dbg \
|
|
${PN}-dev \
|
|
"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
ALLOW_EMPTY = "1"
|
|
|
|
RDEPENDS_${PN} = "\
|
|
gdb \
|
|
gdbserver \
|
|
tcf-agent \
|
|
rsync \
|
|
strace \
|
|
"
|