summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb')
-rw-r--r--meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
new file mode 100644
index 000000000..7f06f8f6a
--- /dev/null
+++ b/meta-oe/recipes-support/dfu-util/dfu-util_0.7.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "USB Device Firmware Upgrade utility"
2SECTION = "devel"
3AUTHOR = "Harald Welte <laforge@openmoko.org>"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
6
7S = "${WORKDIR}/git"
8
9SRC_URI = "git://gitorious.org/dfu-util/dfu-util.git \
10 file://0001-configure.ac-Don-t-check-for-usbpath.patch \
11"
12SRCREV="a0a3668e0571a9b007f7d62b01e7dcfd7754ce50"
13
14inherit autotools pkgconfig
15
16DEPENDS = "libusb1"
17
18SRC_URI[md5sum] = "1de724551604bce1962960b7a301cc08"
19SRC_URI[sha256sum] = "5d253f924fd29bc13054b664bba9aa86b865299971195969478253c1775b7e56"