[oe-commits] [meta-openembedded] 05/06: c-ares: add nativesdk to BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Wed Oct 10 15:56:34 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 1b68e3eb582102ef2327fd90bfed6f32b54c2791
Author: Hiram Lew <lew at avast.com>
AuthorDate: Wed Oct 10 15:54:56 2018 +0200

    c-ares: add nativesdk to BBCLASSEXTEND
    
    grpc won't build as nativesdk package since it depends on nativesdk-c-ares.
    
    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-networking/recipes-support/c-ares/c-ares_1.14.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb b/meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb
index 09083d3..b31543d 100644
--- a/meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb
+++ b/meta-networking/recipes-support/c-ares/c-ares_1.14.0.bb
@@ -23,4 +23,4 @@ PACKAGES =+ "${PN}-utils"
 
 FILES_${PN}-utils = "${bindir}"
 
-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