From 91b44d79321684ec7b53229e242a294e5a05f807 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Thu, 4 Apr 2019 13:56:49 +0800 Subject: libedit: upgrade 20181209-3.1 -> 20190324-3.1 -Upgrade from libedit_20181209-3.1.bb to libedit_20190324-3.1.bb. Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../libedit/libedit_20181209-3.1.bb | 23 ---------------------- .../libedit/libedit_20190324-3.1.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb create mode 100644 meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb diff --git a/meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb deleted file mode 100644 index c0a3d21360..0000000000 --- a/meta-oe/recipes-devtools/libedit/libedit_20181209-3.1.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "BSD replacement for libreadline" -DESCRIPTION = "Command line editor library providing generic line editing, \ -history, and tokenization functions" -HOMEPAGE = "http://www.thrysoee.dk/editline/" -SECTION = "libs" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" - -DEPENDS = "ncurses" - -inherit autotools - -# upstream site does not allow wget's User-Agent -FETCHCMD_wget += "-U bitbake" -SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \ - file://stdc-predef.patch \ - " -SRC_URI[md5sum] = "22e945a0476e388e6f78bfc8d6e1192c" -SRC_URI[sha256sum] = "2811d70c0b000f2ca91b7cb1a37203134441743c4fcc9c37b0b687f328611064" - -S = "${WORKDIR}/${BPN}-${PV}" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb new file mode 100644 index 0000000000..9d333e7aa1 --- /dev/null +++ b/meta-oe/recipes-devtools/libedit/libedit_20190324-3.1.bb @@ -0,0 +1,23 @@ +SUMMARY = "BSD replacement for libreadline" +DESCRIPTION = "Command line editor library providing generic line editing, \ +history, and tokenization functions" +HOMEPAGE = "http://www.thrysoee.dk/editline/" +SECTION = "libs" +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" + +DEPENDS = "ncurses" + +inherit autotools + +# upstream site does not allow wget's User-Agent +FETCHCMD_wget += "-U bitbake" +SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz \ + file://stdc-predef.patch \ + " +SRC_URI[md5sum] = "bec755c8044ad84b752dfe49a0b371d8" +SRC_URI[sha256sum] = "ac8f0f51c1cf65492e4d1e3ed2be360bda41e54633444666422fbf393bba1bae" + +S = "${WORKDIR}/${BPN}-${PV}" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf