From 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 10 Oct 2014 03:20:04 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta-oe/recipes-support/usbpath/usbpath_svn.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-support/usbpath/usbpath_svn.bb (limited to 'meta-oe/recipes-support/usbpath') diff --git a/meta-oe/recipes-support/usbpath/usbpath_svn.bb b/meta-oe/recipes-support/usbpath/usbpath_svn.bb new file mode 100644 index 0000000000..001683e96b --- /dev/null +++ b/meta-oe/recipes-support/usbpath/usbpath_svn.bb @@ -0,0 +1,19 @@ +SUMMARY = "Convert the physical locations of a USB device to/from its number" +AUTHOR = "Werner Almesberger " +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 + -- cgit v1.2.3-54-g00ecf