mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
usbpath: added from OE (needed for dfu-util)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3067 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
8
meta-openmoko/packages/usbpath/usbpath-native_svn.bb
Normal file
8
meta-openmoko/packages/usbpath/usbpath-native_svn.bb
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
require usbpath_svn.bb
|
||||||
|
inherit native
|
||||||
|
DEPENDS = "libusb-native"
|
||||||
|
|
||||||
|
do_stage () {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
18
meta-openmoko/packages/usbpath/usbpath_svn.bb
Normal file
18
meta-openmoko/packages/usbpath/usbpath_svn.bb
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
DESCRIPTION = "Convert the physical locations of a USB device to/from its number"
|
||||||
|
AUTHOR = "Werner Almesberger <werner@openmoko.org>"
|
||||||
|
SECTION = "console/utils"
|
||||||
|
LICENSE = "GPL"
|
||||||
|
DEPENDS = "libusb"
|
||||||
|
|
||||||
|
PV = "0.0+svnr${SRCREV}"
|
||||||
|
|
||||||
|
SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=usbpath;proto=http"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/usbpath"
|
||||||
|
|
||||||
|
inherit autotools
|
||||||
|
|
||||||
|
do_stage () {
|
||||||
|
autotools_stage_all
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user