diff options
-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} |