1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Richard Purdie
2010-07-22 11:27:13 +01:00
parent 5c63f8a249
commit dc807f54f8
88 changed files with 21 additions and 362 deletions
-4
View File
@@ -50,10 +50,6 @@ do_install () {
oe_runmake 'DESTDIR=${D}' install
}
do_stage () {
autotools_stage_all
}
#
# Override the default sysroot staging copy since this won't look like a target system
#