summaryrefslogtreecommitdiffstats
path: root/recipes/0xFFFF/0xffff.inc
blob: db281467ed73742fa5d20ea74f5fe902870b0e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "The 'Open Free Fiasco Firmware Flasher' aka 0xFFFF utility aims to implement a free (GPL'd) userspace handler for the NOLO bootloader."
LICENSE = "GPLv3"

SRC_URI = "http://www.nopcode.org/0xFFFF/get/0xFFFF-${PV}.tar.gz"

S = "${WORKDIR}/0xFFFF-${PV}/src"

CFLAGS += '-DVERSION="${PV}" -I.'
BUILD_CFLAGS += '-DVERSION="${PV}" -I.'

do_compile() {
       oe_runmake 
}