diff options
Diffstat (limited to 'recipes/readline/readline_4.3.bb')
-rw-r--r-- | recipes/readline/readline_4.3.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/readline/readline_4.3.bb b/recipes/readline/readline_4.3.bb index a2420c57e4..12d6bb4470 100644 --- a/recipes/readline/readline_4.3.bb +++ b/recipes/readline/readline_4.3.bb @@ -8,7 +8,7 @@ LICENSE = "GPLv2" DEPENDS += "ncurses" RPROVIDES_${PN} += "readline" LEAD_SONAME = "libreadline.so" -PR = "r3" +PR = "r4" SRC_URI = "${GNU_MIRROR}/readline/readline-${PV}.tar.gz \ file://shlink-termcap.patch;patch=1 \ @@ -22,13 +22,11 @@ do_configure () { autotools_do_configure } -do_stage() { - autotools_stage_all -} - 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} } +NATIVE_INSTALL_WORKS = 1 +BBCLASSEXTEND = "native" |