We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1709bf0 commit 66ff089Copy full SHA for 66ff089
1 file changed
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
@@ -6,6 +6,8 @@ SUMMARY = "Software development tools"
6
LICENSE = "MIT"
7
PR = "r9"
8
9
+PACKAGE_ARCH = "${MACHINE_ARCH}"
10
+
11
inherit packagegroup
12
13
#PACKAGEFUNCS =+ 'generate_sdk_pkgs'
@@ -26,9 +28,17 @@ RDEPENDS_packagegroup-core-sdk = "\
26
28
file \
27
29
tcl"
30
31
+SANITIZERS = "libasan-dev libubsan-dev"
32
+SANITIZERS_aarch64 = ""
33
+SANITIZERS_mips = ""
34
+SANITIZERS_mips64 = ""
35
+SANITIZERS_powerpc64 = ""
36
+SANITIZERS_sparc = ""
37
38
RRECOMMENDS_packagegroup-core-sdk = "\
39
libgomp \
- libgomp-dev"
40
+ libgomp-dev \
41
+ ${SANITIZERS}"
42
43
#python generate_sdk_pkgs () {
44
# poky_pkgs = read_pkgdata('packagegroup-core', d)['PACKAGES']
0 commit comments