23 lines
392 B
BlitzBasic
23 lines
392 B
BlitzBasic
LICENSE = "CLOSED"
|
|
LIC_FILES_CHKSUM = ""
|
|
|
|
inherit allarch
|
|
|
|
SRC_URI = "git://git@bitbucket.gad.local:7999/nm-nsp/nwl-test.git;protocol=ssh;branch=main"
|
|
|
|
PV = "1.0+git${SRCPV}"
|
|
|
|
SRCREV = "9989fb3c439db711ecaef4a8e8eb60f88533eccc"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
RDEPENDS:${PN} = "bats"
|
|
|
|
FILES:${PN} = "${datadir}/*"
|
|
FILES:${PN} += "${bindir}/*"
|
|
|
|
do_install () {
|
|
make install PREFIX=${D}${prefix}
|
|
}
|
|
|