diff options
Diffstat (limited to 'meta-openmoko/packages/usbpath')
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath-native_svn.bb | 5 | ||||
-rw-r--r-- | meta-openmoko/packages/usbpath/usbpath_svn.bb | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/meta-openmoko/packages/usbpath/usbpath-native_svn.bb b/meta-openmoko/packages/usbpath/usbpath-native_svn.bb index 3b5ef7bdcd..7389e161c4 100644 --- a/meta-openmoko/packages/usbpath/usbpath-native_svn.bb +++ b/meta-openmoko/packages/usbpath/usbpath-native_svn.bb | |||
@@ -1,8 +1,3 @@ | |||
1 | require usbpath_svn.bb | 1 | require usbpath_svn.bb |
2 | inherit native | 2 | inherit native |
3 | DEPENDS = "libusb-native" | 3 | DEPENDS = "libusb-native" |
4 | |||
5 | do_stage () { | ||
6 | autotools_stage_all | ||
7 | } | ||
8 | |||
diff --git a/meta-openmoko/packages/usbpath/usbpath_svn.bb b/meta-openmoko/packages/usbpath/usbpath_svn.bb index 0a06477b9a..0c0873ffe1 100644 --- a/meta-openmoko/packages/usbpath/usbpath_svn.bb +++ b/meta-openmoko/packages/usbpath/usbpath_svn.bb | |||
@@ -12,7 +12,3 @@ S = "${WORKDIR}/usbpath" | |||
12 | 12 | ||
13 | inherit autotools | 13 | inherit autotools |
14 | 14 | ||
15 | do_stage () { | ||
16 | autotools_stage_all | ||
17 | } | ||
18 | |||