diff options
| -rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 1e139a36e0..be7d387c9c 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc | |||
| @@ -6,9 +6,9 @@ LIC_FILES_CHKSUM = "file://ncurses/base/version.c;beginline=1;endline=27;md5=cbc | |||
| 6 | SECTION = "libs" | 6 | SECTION = "libs" |
| 7 | DEPENDS = "ncurses-native" | 7 | DEPENDS = "ncurses-native" |
| 8 | DEPENDS_virtclass-native = "" | 8 | DEPENDS_virtclass-native = "" |
| 9 | INC_PR = "r0" | 9 | INC_PR = "r1" |
| 10 | 10 | ||
| 11 | inherit autotools binconfig | 11 | inherit autotools binconfig multilib_header |
| 12 | 12 | ||
| 13 | # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ | 13 | # Upstream has useful patches at times at ftp://invisible-island.net/ncurses/ |
| 14 | SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz" | 14 | SRC_URI = "${GNU_MIRROR}/ncurses/ncurses-${PV}.tar.gz" |
| @@ -61,6 +61,7 @@ do_configure() { | |||
| 61 | --enable-sigwinch \ | 61 | --enable-sigwinch \ |
| 62 | --enable-pc-files \ | 62 | --enable-pc-files \ |
| 63 | --disable-rpath-hack \ | 63 | --disable-rpath-hack \ |
| 64 | --with-manpage-format=normal \ | ||
| 64 | "$@" | 65 | "$@" |
| 65 | cd .. | 66 | cd .. |
| 66 | done | 67 | done |
| @@ -161,6 +162,8 @@ do_install() { | |||
| 161 | f=${D}${libdir}/libtermcap.so | 162 | f=${D}${libdir}/libtermcap.so |
| 162 | echo '/* GNU ld script */' >$f | 163 | echo '/* GNU ld script */' >$f |
| 163 | echo 'INPUT(AS_NEEDED(-ltinfo))' >>$f | 164 | echo 'INPUT(AS_NEEDED(-ltinfo))' >>$f |
| 165 | |||
| 166 | oe_multilib_header curses.h | ||
| 164 | } | 167 | } |
| 165 | 168 | ||
| 166 | python populate_packages_prepend () { | 169 | python populate_packages_prepend () { |
