mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 02:02:26 +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:
@@ -3,5 +3,4 @@ inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
PR = "r0"
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ EXTRA_OEMAKE = '\
|
||||
STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
|
||||
'
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
do_install() {
|
||||
oe_runmake 'DESTDIR=${D}' install
|
||||
install -d ${D}${bindir}/
|
||||
|
||||
@@ -26,6 +26,4 @@ export HOST_SYS
|
||||
export STAGING_INCDIR
|
||||
export STAGING_LIBDIR
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
@@ -7,8 +7,6 @@ PARALLEL_MAKE = ""
|
||||
|
||||
inherit native
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2"
|
||||
|
||||
do_install_append() {
|
||||
|
||||
@@ -3,5 +3,3 @@ inherit native
|
||||
DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
PR = "r0"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
@@ -4,5 +4,3 @@ DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
PR = "r0"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
|
||||
@@ -2,6 +2,3 @@ require python-urlgrabber_${PV}.bb
|
||||
inherit native
|
||||
DEPENDS = "python-native python-pycurl-native"
|
||||
RDEPENDS = ""
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
|
||||
@@ -5,5 +5,3 @@ RDEPENDS = ""
|
||||
PR = "r0"
|
||||
|
||||
#BUILD_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0"
|
||||
|
||||
NATIVE_INSTALL_WORKS = "1"
|
||||
|
||||
Reference in New Issue
Block a user