mirror of
https://git.yoctoproject.org/poky
synced 2026-07-17 04:07:06 +00:00
nativesdk/misc: set PKGSUFFIX for correct variable name expansion.
Set PKGSUFFIX in nativesdk.bbclass for correct variable name expansion. This would fix bunch of "not shipped" packaging warnings in "-nativesdk" recipes. And also bumping the corresponding PR. (From OE-Core rev: c69268305e6f814800b64f3a4be724c40b41108c) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
065a9a6c3b
commit
552eea2cb1
@@ -11,7 +11,7 @@ DEPENDS_virtclass-native = "curl-native"
|
||||
DEPENDS_virtclass-nativesdk = "curl-nativesdk"
|
||||
|
||||
PE = "1"
|
||||
INC_PR = "r8"
|
||||
INC_PR = "r9"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(d.getVar('FILE',1))}/opkg"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user