0xffff-native: Depend on libusb, license change to GPLv3.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 3 Jul 2007 16:53:40 +0000 (16:53 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 3 Jul 2007 16:53:40 +0000 (16:53 +0000)
packages/0xFFFF/0xffff-native_0.2.bb
packages/0xFFFF/0xffff.inc

index b709977..1cee49a 100644 (file)
@@ -1,5 +1,7 @@
 require 0xffff.inc
 
+DEPENDS = "libusb-native"
+
 inherit native
 
 do_stage() {
index 470db7c..db28146 100644 (file)
@@ -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"