summaryrefslogtreecommitdiffstats
path: root/meta-openmoko/packages/usbpath/usbpath-native_svn.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-22 11:27:13 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-22 11:44:28 +0100
commitdc807f54f858419f97e211cd62fd2d30db9a80de (patch)
tree59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta-openmoko/packages/usbpath/usbpath-native_svn.bb
parent5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff)
downloadpoky-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-openmoko/packages/usbpath/usbpath-native_svn.bb')
-rw-r--r--meta-openmoko/packages/usbpath/usbpath-native_svn.bb5
1 files changed, 0 insertions, 5 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 @@
1require usbpath_svn.bb 1require usbpath_svn.bb
2inherit native 2inherit native
3DEPENDS = "libusb-native" 3DEPENDS = "libusb-native"
4
5do_stage () {
6 autotools_stage_all
7}
8