From: Denis 'GNUtoo' Carikli <[email protected]> * The License was verified and LIC_FILES_CHKSUM was added * OE-classic commit 9d612c4bb9bef813bdef9e198efc5949d51905eb
Reviewed-by: Paul Menzel <[email protected]> Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]> Signed-off-by: Martin Jansa <[email protected]> --- .../liblinebreak/liblinebreak_1.2.bb | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb diff --git a/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb new file mode 100644 index 0000000..d64cfd9 --- /dev/null +++ b/meta-oe/recipes-support/liblinebreak/liblinebreak_1.2.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Liblinebreak is an implementation of the line breaking algorithm as described in Unicode 5.1.0 Standard Annex 14, Revision 22" +HOMEPAGE = "http://vimgadgets.sourceforge.net/liblinebreak/" +SECTION = "libs" +LICENSE = "zlib" +LIC_FILES_CHKSUM = "file://LICENCE;md5=3715191da62bafb5cfc4ff36195b2ec3" +PRIORITY = "optional" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/vimgadgets/liblinebreak/${PV}/liblinebreak-${PV}.tar.gz" +SRC_URI[md5sum] = "d18039259001ccb24b5dd4648c49c5ad" +SRC_URI[sha256sum] = "9efcb0cb1afc75ad1e92d2b2dbf4d9c77b072d6656c5f1a150af8b718d0c7b76" + +inherit autotools -- 1.7.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
