aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pbltool/pbltool-native_0.2.bb
blob: 4b3324f4af4dd0cc06f581a0cfbd204f00227f56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Loader tool for Amstrad Delta (E3)"
LICENSE = "GPL"
PR = "r0"

SRC_URI = "http://the.earth.li/pub/e3/pbltool-${PV}.c"

INHIBIT_NATIVE_STAGE_INSTALL = "1"

do_compile() {
	${CC} -o pbltool ${WORKDIR}/pbltool-${PV}.c
}

do_deploy() {
	install -d ${DEPLOY_DIR_IMAGE}
	install -m 0755 pbltool ${DEPLOY_DIR_IMAGE}
}

addtask deploy before do_build after do_compile

inherit native

SRC_URI[md5sum] = "c8fd507f831d2b017dfecf60bc55e28a"
SRC_URI[sha256sum] = "2a1e31d4ae859e530895882273fad0170374a2d5b838bb4558303e59236e9cb6"