Potin Lai | 501f4c7 | 2022-06-13 13:23:57 +0800 | [diff] [blame] | 1 | LICENSE = "Apache-2.0" |
2 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" | ||||
3 | |||||
4 | RDEPENDS:${PN} += " bash libgpiod-tools" | ||||
5 | |||||
6 | SRC_URI += " \ | ||||
7 | file://bletchley-common-functions \ | ||||
8 | " | ||||
9 | |||||
10 | do_install() { | ||||
11 | install -d ${D}${libexecdir} | ||||
12 | install -m 0755 ${WORKDIR}/bletchley-common-functions ${D}${libexecdir} | ||||
13 | } |