mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
* Drop SRCPV similarly like oe-core did in: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=843f82a246a535c353e08072f252d1dc78217872 * SRCPV is deferred now from PV to PKGV since: https://git.openembedded.org/openembedded-core/commit/?h=nanbield&id=a8e7b0f932b9ea69b3a218fca18041676c65aba0 Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
16 lines
540 B
BlitzBasic
16 lines
540 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"
|
|
S = "${WORKDIR}/git"
|
|
PV = "2.2.5+git"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|