diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-03 16:48:10 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-05 12:02:42 +0200 |
| commit | d87b8e43d6316d77479ce838111cd9f77f4bf419 (patch) | |
| tree | 8448055d01cac2d2e537a6177add90a27aeb2d38 /meta-oe/recipes-support/dfu-util/dfu-util.inc | |
| parent | 33cf1670425ea9d7667f1cc358a86568846b3648 (diff) | |
| download | meta-openembedded-d87b8e43d6316d77479ce838111cd9f77f4bf419.tar.gz | |
dfu-util-native: upgrade to 0.7 and drop 0.4
* fold .inc file into .bb
* add usbpath patch from 0.4 to 0.7, otherwise dfu-util fails to build
when built after usbpath recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/dfu-util/dfu-util.inc')
| -rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util.inc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util.inc b/meta-oe/recipes-support/dfu-util/dfu-util.inc deleted file mode 100644 index 892acad05c..0000000000 --- a/meta-oe/recipes-support/dfu-util/dfu-util.inc +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | DESCRIPTION = "USB Device Firmware Upgrade utility" | ||
| 2 | SECTION = "devel" | ||
| 3 | AUTHOR = "Harald Welte <laforge@openmoko.org>" | ||
| 4 | LICENSE = "GPLv2" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 6 | |||
| 7 | SRC_URI = "http://dfu-util.gnumonks.org/releases/dfu-util-${PV}.tar.gz" | ||
| 8 | |||
| 9 | inherit autotools pkgconfig | ||
