diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2018-11-08 14:08:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-11-14 11:14:39 +0000 |
commit | 62a36938e5c5673eb6168338fd177e67d0fa973f (patch) | |
tree | 71d50bc3b2ec03941995ba7f1f1cf3607617a1b0 /meta/recipes-graphics | |
parent | 7ed0af48df9d96b3ffa85bcf47c244e202fa6f47 (diff) | |
download | poky-62a36938e5c5673eb6168338fd177e67d0fa973f.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb index f8d94a2f54..23d9db41c4 100644 --- a/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxt_1.1.5.bb | |||
@@ -27,7 +27,7 @@ SRC_URI += "file://libxt_fix_for_x32.patch \ | |||
27 | file://0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch \ | 27 | file://0001-libXt-util-don-t-link-makestrs-with-target-cflags.patch \ |
28 | " | 28 | " |
29 | 29 | ||
30 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native nativesdk" |
31 | 31 | ||
32 | EXTRA_OECONF += "--disable-xkb" | 32 | EXTRA_OECONF += "--disable-xkb" |
33 | 33 | ||