diff options
author | Trevor Woerner <twoerner@gmail.com> | 2016-12-20 11:11:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-22 08:50:17 +0000 |
commit | d09de75601b68eb1aebc26362140d19603286775 (patch) | |
tree | 6106b4bc653f5f4f509a50e45df4896f867b6751 /meta/classes | |
parent | abe29fec2a955a328499ac757cb8eae3c0c871d4 (diff) | |
download | poky-d09de75601b68eb1aebc26362140d19603286775.tar.gz |
ncurses.inc: add v6 binconfig-disabled entries
Newer host distributions are moving to ncurses6, therefore add entries so the
host's ncurses{w}6-config scripts aren't picked up.
(From OE-Core rev: 0174152272c546dd6cb6bc4b7238c232ab9133b3)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/binconfig-disabled.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/binconfig-disabled.bbclass b/meta/classes/binconfig-disabled.bbclass index 602a669aa1..096b670e12 100644 --- a/meta/classes/binconfig-disabled.bbclass +++ b/meta/classes/binconfig-disabled.bbclass | |||
@@ -15,6 +15,7 @@ do_install_append () { | |||
15 | echo "echo 'ERROR: $x should not be used, use an alternative such as pkg-config' >&2" >> ${D}$x | 15 | echo "echo 'ERROR: $x should not be used, use an alternative such as pkg-config' >&2" >> ${D}$x |
16 | echo "echo '--should-not-have-used-$x'" >> ${D}$x | 16 | echo "echo '--should-not-have-used-$x'" >> ${D}$x |
17 | echo "exit 1" >> ${D}$x | 17 | echo "exit 1" >> ${D}$x |
18 | chmod +x ${D}$x | ||
18 | done | 19 | done |
19 | } | 20 | } |
20 | 21 | ||