[oe] [meta-networking][PATCH 2/3] c-ares: add nativesdk to BBCLASSEXTEND

Bartosz Golaszewski brgl at bgdev.pl
Wed Oct 10 13:54:56 UTC 2018


From: Hiram Lew <lew at avast.com>

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>
---
 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"
-- 
2.7.4




More information about the Openembedded-devel mailing list