summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/usbpath/usbpath_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/usbpath/usbpath_git.bb')
-rw-r--r--meta-oe/recipes-support/usbpath/usbpath_git.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/usbpath/usbpath_git.bb b/meta-oe/recipes-support/usbpath/usbpath_git.bb
new file mode 100644
index 000000000..a3c75901f
--- /dev/null
+++ b/meta-oe/recipes-support/usbpath/usbpath_git.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Convert the physical locations of a USB device to/from its number"
2AUTHOR = "Werner Almesberger <werner@openmoko.org>"
3SECTION = "console/utils"
4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://usbpath.c;endline=20;md5=0aa8c7d2af9110c78a99fbf9a504dc3f"
6DEPENDS = "virtual/libusb0"
7DEPENDS_class-native = "virtual/libusb0-native"
8
9BBCLASSEXTEND = "native"
10
11PV = "1.0+git${SRCPV}"
12
13SRCREV = "0bde889e6fc09a330d0e0b9eb9808b20b2bf13d1"
14SRC_URI = "git://github.com/openmoko/openmoko-svn.git;protocol=https;subpath=src/host/usbpath \
15 file://configure.patch \
16"
17S = "${WORKDIR}/usbpath"
18
19inherit autotools pkgconfig
20
21RDEPENDS_${PN} += "perl"