mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
c0ac88e928
* return dfu-util_static, as static binary is more usefull from deploy dir I've tried to build static version with libtool, but in the end this is easier and someone can use both shared/static version * Thanks to GNUtoo for initial recipes http://shr-project.org/trac/ticket/1465 * move usbpath dependency to dfu-util_0.1 Signed-off-by: Martin JaMa Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
9 lines
222 B
BlitzBasic
9 lines
222 B
BlitzBasic
require dfu-util.inc
|
|
|
|
DEPENDS = "libusb1"
|
|
|
|
SRC_URI += "file://no-usbpath.patch"
|
|
|
|
SRC_URI[md5sum] = "2cf466fabb881e8598fa02f286d3242c"
|
|
SRC_URI[sha256sum] = "f60fea987aa06ee03da22a656d1d113ac224458ec4442bcf1764a62f0930bd07"
|