diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2018-06-24 03:52:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-27 13:55:21 +0100 |
commit | 3a71b8396ae84a7341c050a0e47533baa5084f21 (patch) | |
tree | 01456687a3c6da0a9c9b4c078d7455db5175422e | |
parent | 0ad86147b9aaaa90fa57319aa824758404815362 (diff) | |
download | poky-3a71b8396ae84a7341c050a0e47533baa5084f21.tar.gz |
libnewt: Add nativesdk
Add nativesdk for libnewt.
(From OE-Core rev: 6414d23cd23fc6ed2d31a7b55fce1be82a09ae67)
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.20.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.20.bb b/meta/recipes-extended/newt/libnewt_0.52.20.bb index 65ce70c47d..264ef3b8ad 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.20.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.20.bb | |||
@@ -51,4 +51,4 @@ do_compile_prepend() { | |||
51 | 51 | ||
52 | FILES_whiptail = "${bindir}/whiptail" | 52 | FILES_whiptail = "${bindir}/whiptail" |
53 | 53 | ||
54 | BBCLASSEXTEND = "native" | 54 | BBCLASSEXTEND = "native nativesdk" |