From a98becf990f056c3f5ba498c982299ee564a2a10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 3 Aug 2019 19:24:42 +0200 Subject: [PATCH] libwpd/libwpg/libwps: extend to native MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-filter/libwpd/libwpd_0.10.2.bb | 2 ++ recipes-filter/libwpg/libwpg_0.3.2.bb | 2 ++ recipes-filter/libwps/libwps_0.4.9.bb | 2 ++ 3 files changed, 6 insertions(+) diff --git a/recipes-filter/libwpd/libwpd_0.10.2.bb b/recipes-filter/libwpd/libwpd_0.10.2.bb index b063c5b..b779dbf 100644 --- a/recipes-filter/libwpd/libwpd_0.10.2.bb +++ b/recipes-filter/libwpd/libwpd_0.10.2.bb @@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "323f68beaf4f35e5a4d7daffb4703d0566698280109210fa4eaa90dea2 inherit autotools pkgconfig perlnative DEPENDS = "librevenge" + +BBCLASSEXTEND = "native" diff --git a/recipes-filter/libwpg/libwpg_0.3.2.bb b/recipes-filter/libwpg/libwpg_0.3.2.bb index a4b5d9c..d41cb15 100644 --- a/recipes-filter/libwpg/libwpg_0.3.2.bb +++ b/recipes-filter/libwpg/libwpg_0.3.2.bb @@ -13,3 +13,5 @@ inherit autotools pkgconfig DEPENDS = "librevenge libwpd zlib" RDEPENDS_${PN} = "perl" + +BBCLASSEXTEND = "native" diff --git a/recipes-filter/libwps/libwps_0.4.9.bb b/recipes-filter/libwps/libwps_0.4.9.bb index a4ab925..7a9c651 100644 --- a/recipes-filter/libwps/libwps_0.4.9.bb +++ b/recipes-filter/libwps/libwps_0.4.9.bb @@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "13beb0c733bb1544a542b6ab1d9d205f218e9a2202d1d4cac056f79f6d inherit autotools-brokensep pkgconfig DEPENDS = "librevenge" + +BBCLASSEXTEND = "native"