diff options
-rw-r--r-- | meta/classes/binconfig-disabled.bbclass | 1 | ||||
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 5 |
2 files changed, 5 insertions, 1 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 | ||
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index ff0117b822..3f4bf67aa9 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
@@ -7,7 +7,8 @@ SECTION = "libs" | |||
7 | DEPENDS = "ncurses-native" | 7 | DEPENDS = "ncurses-native" |
8 | DEPENDS_class-native = "" | 8 | DEPENDS_class-native = "" |
9 | 9 | ||
10 | BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config" | 10 | BINCONFIG = "${bindir}/ncurses5-config ${bindir}/ncursesw5-config \ |
11 | ${bindir}/ncurses6-config ${bindir}/ncursesw6-config" | ||
11 | 12 | ||
12 | inherit autotools binconfig-disabled multilib_header pkgconfig | 13 | inherit autotools binconfig-disabled multilib_header pkgconfig |
13 | 14 | ||
@@ -278,6 +279,8 @@ FILES_${PN} = "\ | |||
278 | ${bindir}/tset \ | 279 | ${bindir}/tset \ |
279 | ${bindir}/ncurses5-config \ | 280 | ${bindir}/ncurses5-config \ |
280 | ${bindir}/ncursesw5-config \ | 281 | ${bindir}/ncursesw5-config \ |
282 | ${bindir}/ncurses6-config \ | ||
283 | ${bindir}/ncursesw6-config \ | ||
281 | ${datadir}/tabset \ | 284 | ${datadir}/tabset \ |
282 | " | 285 | " |
283 | 286 | ||