From: Chris Larson Date: Thu, 17 Jun 2004 06:53:53 +0000 (+0000) Subject: Unbork the readline build. X-Git-Tag: Release-2010-05/1~18661 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2a18ad9824492b618a5ed489f8cc62ffd4bd296;p=openembedded.git Unbork the readline build. BKrev: 40d14001iHLjsLEvBeOh1AnNHWRoNQ --- diff --git a/readline/readline-4.3/signalnamespace.patch b/readline/readline-4.3/acinclude.m4 similarity index 100% rename from readline/readline-4.3/signalnamespace.patch rename to 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 " 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}