Sfoglia il codice sorgente

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 anni fa
parent
commit
8236e20f31
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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"