mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
99cb797bd8
This commit updates the SRC_URI for the following recipes to use "protocol" meta-oe/recipes-devtools/python/python-pyyaml_svn.bb meta-oe/recipes-navigation/navit/navit_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver-socketcan_svn.bb meta-oe/recipes-qt/qcanobserver/qcanobserver_svn.bb meta-oe/recipes-support/dfu-util/dfu-util_svn.bb meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb meta-oe/recipes-support/samsung-soc-utils/sjf2410-linux-native_svn.bb meta-oe/recipes-support/usbpath/usbpath_svn.bb meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
17 lines
423 B
BlitzBasic
17 lines
423 B
BlitzBasic
DESCRIPTION = "USB Device Firmware Upgrade utility"
|
|
SECTION = "devel"
|
|
AUTHOR = "Harald Welte <laforge@openmoko.org>"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
SRCREV = "4160"
|
|
PV = "0.1+svnr${SRCPV}"
|
|
PR = "r2"
|
|
|
|
DEPENDS = "virtual/libusb0 usbpath"
|
|
|
|
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=dfu-util;protocol=http"
|
|
S = "${WORKDIR}/dfu-util"
|
|
|
|
inherit autotools
|
|
|