瀏覽代碼

Set INSANE_SKIP for lua package

QA checks for so links and raises an error, but Lua does not work
correctly if the library has not a .so extension. Just use the link set
by SWUpdate.

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic 5 年之前
父節點
當前提交
3f9c381c5c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      recipes-support/swupdate/swupdate.inc

+ 1 - 0
recipes-support/swupdate/swupdate.inc

@@ -41,6 +41,7 @@ PACKAGES =+ " \
     ${PN}-usb \
     ${PN}-www \
 "
+INSANE_SKIP_${PN}-lua = "dev-so"
 
 # tools is now an empty meta package for backward compatibility
 ALLOW_EMPTY_${PN}-tools = "1"