Benjamin Fair | e43b203 | 2019-09-16 11:32:43 -0700 | [diff] [blame] | 1 | SUMMARY = "XML-based binary image generator" |
| 2 | DESCRIPTION = "XML-based binary image generator" |
| 3 | HOMEPAGE = "https://github.com/Nuvoton-Israel/bingo" |
| 4 | PR = "r1" |
| 5 | PV = "0.1+git${SRCPV}" |
Patrick Williams | d541ec5 | 2022-04-30 07:41:26 -0500 | [diff] [blame] | 6 | LICENSE = "GPL-2.0-only" |
Oshri Alkoby (NTIL) | a85957f | 2019-01-19 00:00:10 +0200 | [diff] [blame] | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 8 | |
Patrick Williams | bb99d22 | 2022-01-24 15:55:09 -0600 | [diff] [blame] | 9 | SRC_URI += "git://github.com/Nuvoton-Israel/bingo;branch=master;protocol=https" |
Tim Lee | ae5ec05 | 2022-07-07 00:52:33 +0800 | [diff] [blame^] | 10 | SRCREV = "7c35658b667d04d6cc78b7ed569f4401168ae133" |
Oshri Alkoby (NTIL) | a85957f | 2019-01-19 00:00:10 +0200 | [diff] [blame] | 11 | |
| 12 | S = "${WORKDIR}/git" |
| 13 | |
| 14 | do_install () { |
| 15 | |
| 16 | install -d "${D}${bindir}" |
| 17 | install deliverables/linux/Release/bingo ${D}${bindir} |
Oshri Alkoby (NTIL) | a85957f | 2019-01-19 00:00:10 +0200 | [diff] [blame] | 18 | } |
| 19 | |
| 20 | inherit native |