summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gdk-pixbuf
diff options
context:
space:
mode:
authorhongxu <hongxu.jia@windriver.com>2021-05-21 14:14:54 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-21 15:18:23 +0100
commitd2ddc7020f070640ac1f2b7639fff028b400052c (patch)
tree2517ad744c4c251a5260bf0d5fb4742b6bcdded1 /meta/recipes-gnome/gdk-pixbuf
parent2a67800b8c334ba3881232f5a676f8ba5c058f26 (diff)
downloadpoky-d2ddc7020f070640ac1f2b7639fff028b400052c.tar.gz
gdk-pixbuf: fix nativesdk do_configure failed
Since commit [92fc28498f gdk-pixbuf: rewrite the cross-build support for tests] applied, it add meson option -Duse_prebuilt_tools=true to taget. Add the same option for nativesdk to fix do_configure failure |../gdk-pixbuf-2.42.6/thumbnailer/meson.build:32:0: ERROR: Arrays do not have a method called 'full_path' (From OE-Core rev: 4781dad55cc0449a3dc52914e2b6f9eace91158e) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf')
-rw-r--r--meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb
index f171464f4d..50d58ef807 100644
--- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb
+++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb
@@ -48,6 +48,10 @@ EXTRA_OEMESON_class-target = " \
48 -Duse_prebuilt_tools=true \ 48 -Duse_prebuilt_tools=true \
49" 49"
50 50
51EXTRA_OEMESON_class-nativesdk = " \
52 -Duse_prebuilt_tools=true \
53"
54
51PACKAGES =+ "${PN}-xlib" 55PACKAGES =+ "${PN}-xlib"
52 56
53# For GIO image type sniffing 57# For GIO image type sniffing