From 157b563cc9842699824b16686f9803c203a193ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Burdukiewicz?= Date: Tue, 5 May 2020 00:24:30 +0200 Subject: [PATCH] pugixml: add native and nativesdk BBCLASSEXTEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bartłomiej Burdukiewicz Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb index 73ddf77d84..9a814de233 100644 --- a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb +++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb @@ -21,3 +21,5 @@ EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \ -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release \ " + +BBCLASSEXTEND = "native nativesdk"