简体   繁体   中英

Getting Parse error for LUA and WWW license on swupdate yocto

running meta-swupdate recipe for yocto on dunfell branch, getting error for license of bot lua and www in swupdate.inc file

New to this field, help would be really appreciated. Building for octavo

In conf/local.conf: I set MACHINE = "osd32mp1-brk"

**`ERROR: ParseError at /home/affan/swupdate/meta-swupdate/recipes-support/swupdate/swupdate.inc:10: unparsed line: 'LICENSE:${PN}-lua = "LGPLv2+"'`**

错误图片

got it solved, it mainly a syntax error. It was supposed to be fixed in dunfell branch but for whatever reason it was still there. had to replace : with _ . LICENSE:${PN}-lua--->LICENSE_${PN}-lua

had this parsing error in multiple lines and files, listing the file names here: swupdate.inc swupdate-lualoader_1.0.bb cpio_%.bbappend initscripts-swupdate-usb.bb mtd-utils_%.bbappend luafilesystem_git.bb luasocket_git.bb takeui_1.12.bb cpio_%.bbappend

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM