From a26698073274f809944440567063402a5f81bd5e Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Mon, 15 Oct 2007 10:26:32 +0000 Subject: packages/usbpath/* : add usbpath library and add is as DEPENDS to dfu-util --- packages/usbpath/.mtn2git_empty | 0 packages/usbpath/usbpath-native_svn.bb | 7 +++++++ packages/usbpath/usbpath_svn.bb | 17 +++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 packages/usbpath/.mtn2git_empty create mode 100644 packages/usbpath/usbpath-native_svn.bb create mode 100644 packages/usbpath/usbpath_svn.bb (limited to 'packages/usbpath') diff --git a/packages/usbpath/.mtn2git_empty b/packages/usbpath/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/usbpath/usbpath-native_svn.bb b/packages/usbpath/usbpath-native_svn.bb new file mode 100644 index 0000000000..0cfafa2942 --- /dev/null +++ b/packages/usbpath/usbpath-native_svn.bb @@ -0,0 +1,7 @@ +require usbpath_svn.bb +inherit native + +do_stage () { + autotools_stage_all +} + diff --git a/packages/usbpath/usbpath_svn.bb b/packages/usbpath/usbpath_svn.bb new file mode 100644 index 0000000000..95c02c94ef --- /dev/null +++ b/packages/usbpath/usbpath_svn.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Convert the physical locations of a USB device to/from its number" +AUTHOR = "Werner Almesberger " +SECTION = "console/utils" +LICENSE = "GPL" + +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 +} + -- cgit v1.2.3