mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
font-util: upgrade to 1.3.1
License checksums updated as the Unicode license was modified (wording only). (From OE-Core rev: 07878124fd65f10fec58767ea3062dfaab539425) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3eab94cb6e
commit
9fbfb5c6e7
@@ -4,7 +4,7 @@ require xorg-font-common.inc
|
||||
|
||||
#Unicode is MIT
|
||||
LICENSE = "BSD & MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c0067273d90f6336008cb2504e14bd32 \
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \
|
||||
file://ucs2any.c;endline=28;md5=8357dc567fc628bd12696f15b2a33bcb \
|
||||
file://bdftruncate.c;endline=26;md5=4f82ffc101a1b165eae9c6998abff937 \
|
||||
file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34"
|
||||
@@ -14,12 +14,10 @@ DEPENDS_class-native = "util-macros-native"
|
||||
RDEPENDS_${PN} = "mkfontdir mkfontscale encodings"
|
||||
RDEPENDS_${PN}_class-native = "mkfontdir-native mkfontscale-native"
|
||||
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
SRC_URI[md5sum] = "ddfc8a89d597651408369d940d03d06b"
|
||||
SRC_URI[sha256sum] = "dfa9e55625a4e0250f32fabab1fd5c8ffcd2d1ff2720d6fcf0f74bc8a5929195"
|
||||
SRC_URI[md5sum] = "23756dab809f9ec5011bb27fb2c3c7d6"
|
||||
SRC_URI[sha256sum] = "aa7ebdb0715106dd255082f2310dbaa2cd7e225957c2a77d719720c7cc92b921"
|
||||
|
||||
SYSROOT_PREPROCESS_FUNCS += "fontutil_sysroot_preprocess"
|
||||
fontutil_sysroot_preprocess () {
|
||||
Reference in New Issue
Block a user