diff options
Diffstat (limited to 'meta-openmoko/packages/usbpath')
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath-native_svn.bb | 3 | ||||
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath_svn.bb | 14 |
2 files changed, 0 insertions, 17 deletions
diff --git a/meta-openmoko/packages/usbpath/usbpath-native_svn.bb b/meta-openmoko/packages/usbpath/usbpath-native_svn.bb deleted file mode 100644 index 7389e161c..000000000 --- a/meta-openmoko/packages/usbpath/usbpath-native_svn.bb +++ /dev/null @@ -1,3 +0,0 @@ -require usbpath_svn.bb -inherit native -DEPENDS = "libusb-native" diff --git a/meta-openmoko/packages/usbpath/usbpath_svn.bb b/meta-openmoko/packages/usbpath/usbpath_svn.bb deleted file mode 100644 index 0c0873ffe..000000000 --- a/meta-openmoko/packages/usbpath/usbpath_svn.bb +++ /dev/null @@ -1,14 +0,0 @@ -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 - |