mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 lines
470 B
BlitzBasic
16 lines
470 B
BlitzBasic
SUMMARY = "Simple DirectMedia Layer truetype font library"
|
|
SECTION = "libs"
|
|
DEPENDS = "libsdl3 freetype"
|
|
LICENSE = "Zlib"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=fbb0010b2f7cf6e8a13bcac1ef4d2455"
|
|
|
|
SRC_URI = "http://www.libsdl.org/projects/SDL_ttf/release/SDL3_ttf-${PV}.tar.gz \
|
|
"
|
|
SRC_URI[sha256sum] = "63547d58d0185c833213885b635a2c0548201cc8f301e6587c0be1a67e1e045d"
|
|
|
|
S = "${UNPACKDIR}/SDL3_ttf-${PV}"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
FILES:${PN} += "${datadir}/licenses"
|