blob: 5ec9420df8c14b1b962b4aaf29191d4e562cc27d [file] [log] [blame]
Benjamin Faire43b2032019-09-16 11:32:43 -07001SUMMARY = "XML-based binary image generator"
2DESCRIPTION = "XML-based binary image generator"
3HOMEPAGE = "https://github.com/Nuvoton-Israel/bingo"
4PR = "r1"
5PV = "0.1+git${SRCPV}"
Patrick Williamsd541ec52022-04-30 07:41:26 -05006LICENSE = "GPL-2.0-only"
Oshri Alkoby (NTIL)a85957f2019-01-19 00:00:10 +02007LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8
Patrick Williamsbb99d222022-01-24 15:55:09 -06009SRC_URI += "git://github.com/Nuvoton-Israel/bingo;branch=master;protocol=https"
Oshri Alkoby (NTIL)a85957f2019-01-19 00:00:10 +020010SRCREV = "4f102ff7851da9fd11965857edd1b3046c187b7a"
11
12S = "${WORKDIR}/git"
13
14do_install () {
15
16 install -d "${D}${bindir}"
17 install deliverables/linux/Release/bingo ${D}${bindir}
Oshri Alkoby (NTIL)a85957f2019-01-19 00:00:10 +020018}
19
20inherit native