diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2014-04-11 16:35:25 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 11:19:10 +0200 |
commit | 477365139b1717fd03565b15a34121271cd6b45d (patch) | |
tree | a945067bd45975afaa03d5962f9e5829133e81eb /meta-oe/recipes-devtools | |
parent | 946248db29d207d1180aee00938a77822a3651f8 (diff) | |
download | meta-openembedded-477365139b1717fd03565b15a34121271cd6b45d.tar.gz |
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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r-- | meta-oe/recipes-devtools/libedit/libedit_20121213.bb | 18 | ||||
-rw-r--r-- | meta-oe/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 bd02d863d..000000000 --- a/meta-oe/recipes-devtools/libedit/libedit_20121213.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | SUMMARY = "BSD replacement for libreadline" | ||
2 | HOMEPAGE = "http://www.thrysoee.dk/editline/" | ||
3 | SECTION = "libs" | ||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" | ||
6 | |||
7 | DEPENDS = "ncurses" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | # upstream site does not allow wget's User-Agent | ||
12 | FETCHCMD_wget += "-U bitbake" | ||
13 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}-3.0.tar.gz" | ||
14 | |||
15 | S = "${WORKDIR}/${BPN}-${PV}-3.0" | ||
16 | |||
17 | SRC_URI[md5sum] = "f475f50fe7467c1074c0fbae8b5bca1a" | ||
18 | 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 000000000..1f76bb2c7 --- /dev/null +++ b/meta-oe/recipes-devtools/libedit/libedit_20130712-3.1.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | SUMMARY = "BSD replacement for libreadline" | ||
2 | DESCRIPTION = "Command line editor library providing generic line editing, \ | ||
3 | history, and tokenization functions" | ||
4 | HOMEPAGE = "http://www.thrysoee.dk/editline/" | ||
5 | SECTION = "libs" | ||
6 | LICENSE = "BSD" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=1e4228d0c5a9093b01aeaaeae6641533" | ||
8 | |||
9 | DEPENDS = "ncurses" | ||
10 | |||
11 | inherit autotools | ||
12 | |||
13 | # upstream site does not allow wget's User-Agent | ||
14 | FETCHCMD_wget += "-U bitbake" | ||
15 | SRC_URI = "http://www.thrysoee.dk/editline/${BPN}-${PV}.tar.gz" | ||
16 | |||
17 | S = "${WORKDIR}/${BPN}-${PV}" | ||
18 | |||
19 | SRC_URI[md5sum] = "0891336c697362727a1fa7e60c5cb96c" | ||
20 | SRC_URI[sha256sum] = "5d9b1a9dd66f1fe28bbd98e4d8ed1a22d8da0d08d902407dcc4a0702c8d88a37" | ||