[oe-commits] [meta-openembedded] 04/06: gflags: add nativesdk to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 15:56:33 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b11ad53a53ac6a48cf6465dddfc7f28ed475360d
Author: Hiram Lew <lew at avast.com>
AuthorDate: Wed Oct 10 15:54:55 2018 +0200

    gflags: add nativesdk to BBCLASSEXTEND
    
    grpc won't build as nativesdk package since it depends on nativesdk-gflags.
    
    Signed-off-by: Hiram Lew <lew at avast.com>
    Signed-off-by: Jan Kaisrlik <jan.kaisrlik at avast.com>
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-support/gflags/gflags_2.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb
index 1571333..29a1125 100644
--- a/meta-oe/recipes-support/gflags/gflags_2.2.0.bb
+++ b/meta-oe/recipes-support/gflags/gflags_2.2.0.bb
@@ -17,4 +17,4 @@ FILES_${PN}-bash-completion += "${bindir}/gflags_completions.sh"
 
 RDEPENDS_${PN}-bash-completion = "bash bash-completion"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"

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


More information about the Openembedded-commits mailing list