summaryrefslogtreecommitdiff
path: root/packages/0xFFFF/0xffff.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/0xFFFF/0xffff.inc')
-rw-r--r--packages/0xFFFF/0xffff.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/packages/0xFFFF/0xffff.inc b/packages/0xFFFF/0xffff.inc
deleted file mode 100644
index db281467ed..0000000000
--- a/packages/0xFFFF/0xffff.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-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
-}
-