diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 13:24:47 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-04-10 14:43:41 +0200 |
| commit | 89500c583e0f1dc1b4ffdf72914e08e505e427e0 (patch) | |
| tree | b073036cc61aa34ca5ac9eec4d617366e0dcb3d5 /meta-oe/recipes-support/dfu-util/dfu-util.inc | |
| parent | e66079da37992abd54486488aa06a99bf7a4198c (diff) | |
| download | meta-openembedded-89500c583e0f1dc1b4ffdf72914e08e505e427e0.tar.gz | |
recipes,classes: import a lot of recipes from meta-shr
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
Diffstat (limited to 'meta-oe/recipes-support/dfu-util/dfu-util.inc')
| -rw-r--r-- | meta-oe/recipes-support/dfu-util/dfu-util.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dfu-util/dfu-util.inc b/meta-oe/recipes-support/dfu-util/dfu-util.inc new file mode 100644 index 0000000000..503583243b --- /dev/null +++ b/meta-oe/recipes-support/dfu-util/dfu-util.inc | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | DEPENDS = "virtual/libusb0 usbpath" | ||
| 8 | |||
| 9 | SRC_URI = "http://dfu-util.gnumonks.org/releases/dfu-util-${PV}.tar.gz" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "native" | ||
| 12 | |||
| 13 | inherit autotools | ||
