figlet_git.bb 540 B

123456789101112131415
  1. SUMMARY = "FIGlet is a program that creates large characters out of ordinary screen characters"
  2. HOMEPAGE = "http://www.figlet.org/"
  3. LICENSE = "BSD-3-Clause"
  4. LIC_FILES_CHKSUM = "file://LICENSE;md5=1688bcd97b27704f1afcac7336409857"
  5. SRC_URI = "git://github.com/cmatsuoka/figlet.git;branch=master;protocol=https \
  6. file://0001-build-add-autotools-support-to-allow-easy-cross-comp.patch"
  7. SRCREV = "5bbcd7383a8c3a531299b216b0c734e1495c6db3"
  8. S = "${WORKDIR}/git"
  9. PV = "2.2.5+git"
  10. inherit autotools
  11. BBCLASSEXTEND = "native nativesdk"