소스 검색

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 년 전
부모
커밋
0b822565c7
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"