diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2011-10-28 22:48:57 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-11-01 09:57:03 +0100 |
commit | 56a5dd99ba764baa91e561c96aa413aa1a312c2e (patch) | |
tree | f453b2d0f1c738322c971f2daec2996de1f61339 | |
parent | c11a4ca9feb821b9355e8b94de7f86dfddc4442f (diff) | |
download | meta-openembedded-56a5dd99ba764baa91e561c96aa413aa1a312c2e.tar.gz |
liblinebreak: import from openembedded classic, version 1.2
* The License was verified and LIC_FILES_CHKSUM was added
* OE-classic commit 9d612c4bb9bef813bdef9e198efc5949d51905eb
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb index 03c435275..d64cfd92d 100644 --- a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb +++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb | |||
@@ -1,13 +1,12 @@ | |||
1 | DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22" | 1 | DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22" |
2 | HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/" | 2 | HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | ||
5 | LICENSE = "zlib" | 4 | LICENSE = "zlib" |
6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3" | 5 | LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3" |
6 | PRIORITY = "optional" | ||
7 | 7 | ||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz" | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz" |
9 | |||
10 | inherit autotools | ||
11 | |||
12 | SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad" | 9 | SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad" |
13 | SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76" | 10 | SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76" |
11 | |||
12 | inherit autotools | ||