diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:27:13 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:44:28 +0100 |
| commit | dc807f54f858419f97e211cd62fd2d30db9a80de (patch) | |
| tree | 59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta-openmoko/packages/usbpath | |
| parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
| download | poky-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')
| -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 | |||
