From: Gerald Britton Date: Sun, 9 May 2004 06:39:10 +0000 (+0000) Subject: Merge ssh://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19264 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb1c61d6a0bb773438f3259e666535e25014f04a;p=openembedded.git Merge ssh://openembedded@openembedded.bkbits.net/packages into doomcom.org:/home/gbritton/devel/OE/packages 2004/05/09 02:38:59-04:00 doomcom.org!gbritton fix readline lib installation BKrev: 409dd20ebznfVLrC_wgjDDRwMzsJVA --- diff --git a/readline/readline_4.3.oe b/readline/readline_4.3.oe index acf703f885..45f503e366 100644 --- a/readline/readline_4.3.oe +++ b/readline/readline_4.3.oe @@ -12,6 +12,12 @@ SRC_URI = "ftp://ftp.cwru.edu/pub/bash/readline-${PV}.tar.gz \ inherit autotools libtool +do_install_append () { + # Make install doesn't properly install these + oe_libinstall -so -C shlib libhistory ${D}/${libdir} + oe_libinstall -so -C shlib libreadline ${D}/${libdir} +} + do_stage() { oe_libinstall -so -C shlib libhistory ${STAGING_LIBDIR} oe_libinstall -so -C shlib libreadline ${STAGING_LIBDIR}