From: Joshua Watt Date: Mon, 21 Jan 2019 22:12:15 +0000 (-0600) Subject: classes/populate_sdk_base: Add src-pkgs to COMPLEMENTARY_GLOB X-Git-Tag: uninative-2.4~555 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d6d2175032c6c950a0d8d63dad0734e1a9f80e12;p=openembedded-core.git classes/populate_sdk_base: Add src-pkgs to COMPLEMENTARY_GLOB Add a COMPLEMENTARY_GLOB for source packages (*-src) so that they can be included when PACKAGE_DEBUG_SPLIT_STYLE is "debug-with-srcpkg" [YOCTO #12931] Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index a4afc61c46..f2c934aaeb 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass @@ -6,6 +6,7 @@ COMPLEMENTARY_GLOB[dev-pkgs] = '*-dev' COMPLEMENTARY_GLOB[staticdev-pkgs] = '*-staticdev' COMPLEMENTARY_GLOB[doc-pkgs] = '*-doc' COMPLEMENTARY_GLOB[dbg-pkgs] = '*-dbg' +COMPLEMENTARY_GLOB[src-pkgs] = '*-src' COMPLEMENTARY_GLOB[ptest-pkgs] = '*-ptest' def complementary_globs(featurevar, d):