浏览代码

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>
hongxu 4 年之前
父节点
当前提交
d2ddc7020f
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb

+ 4 - 0
meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.6.bb

@@ -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