diff options
Diffstat (limited to 'meta-oe/recipes-support/dfu-util/dfu-util.inc')
-rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util.inc b/meta-oe/recipes-support/dfu-util/dfu-util.inc index 503583243b..633b829b2a 100644 --- a/meta-oe/recipes-support/dfu-util/dfu-util.inc +++ b/meta-oe/recipes-support/dfu-util/dfu-util.inc | |||
@@ -4,10 +4,6 @@ AUTHOR = "Harald Welte <laforge@openmoko.org>" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
6 | 6 | ||
7 | DEPENDS = "virtual/libusb0 usbpath" | ||
8 | |||
9 | SRC_URI = "http://dfu-util.gnumonks.org/releases/dfu-util-${PV}.tar.gz" | 7 | SRC_URI = "http://dfu-util.gnumonks.org/releases/dfu-util-${PV}.tar.gz" |
10 | 8 | ||
11 | BBCLASSEXTEND = "native" | ||
12 | |||
13 | inherit autotools | 9 | inherit autotools |