[oe-commits] Jackie Huang : libedit: update version to 20130712-3.1

git at git.openembedded.org git at git.openembedded.org
Fri Apr 18 09:48:13 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 92da378f7f49b51c8548e880d5df311e6d91b515
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=92da378f7f49b51c8548e880d5df311e6d91b515

Author: Jackie Huang <jackie.huang at windriver.com>
Date:   Fri Apr 11 16:35:25 2014 +0800

libedit: update version to 20130712-3.1

Changes:
- Add DESCRIPTION.
- Include the complete version number in the bb file name.

Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/libedit/libedit_20121213.bb | 18 ------------------
 .../recipes-devtools/libedit/libedit_20130712-3.1.bb | 20 ++++++++++++++++++++
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/meta-oe/recipes-devtools/libedit/libedit_20121213.bb b/meta-oe/recipes-devtools/libedit/libedit_20121213.bb
deleted file mode 100644
index bd02d86..0000000
--- a/meta-oe/recipes-devtools/libedit/libedit_20121213.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-SUMMARY = "BSD replacement for libreadline"
-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}-3.0.tar.gz"
-
-S = "${WORKDIR}/${BPN}-${PV}-3.0"
-
-SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a"
-SRC_URI[sha256sum] = "0379e4a73c219f260e6d16adbc2e87635532ebb4c5a83a7399f231dc40108d1f"
diff --git a/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb b/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
new file mode 100644
index 0000000..1f76bb2
--- /dev/null
+++ b/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb
@@ -0,0 +1,20 @@
+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"
+
+S = "${WORKDIR}/${BPN}-${PV}"
+
+SRC_URI[md5sum] = "0891336c697362727a1fa7e60c5cb96c"
+SRC_URI[sha256sum] = "5d9b1a9dd66f1fe28bbd98e4d8ed1a22d8da0d08d902407dcc4a0702c8d88a37"



More information about the Openembedded-commits mailing list