Merge ssh://openembedded@openembedded.bkbits.net/packages
authorGerald Britton <gbritton@doomcom.org>
Sun, 9 May 2004 06:39:10 +0000 (06:39 +0000)
committerGerald Britton <gbritton@doomcom.org>
Sun, 9 May 2004 06:39:10 +0000 (06:39 +0000)
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

readline/readline_4.3.oe

index acf703f..45f503e 100644 (file)
@@ -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}