diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-09 06:39:10 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-09 06:39:10 +0000 |
commit | cb1c61d6a0bb773438f3259e666535e25014f04a (patch) | |
tree | 62288f28219763722ecdf1b07857e8577be2ba96 /readline/readline_4.3.oe | |
parent | c15b1392c8fc7911e909c737ffb9bf90069a5b62 (diff) |
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
Diffstat (limited to 'readline/readline_4.3.oe')
-rw-r--r-- | readline/readline_4.3.oe | 6 |
1 files changed, 6 insertions, 0 deletions
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} |