diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-17 06:53:53 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-17 06:53:53 +0000 |
commit | a2a18ad9824492b618a5ed489f8cc62ffd4bd296 (patch) | |
tree | ae41e6e19dd6f8e199b9650d26c98e57794789be /readline | |
parent | a7b227703c57953d867ce926c0be1ffa889ee26c (diff) |
Unbork the readline build.
BKrev: 40d14001iHLjsLEvBeOh1AnNHWRoNQ
Diffstat (limited to 'readline')
-rw-r--r-- | readline/readline-4.3/acinclude.m4 (renamed from readline/readline-4.3/signalnamespace.patch) | 0 | ||||
-rw-r--r-- | readline/readline_4.3.oe | 10 |
2 files changed, 8 insertions, 2 deletions
diff --git a/readline/readline-4.3/signalnamespace.patch b/readline/readline-4.3/acinclude.m4 index e69de29bb2..e69de29bb2 100644 --- a/readline/readline-4.3/signalnamespace.patch +++ b/readline/readline-4.3/acinclude.m4 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} |