From dcede6c504933bc0087a835d437d96866d72cfa8 Mon Sep 17 00:00:00 2001 From: Bartłomiej Burdukiewicz Date: Tue, 5 May 2020 00:24:29 +0200 Subject: pugixml: generate pkgconfig files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes build of kodi that is expecting proper pkgconfig files for pugixml. Signed-off-by: Bartłomiej Burdukiewicz Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb index 69e66289c0..73ddf77d84 100644 --- a/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb +++ b/meta-oe/recipes-devtools/pugixml/pugixml_1.10.bb @@ -17,6 +17,7 @@ UPSTREAM_CHECK_URI = "https://github.com/zeux/${BPN}/releases" inherit cmake -EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON \ +EXTRA_OECMAKE += "-DBUILD_PKGCONFIG=ON \ + -DBUILD_SHARED_LIBS=ON \ -DCMAKE_BUILD_TYPE=Release \ " -- cgit v1.2.3-54-g00ecf