mirror of
git://git.yoctoproject.org/poky
synced 2026-09-27 08:55:39 +00:00
harfbuzz is using the 'Modern Variants' of MIT License: https://fedoraproject.org/wiki/Licensing:MIT?rd=Licensing/MIT#Modern_Variants We can update the LICENSE as 'MIT & ICU'. Fixes this warning: WARNING: harfbuzz: No generic license file exists for: Old-MIT in any provider WARNING: harfbuzz: No generic license file exists for: UCDN in any provider WARNING: harfbuzz: No generic license file exists for: HarfBuzz-old in any provider (From OE-Core rev: 2ecb3b99373e17d93f50142f2da3f786c83c7eb2) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
31 lines
1.1 KiB
BlitzBasic
31 lines
1.1 KiB
BlitzBasic
SUMMARY = "Text shaping library"
|
|
DESCRIPTION = "HarfBuzz is an OpenType text shaping engine."
|
|
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/HarfBuzz"
|
|
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=HarfBuzz"
|
|
|
|
LICENSE = "MIT & ICU"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
|
|
file://src/hb-ucdn/COPYING;md5=994ba0f1295f15b4bda4999a5bbeddef \
|
|
file://src/hb-icu-le/COPYING;md5=0ac60acf068e2cc9facdf86169a9c13e \
|
|
file://src/hb-icu-le/license.html;md5=9136737088bbfbbf86d9a714da49fb89 \
|
|
file://src/hb-old/COPYING;md5=6e8442c12d498ce55cfe39fc60f97981 \
|
|
"
|
|
|
|
SECTION = "libs"
|
|
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${PV}.tar.bz2 \
|
|
file://disable_graphite.patch \
|
|
file://avoid_double_version_h.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "35551b8cdf53b75aa9c42460f210e89f"
|
|
SRC_URI[sha256sum] = "c653f70a275e98d109a9f1271373a6e80978c97298d723cb3f370351852f9da5"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
DEPENDS = "icu glib-2.0 cairo freetype"
|
|
|
|
BBCLASSEXTEND = "native"
|