summaryrefslogtreecommitdiff
path: root/readline/readline_4.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'readline/readline_4.3.oe')
-rw-r--r--readline/readline_4.3.oe10
1 files changed, 8 insertions, 2 deletions
diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe
index eca4c48344..cb9811f589 100644
--- a/readline/readline_4.3.oe
+++ b/readline/readline_4.3.oe
@@ -7,11 +7,17 @@ PRIORITY = "optional"
MAINTAINER = "Greg Gilbert <greg@treke.net>"
SRC_URI = "ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \
- file://signalnamespace.patch;patch=1"
+ file://acinclude.m4"
inherit autotools
-do_install_append () {
+do_configure () {
+ install -m 0644 ${WORKDIR}/acinclude.m4 ${S}/
+ autotools_do_configure
+}
+
+do_install () {
+ autotools_do_install
# Make install doesn't properly install these
oe_libinstall -so -C shlib libhistory ${D}/${libdir}
oe_libinstall -so -C shlib libreadline ${D}/${libdir}