mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
fribidi: update to version 0.19.7
* license copyright entities were updated Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
7af4e555b0
commit
4a4773856b
@@ -1,17 +0,0 @@
|
|||||||
SUMMARY = "Fribidi library for bidirectional text"
|
|
||||||
SECTION = "libs"
|
|
||||||
PR = "r1"
|
|
||||||
LICENSE = "LGPLv2.1"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
|
|
||||||
BBCLASSEXTEND = "native"
|
|
||||||
|
|
||||||
PROVIDES = "libfribidi"
|
|
||||||
|
|
||||||
inherit autotools lib_package pkgconfig
|
|
||||||
|
|
||||||
CFLAGS_append = " -DPAGE_SIZE=4096 "
|
|
||||||
|
|
||||||
SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.gz"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "626db17d2d99b43615ad9d12500f568a"
|
|
||||||
SRC_URI[sha256sum] = "49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177"
|
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
SUMMARY = "Fribidi library for bidirectional text"
|
||||||
|
SECTION = "libs"
|
||||||
|
LICENSE = "LGPLv2.1"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
|
||||||
|
BBCLASSEXTEND = "native"
|
||||||
|
|
||||||
|
PROVIDES = "libfribidi"
|
||||||
|
DEPENDS = "glib-2.0 libpcre"
|
||||||
|
|
||||||
|
inherit autotools lib_package pkgconfig
|
||||||
|
|
||||||
|
CFLAGS_append = " -DPAGE_SIZE=4096 "
|
||||||
|
|
||||||
|
SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.bz2"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "6c7e7cfdd39c908f7ac619351c1c5c23"
|
||||||
|
SRC_URI[sha256sum] = "08222a6212bbc2276a2d55c3bf370109ae4a35b689acbc66571ad2a670595a8e"
|
||||||
Reference in New Issue
Block a user