mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02: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:
@@ -12,7 +12,6 @@ S = "${WORKDIR}/osc"
|
||||
|
||||
inherit native
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install() {
|
||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
||||
STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
|
||||
|
||||
Reference in New Issue
Block a user