summaryrefslogtreecommitdiffstats
path: root/recipes-core/readline/readline_5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/readline/readline_5.2.bb')
-rw-r--r--recipes-core/readline/readline_5.2.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes-core/readline/readline_5.2.bb b/recipes-core/readline/readline_5.2.bb
index d42ce8b..5ce1d3f 100644
--- a/recipes-core/readline/readline_5.2.bb
+++ b/recipes-core/readline/readline_5.2.bb
@@ -29,7 +29,9 @@ SRC_URI = "${GNU_MIRROR}/readline/${BPN}-${PV}.tar.gz;name=archive \
29 ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-014;name=patch14;apply=yes;striplevel=0 \ 29 ${GNU_MIRROR}/readline/readline-5.2-patches/readline52-014;name=patch14;apply=yes;striplevel=0 \
30 file://configure-fix.patch \ 30 file://configure-fix.patch \
31 file://config-dirent-symbols.patch \ 31 file://config-dirent-symbols.patch \
32 file://fix-redundant-rpath.patch" 32 file://fix-redundant-rpath.patch \
33 file://0001-Makefile.in-add-readline.pc.in.patch \
34 file://readline.pc.in"
33 35
34SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751" 36SRC_URI[archive.md5sum] = "e39331f32ad14009b9ff49cc10c5e751"
35SRC_URI[archive.sha256sum] = "12e88d96aee2cd1192500356f0535540db499282ca7f76339fb4228c31249f45" 37SRC_URI[archive.sha256sum] = "12e88d96aee2cd1192500356f0535540db499282ca7f76339fb4228c31249f45"
@@ -66,6 +68,7 @@ SRC_URI[patch14.sha256sum] = "6f1a68320d01522ca1ea5a737124ecc8739f3dcbfea2dee21e
66inherit autotools 68inherit autotools
67 69
68EXTRA_AUTORECONF += "--exclude=autoheader" 70EXTRA_AUTORECONF += "--exclude=autoheader"
71EXTRA_OECONF += "bash_cv_termcap_lib=ncurses"
69 72
70LEAD_SONAME = "libreadline.so" 73LEAD_SONAME = "libreadline.so"
71 74
@@ -73,6 +76,7 @@ do_configure:prepend () {
73 if [ ! -e ${S}/acinclude.m4 ]; then 76 if [ ! -e ${S}/acinclude.m4 ]; then
74 cat ${S}/aclocal.m4 > ${S}/acinclude.m4 77 cat ${S}/aclocal.m4 > ${S}/acinclude.m4
75 fi 78 fi
79 cp -r ${WORKDIR}/readline.pc.in ${S}
76} 80}
77 81
78do_install:append () { 82do_install:append () {