* Get rid of do_stage.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
+++ /dev/null
-require readline_${PV}.bb
-inherit native
-DEPENDS = "ncurses-native"
-FILESPATH = "${FILE_DIRNAME}/readline-${PV}:${FILE_DIRNAME}/readline:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
+++ /dev/null
-require readline_${PV}.bb
-inherit native
-DEPENDS = "ncurses-native"
-FILESPATH = "${FILE_DIRNAME}/readline-${PV}:${FILE_DIRNAME}/readline:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
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 \
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"
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 \
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"
+