mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
packagegroup-core-sdk: add gcc-sanitizers to core SDK
(From OE-Core rev: 66ff089603618dc9b22532509bf39274bf6adf67) Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
166015c809
commit
c5fb558a1c
@@ -6,6 +6,8 @@ SUMMARY = "Software development tools"
|
||||
LICENSE = "MIT"
|
||||
PR = "r9"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
|
||||
@@ -26,9 +28,17 @@ RDEPENDS_packagegroup-core-sdk = "\
|
||||
file \
|
||||
tcl"
|
||||
|
||||
SANITIZERS = "libasan-dev libubsan-dev"
|
||||
SANITIZERS_aarch64 = ""
|
||||
SANITIZERS_mips = ""
|
||||
SANITIZERS_mips64 = ""
|
||||
SANITIZERS_powerpc64 = ""
|
||||
SANITIZERS_sparc = ""
|
||||
|
||||
RRECOMMENDS_packagegroup-core-sdk = "\
|
||||
libgomp \
|
||||
libgomp-dev"
|
||||
libgomp-dev \
|
||||
${SANITIZERS}"
|
||||
|
||||
#python generate_sdk_pkgs () {
|
||||
# poky_pkgs = read_pkgdata('packagegroup-core', d)['PACKAGES']
|
||||
|
||||
Reference in New Issue
Block a user