aboutsummaryrefslogtreecommitdiffstats
path: root/packages/neuros-pkggen/neuros-pkggen-native.bb
blob: 5177f9d4ccf79a04592ecc59a2ba8c93bc56c2b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
DESCRIPTION = "Tool to generate ready to flash .pkg files for neuros machines"
LICENSE = "GPLv2"
FILE_PR = "r3"

inherit native

SRC_URI = "file://Makefile \
           file://Makefile.rules \
           file://config \
           file://crc32.c \
           file://package.c \
           file://package.h \
           file://readme \
           file://zlib.h \
"

do_compile_prepend() {
	( cd ${WORKDIR} ; cp Makefile  Makefile.rules  config  crc32.c  package.c  package.h  readme  zlib.h ${S} ) 
}

do_stage() {
	install -m 0755 packet_osd2 ${STAGING_BINDIR_NATIVE}
}