summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-07-03 16:53:40 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-07-03 16:53:40 +0000
commit832e4c122ae3dd538bfea676d6da1d67b765d55b (patch)
tree68c8004139e57d6a3bb0d3a2c5f51877ea89d058 /packages
parentd003b363ab2fb8c22ef26b300bfc56d993421a1f (diff)
0xffff-native: Depend on libusb, license change to GPLv3.
Diffstat (limited to 'packages')
-rw-r--r--packages/0xFFFF/0xffff-native_0.2.bb2
-rw-r--r--packages/0xFFFF/0xffff.inc2
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/0xFFFF/0xffff-native_0.2.bb b/packages/0xFFFF/0xffff-native_0.2.bb
index b709977179..1cee49aafd 100644
--- a/packages/0xFFFF/0xffff-native_0.2.bb
+++ b/packages/0xFFFF/0xffff-native_0.2.bb
@@ -1,5 +1,7 @@
require 0xffff.inc
+DEPENDS = "libusb-native"
+
inherit native
do_stage() {
diff --git a/packages/0xFFFF/0xffff.inc b/packages/0xFFFF/0xffff.inc
index 470db7ccbf..db281467ed 100644
--- a/packages/0xFFFF/0xffff.inc
+++ b/packages/0xFFFF/0xffff.inc
@@ -1,5 +1,5 @@
DESCRIPTION = "The 'Open Free Fiasco Firmware Flasher' aka 0xFFFF utility aims to implement a free (GPL'd) userspace handler for the NOLO bootloader."
-LICENSE = "GPLv2"
+LICENSE = "GPLv3"
SRC_URI = "http://www.nopcode.org/0xFFFF/get/0xFFFF-${PV}.tar.gz"