From 2e551bcaf420a55759df977b5bcc1d6c06cece25 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 28 Mar 2010 00:16:17 -0700 Subject: readline: Use BBCLASSEXTEND for native recipe. * Get rid of do_stage. Signed-off-by: Khem Raj --- recipes/readline/readline_5.2.bb | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'recipes/readline/readline_5.2.bb') diff --git a/recipes/readline/readline_5.2.bb b/recipes/readline/readline_5.2.bb index b7071167bc..0e8de3629b 100644 --- a/recipes/readline/readline_5.2.bb +++ b/recipes/readline/readline_5.2.bb @@ -8,7 +8,7 @@ LICENSE = "GPLv2" DEPENDS += "ncurses" RPROVIDES_${PN} += "readline" LEAD_SONAME = "libreadline.so" -PR = "r5" +PR = "r6" SRC_URI = "\ ftp://ftp.gnu.org/gnu/readline/readline-${PV}.tar.gz \ @@ -25,13 +25,12 @@ 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" + -- cgit 1.2.3-korg