diff mbox series

[meta-gnome,09/10] libxmlb: allow to build native

Message ID 20221219131041.452949-9-f_l_k@t-online.de
State New
Headers show
Series [meta-gnome,01/10] pipewire: update 0.3.62 -> 0.3.63 | expand

Commit Message

Markus Volk Dec. 19, 2022, 1:10 p.m. UTC
This will be needed for gnome-software
---
 meta-oe/recipes-gnome/libxmlb/libxmlb_0.3.10.bb | 2 ++
 1 file changed, 2 insertions(+)

Comments

Fabio Estevam Dec. 19, 2022, 2:19 p.m. UTC | #1
On Mon, Dec 19, 2022 at 10:12 AM Markus Volk <f_l_k@t-online.de> wrote:
>
> This will be needed for gnome-software
> ---

Missed your Signed-off-by tag.
Markus Volk Dec. 19, 2022, 2:29 p.m. UTC | #2
Am Mo, 19. Dez 2022 um 11:19:37 -0300 schrieb Fabio Estevam 
<festevam@gmail.com>:
> Missed your Signed-off-by tag.

Thanks
diff mbox series

Patch

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 1f5310ca1..3366b7e7f 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"