diff options
Diffstat (limited to 'meta-oe/recipes-extended/figlet/figlet_git.bb')
| -rw-r--r-- | meta-oe/recipes-extended/figlet/figlet_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/figlet/figlet_git.bb b/meta-oe/recipes-extended/figlet/figlet_git.bb new file mode 100644 index 0000000000..4611646b9b --- /dev/null +++ b/meta-oe/recipes-extended/figlet/figlet_git.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters" | ||
| 2 | HOMEPAGE = "http://www.figlet.org/" | ||
| 3 | |||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/cmatsuoka/figlet.git \ | ||
| 8 | file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch" | ||
| 9 | SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3" | ||
| 10 | S = "${WORKDIR}/git" | ||
| 11 | PV = "2.2.5+git${SRCPV}" | ||
| 12 | |||
| 13 | inherit autotools | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
