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-gnome/packages/gnome/libgnome_2.24.0.bb | |
| 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-gnome/packages/gnome/libgnome_2.24.0.bb')
| -rw-r--r-- | meta-gnome/packages/gnome/libgnome_2.24.0.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-gnome/packages/gnome/libgnome_2.24.0.bb b/meta-gnome/packages/gnome/libgnome_2.24.0.bb index 549cda2855..21c5aaa8c1 100644 --- a/meta-gnome/packages/gnome/libgnome_2.24.0.bb +++ b/meta-gnome/packages/gnome/libgnome_2.24.0.bb | |||
| @@ -14,6 +14,3 @@ FILES_${PN} += "${libdir}/bonobo/servers ${libdir}/bonobo/monikers/*.so \ | |||
| 14 | FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" | 14 | FILES_${PN}-dev += "${libdir}/bonobo/monikers/*a" |
| 15 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" | 15 | FILES_${PN}-dbg += "${libdir}/bonobo/monikers/.debug" |
| 16 | 16 | ||
| 17 | do_stage() { | ||
| 18 | autotools_stage_all | ||
| 19 | } | ||
