mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
15 lines
519 B
BlitzBasic
15 lines
519 B
BlitzBasic
SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
|
|
HOMEPAGE = "http://www.figlet.org/"
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857"
|
|
|
|
SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \
|
|
file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch"
|
|
SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3"
|
|
PV = "2.2.5+git"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|