[oe-commits] [openembedded-core] 05/08: classes/populate_sdk_base: Add src-pkgs to COMPLEMENTARY_GLOB

git at git.openembedded.org git at git.openembedded.org
Mon Jan 21 23:48:02 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit d6d2175032c6c950a0d8d63dad0734e1a9f80e12
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Mon Jan 21 16:12:15 2019 -0600

    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 <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/populate_sdk_base.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index a4afc61..f2c934a 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):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list