]> code.ossystems Code Review - openembedded-core.git/commitdiff
gdk-pixbuf: fix nativesdk do_configure failed
authorhongxu <hongxu.jia@windriver.com>
Fri, 21 May 2021 06:14:54 +0000 (14:14 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 May 2021 14:15:15 +0000 (15:15 +0100)
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'

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb

index f171464f4dc7e5bcfe1f7b26671576a7731ce447..50d58ef807bfe1e907c4740972ef41bd21f90135 100644 (file)
@@ -48,6 +48,10 @@ EXTRA_OEMESON_class-target = " \
     -Duse_prebuilt_tools=true \
 "
 
+EXTRA_OEMESON_class-nativesdk = " \
+    -Duse_prebuilt_tools=true \
+"
+
 PACKAGES =+ "${PN}-xlib"
 
 # For GIO image type sniffing