mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
libxt: extend to nativesdk
After enable tk via PACKAGECONFIG for python3, there comes below error: Missing or unbuildable dependency chain was: ['buildtools-tarball', 'nativesdk-python3-pytz', 'nativesdk-python3', 'nativesdk-tk', 'nativesdk-libxt'] Extend libxt to nativesdk to fix this issue. (From OE-Core rev: 2ed08a6c467202504737040b83a8b9fd6481f62b) Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7ed0af48df
commit
62a36938e5
@@ -27,7 +27,7 @@ SRC_URI += "file://libxt_fix_for_x32.patch \
|
||||
file://0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
EXTRA_OECONF += "--disable-xkb"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user