From 1b68e3eb582102ef2327fd90bfed6f32b54c2791 Mon Sep 17 00:00:00 2001 From: Hiram Lew Date: Wed, 10 Oct 2018 15:54:56 +0200 Subject: 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 Signed-off-by: Jan Kaisrlik Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- 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 09083d3684..b31543d9c9 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" -- cgit 1.2.3-korg