From 318802e19ba230484e0c25edc92bd5f7a92dfd33 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 19 Dec 2022 15:29:08 +0100 Subject: [PATCH] libxmlb: allow to build native This will be needed for gnome-software Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb index 1f5310ca16..3366b7e7f9 100644 --- a/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb +++ b/meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb @@ -18,3 +18,5 @@ PACKAGECONFIG[tests] = "-Dtests=true,-Dtests=false" GTKDOC_MESON_OPTION = "gtkdoc" FILES:${PN}-bin += "${libexecdir}/*" + +BBCLASSEXTEND = "native"