mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
20 lines
538 B
BlitzBasic
20 lines
538 B
BlitzBasic
DESCRIPTION = "Convert the physical locations of a USB device to/from its number"
|
|
AUTHOR = "Werner Almesberger <werner@openmoko.org>"
|
|
SECTION = "console/utils"
|
|
LICENSE = "GPLv2+"
|
|
LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f"
|
|
DEPENDS = "virtual/libusb0"
|
|
DEPENDS_virtclass-native = "virtual/libusb0-native"
|
|
|
|
BBCLASSEXTEND = "native"
|
|
|
|
SRCREV = "3172"
|
|
PV = "0.0+svnr${SRCPV}"
|
|
|
|
SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;protocol=http"
|
|
|
|
S = "${WORKDIR}/usbpath"
|
|
|
|
inherit autotools
|
|
|