From dc807f54f858419f97e211cd62fd2d30db9a80de Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Jul 2010 11:27:13 +0100 Subject: 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 --- meta/packages/automake/automake_1.11.1.bb | 1 - meta/packages/binutils/binutils-cross-canadian.inc | 4 ---- meta/packages/binutils/binutils-cross.inc | 4 ---- meta/packages/cdrtools/cdrtools-native_2.01.bb | 1 - meta/packages/dosfstools/dosfstools_2.10.bb | 1 - meta/packages/dosfstools/dosfstools_2.11.bb | 1 - meta/packages/fuse/fuse_2.7.2.bb | 5 ----- meta/packages/gcc/gcc-cross-kernel.inc | 4 ---- meta/packages/gcc/gcc-cross.inc | 4 ---- meta/packages/glibc/ldconfig-native_2.5.bb | 1 - meta/packages/gnu-config/gnu-config_20080123.bb | 1 - meta/packages/gtk-doc/gtk-doc.bb | 1 - meta/packages/insserv/insserv_1.11.0.bb | 1 - meta/packages/kern-tools/kern-tools-native_git.bb | 3 --- meta/packages/libsoup/libsoup-2.4_2.31.2.bb | 3 --- meta/packages/libsoup/libsoup-2.4_2.4.1.bb | 3 --- meta/packages/makedevs/makedevs_1.0.0.bb | 1 - meta/packages/mesa/qemugl_git.bb | 1 - meta/packages/mtd/mtd-utils_1.3.1.bb | 1 - meta/packages/mutter/mutter.inc | 4 ---- meta/packages/nasm/nasm_2.07.bb | 1 - meta/packages/openssl/openssl.inc | 1 - meta/packages/opensync/libopensync_0.37.bb | 3 --- meta/packages/opensync/libsyncml_0.5.4.bb | 4 ---- meta/packages/opkg-utils/opkg-utils_svn.bb | 1 - meta/packages/osc/osc-native_svn.bb | 1 - meta/packages/pango/pango.inc | 4 ---- meta/packages/pax-utils/pax-utils_0.2.1.bb | 1 - meta/packages/perl/perl-native_5.8.8.bb | 1 - meta/packages/pseudo/pseudo_git.bb | 2 -- meta/packages/python/python-iniparse-native_0.3.2.bb | 1 - meta/packages/python/python-native_2.6.5.bb | 1 - meta/packages/python/python-pycurl_7.19.0.bb | 2 -- meta/packages/python/python-pygobject-native_2.21.1.bb | 2 -- meta/packages/python/python-pyrex-native_0.9.9.bb | 2 -- meta/packages/python/python-scons-native_1.3.0.bb | 2 -- meta/packages/python/python-urlgrabber-native_3.9.1.bb | 3 --- meta/packages/python/yum-metadata-parser-native_1.1.4.bb | 2 -- meta/packages/shasum/shasum.inc | 1 - meta/packages/stage-manager/stagemanager-native_0.0.1.bb | 2 +- meta/packages/syslinux/syslinux_3.86.bb | 1 - meta/packages/tzcode/tzcode-native_2009r.bb | 1 - meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb | 1 - meta/packages/uboot/u-boot-mkimage_2009.08.bb | 1 - meta/packages/udev/udev_141.bb | 3 --- meta/packages/udev/udev_145.bb | 3 --- meta/packages/uicmoc/uicmoc4-native.inc | 1 - meta/packages/unifdef/unifdef-native_2.6.18+git.bb | 2 -- meta/packages/unzip/unzip_6.0.bb | 1 - meta/packages/update-alternatives/update-alternatives-dpkg.inc | 1 - meta/packages/update-rc.d/update-rc.d_0.7.bb | 1 - meta/packages/x-load/signgp-native.bb | 1 - meta/packages/yaffs2/yaffs2-utils.inc | 1 - meta/packages/zaurus-updater/encdec-updater.bb | 1 - meta/packages/zip/zip.inc | 1 - 55 files changed, 1 insertion(+), 101 deletions(-) (limited to 'meta/packages') diff --git a/meta/packages/automake/automake_1.11.1.bb b/meta/packages/automake/automake_1.11.1.bb index 067898a44..a78b6901f 100644 --- a/meta/packages/automake/automake_1.11.1.bb +++ b/meta/packages/automake/automake_1.11.1.bb @@ -33,7 +33,6 @@ PATHFIXPATCH_virtclass-native = "" SRC_URI += "${PATHFIXPATCH}" -NATIVE_INSTALL_WORKS = "1" do_install () { oe_runmake 'DESTDIR=${D}' install install -d ${D}${datadir} diff --git a/meta/packages/binutils/binutils-cross-canadian.inc b/meta/packages/binutils/binutils-cross-canadian.inc index 9fe3ed545..23dfa161e 100644 --- a/meta/packages/binutils/binutils-cross-canadian.inc +++ b/meta/packages/binutils/binutils-cross-canadian.inc @@ -18,7 +18,3 @@ do_install () { install -m 644 ${S}/include/ansidecl.h ${D}${includedir} install -m 644 ${S}/include/libiberty.h ${D}${includedir} } - -do_stage () { - use_do_install_for_stage -} diff --git a/meta/packages/binutils/binutils-cross.inc b/meta/packages/binutils/binutils-cross.inc index f784a66ce..b5310a618 100644 --- a/meta/packages/binutils/binutils-cross.inc +++ b/meta/packages/binutils/binutils-cross.inc @@ -23,7 +23,3 @@ do_install () { rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${libdir}64 || : rmdir ${D}${STAGING_DIR_NATIVE}${prefix_native}/${prefix} || : } - -do_stage () { - use_do_install_for_stage -} diff --git a/meta/packages/cdrtools/cdrtools-native_2.01.bb b/meta/packages/cdrtools/cdrtools-native_2.01.bb index b4b496f6e..2421b2364 100644 --- a/meta/packages/cdrtools/cdrtools-native_2.01.bb +++ b/meta/packages/cdrtools/cdrtools-native_2.01.bb @@ -15,7 +15,6 @@ inherit native STAGE_TEMP="${WORKDIR}/image-temp" -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${STAGE_TEMP} make install INS_BASE=${STAGE_TEMP} diff --git a/meta/packages/dosfstools/dosfstools_2.10.bb b/meta/packages/dosfstools/dosfstools_2.10.bb index 4d8f6fb8e..100044b75 100644 --- a/meta/packages/dosfstools/dosfstools_2.10.bb +++ b/meta/packages/dosfstools/dosfstools_2.10.bb @@ -16,7 +16,6 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV} file://msdos_fat12_undefined.patch;patch=1 \ file://include-linux-types.patch;patch=1" -NATIVE_INSTALL_WORKS = "1" do_install () { oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ "MANDIR=${D}${mandir}/man8" install diff --git a/meta/packages/dosfstools/dosfstools_2.11.bb b/meta/packages/dosfstools/dosfstools_2.11.bb index 91430c0b6..a5f6e034d 100644 --- a/meta/packages/dosfstools/dosfstools_2.11.bb +++ b/meta/packages/dosfstools/dosfstools_2.11.bb @@ -15,7 +15,6 @@ SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV} file://msdos_fat12_undefined.patch;patch=1 \ file://include-linux-types.patch;patch=1" -NATIVE_INSTALL_WORKS = "1" do_install () { oe_runmake "PREFIX=${D}" "SBINDIR=${D}${sbindir}" \ "MANDIR=${D}${mandir}/man8" install diff --git a/meta/packages/fuse/fuse_2.7.2.bb b/meta/packages/fuse/fuse_2.7.2.bb index a1795e7f0..d284a25f5 100644 --- a/meta/packages/fuse/fuse_2.7.2.bb +++ b/meta/packages/fuse/fuse_2.7.2.bb @@ -20,8 +20,3 @@ FILES_fuse-utils-dbg = "${bindir}/.debug ${base_sbindir}/.debug" DEBIAN_NOAUTONAME_fuse-utils = "1" DEBIAN_NOAUTONAME_fuse-utils-dbg = "1" -fakeroot do_stage() { - autotools_stage_all -} - - diff --git a/meta/packages/gcc/gcc-cross-kernel.inc b/meta/packages/gcc/gcc-cross-kernel.inc index 02d44583c..534776276 100644 --- a/meta/packages/gcc/gcc-cross-kernel.inc +++ b/meta/packages/gcc/gcc-cross-kernel.inc @@ -8,7 +8,3 @@ do_install () { oe_runmake 'DESTDIR=${D}' install-common install-headers install-libgcc install -m 0755 xgcc ${D}${STAGING_DIR_NATIVE}${prefix_native}/bin/${TARGET_PREFIX}gcc-${PV} } - -do_stage () { - use_do_install_for_stage -} \ No newline at end of file diff --git a/meta/packages/gcc/gcc-cross.inc b/meta/packages/gcc/gcc-cross.inc index 02b23ffce..5a796bcde 100644 --- a/meta/packages/gcc/gcc-cross.inc +++ b/meta/packages/gcc/gcc-cross.inc @@ -3,10 +3,6 @@ inherit cross DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc ${NATIVEDEPS}" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" -do_stage () { - use_do_install_for_stage -} - require gcc-configure-cross.inc require gcc-package-cross.inc diff --git a/meta/packages/glibc/ldconfig-native_2.5.bb b/meta/packages/glibc/ldconfig-native_2.5.bb index 3c3a1b1a6..d08787af6 100644 --- a/meta/packages/glibc/ldconfig-native_2.5.bb +++ b/meta/packages/glibc/ldconfig-native_2.5.bb @@ -14,7 +14,6 @@ do_compile () { $CC ldconfig.c -std=gnu99 chroot_canon.c xmalloc.c xstrdup.c cache.c readlib.c -I. dl-cache.c -o ldconfig } -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}/${bindir}/ install ldconfig ${D}/${bindir}/ diff --git a/meta/packages/gnu-config/gnu-config_20080123.bb b/meta/packages/gnu-config/gnu-config_20080123.bb index 5dc76524d..66d027e93 100644 --- a/meta/packages/gnu-config/gnu-config_20080123.bb +++ b/meta/packages/gnu-config/gnu-config_20080123.bb @@ -36,4 +36,3 @@ PACKAGES = "${PN}" FILES_${PN} = "${bindir} ${datadir}/gnu-config" BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/gtk-doc/gtk-doc.bb b/meta/packages/gtk-doc/gtk-doc.bb index b60bc85ed..3f5e29121 100644 --- a/meta/packages/gtk-doc/gtk-doc.bb +++ b/meta/packages/gtk-doc/gtk-doc.bb @@ -7,7 +7,6 @@ ALLOW_EMPTY_${PN} = "1" BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}${datadir}/aclocal/ install -m 0644 ${WORKDIR}/gtk-doc.m4 ${D}${datadir}/aclocal/ diff --git a/meta/packages/insserv/insserv_1.11.0.bb b/meta/packages/insserv/insserv_1.11.0.bb index 0fe439ba6..a45ccda48 100644 --- a/meta/packages/insserv/insserv_1.11.0.bb +++ b/meta/packages/insserv/insserv_1.11.0.bb @@ -9,7 +9,6 @@ SRC_URI = "ftp://ftp.suse.com/pub/projects/init/${BPN}-${PV}.tar.gz \ file://crosscompile_fix.patch;patch=1 \ file://insserv.conf" -NATIVE_INSTALL_WORKS = "1" do_install () { oe_runmake 'DESTDIR=${D}' install install -m0644 ${WORKDIR}/insserv.conf ${D}${sysconfdir}/insserv.conf diff --git a/meta/packages/kern-tools/kern-tools-native_git.bb b/meta/packages/kern-tools/kern-tools-native_git.bb index 417bcb689..4e4b86b97 100644 --- a/meta/packages/kern-tools/kern-tools-native_git.bb +++ b/meta/packages/kern-tools/kern-tools-native_git.bb @@ -7,9 +7,6 @@ DEPENDS = "git-native" PR = r4 PV = "0.1+git${SRCPV}" -# needed until the native do_stage goes away -NATIVE_INSTALL_WORKS=1 - inherit native SRC_URI = "git://git.pokylinux.org/wr-kernel-tools.git;protocol=git" diff --git a/meta/packages/libsoup/libsoup-2.4_2.31.2.bb b/meta/packages/libsoup/libsoup-2.4_2.31.2.bb index da1499b5f..9a00e07da 100644 --- a/meta/packages/libsoup/libsoup-2.4_2.31.2.bb +++ b/meta/packages/libsoup/libsoup-2.4_2.31.2.bb @@ -15,6 +15,3 @@ S = "${WORKDIR}/libsoup-${PV}" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} diff --git a/meta/packages/libsoup/libsoup-2.4_2.4.1.bb b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb index 303f667dc..f48ac3d6c 100644 --- a/meta/packages/libsoup/libsoup-2.4_2.4.1.bb +++ b/meta/packages/libsoup/libsoup-2.4_2.4.1.bb @@ -9,6 +9,3 @@ S = "${WORKDIR}/libsoup-${PV}" inherit autotools pkgconfig -do_stage() { - autotools_stage_all -} diff --git a/meta/packages/makedevs/makedevs_1.0.0.bb b/meta/packages/makedevs/makedevs_1.0.0.bb index 7e8776520..5db2d9b14 100644 --- a/meta/packages/makedevs/makedevs_1.0.0.bb +++ b/meta/packages/makedevs/makedevs_1.0.0.bb @@ -19,4 +19,3 @@ do_install() { } BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/mesa/qemugl_git.bb b/meta/packages/mesa/qemugl_git.bb index 086553fec..547290111 100644 --- a/meta/packages/mesa/qemugl_git.bb +++ b/meta/packages/mesa/qemugl_git.bb @@ -16,7 +16,6 @@ PR = "r6" DEFAULT_PREFERENCE = "-1" -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}${libdir}/ if [ "${PN}" != "qemugl-nativesdk" ]; then diff --git a/meta/packages/mtd/mtd-utils_1.3.1.bb b/meta/packages/mtd/mtd-utils_1.3.1.bb index 909b28b21..faa2332a2 100644 --- a/meta/packages/mtd/mtd-utils_1.3.1.bb +++ b/meta/packages/mtd/mtd-utils_1.3.1.bb @@ -24,4 +24,3 @@ do_install () { PARALLEL_MAKE = "" BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/mutter/mutter.inc b/meta/packages/mutter/mutter.inc index 860d9906d..456348754 100644 --- a/meta/packages/mutter/mutter.inc +++ b/meta/packages/mutter/mutter.inc @@ -28,10 +28,6 @@ do_configure_prepend () { echo "EXTRA_DIST=" > ${S}/gnome-doc-utils.make } -do_stage () { - autotools_stage_all -} - pkg_postinst_${PN} () { #!/bin/sh -e if [ "x$D" != "x" ]; then diff --git a/meta/packages/nasm/nasm_2.07.bb b/meta/packages/nasm/nasm_2.07.bb index 5c4f9f692..4e482a04d 100644 --- a/meta/packages/nasm/nasm_2.07.bb +++ b/meta/packages/nasm/nasm_2.07.bb @@ -22,4 +22,3 @@ do_install() { } BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/openssl/openssl.inc b/meta/packages/openssl/openssl.inc index a2a1ce67b..2482585c6 100644 --- a/meta/packages/openssl/openssl.inc +++ b/meta/packages/openssl/openssl.inc @@ -91,7 +91,6 @@ do_compile () { oe_runmake } -NATIVE_INSTALL_WORKS = "1" do_install () { install -m 0755 -d ${D}${libdir}/pkgconfig oe_runmake INSTALL_PREFIX="${D}" install diff --git a/meta/packages/opensync/libopensync_0.37.bb b/meta/packages/opensync/libopensync_0.37.bb index 0748bec99..e9b8ce202 100644 --- a/meta/packages/opensync/libopensync_0.37.bb +++ b/meta/packages/opensync/libopensync_0.37.bb @@ -23,6 +23,3 @@ FILES_${PN} += " ${libdir}/opensync*/formats/*.so \ FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ ${libdir}/opensync*/.debug/osplugin " -do_stage() { - autotools_stage_all -} diff --git a/meta/packages/opensync/libsyncml_0.5.4.bb b/meta/packages/opensync/libsyncml_0.5.4.bb index 394b3489d..7feb5e0f1 100644 --- a/meta/packages/opensync/libsyncml_0.5.4.bb +++ b/meta/packages/opensync/libsyncml_0.5.4.bb @@ -9,10 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ inherit cmake pkgconfig -do_stage() { - autotools_stage_all -} - PACKAGES += "${PN}-tools" FILES_${PN}-tools = "${bindir}" diff --git a/meta/packages/opkg-utils/opkg-utils_svn.bb b/meta/packages/opkg-utils/opkg-utils_svn.bb index 18259b3c3..f3b6f1f4c 100644 --- a/meta/packages/opkg-utils/opkg-utils_svn.bb +++ b/meta/packages/opkg-utils/opkg-utils_svn.bb @@ -21,5 +21,4 @@ do_install() { oe_runmake PREFIX=${prefix} DESTDIR=${D} install } -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" diff --git a/meta/packages/osc/osc-native_svn.bb b/meta/packages/osc/osc-native_svn.bb index ef9a42a00..ab0ee0ba3 100755 --- a/meta/packages/osc/osc-native_svn.bb +++ b/meta/packages/osc/osc-native_svn.bb @@ -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} \ diff --git a/meta/packages/pango/pango.inc b/meta/packages/pango/pango.inc index 2e28cc443..fa22fa578 100644 --- a/meta/packages/pango/pango.inc +++ b/meta/packages/pango/pango.inc @@ -26,10 +26,6 @@ EXTRA_OECONF = "--disable-glibtest \ LEAD_SONAME = "libpango-1.0*" LIBV = "1.6.0" -do_stage () { - autotools_stage_all -} - postinst_prologue() { if [ "x$D" != "x" ]; then exit 1 diff --git a/meta/packages/pax-utils/pax-utils_0.2.1.bb b/meta/packages/pax-utils/pax-utils_0.2.1.bb index 404b90c69..f450f32f1 100644 --- a/meta/packages/pax-utils/pax-utils_0.2.1.bb +++ b/meta/packages/pax-utils/pax-utils_0.2.1.bb @@ -10,5 +10,4 @@ do_install() { oe_runmake PREFIX=${D}${prefix} DESTDIR=${D} install } -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" diff --git a/meta/packages/perl/perl-native_5.8.8.bb b/meta/packages/perl/perl-native_5.8.8.bb index 05b4c1e64..534b6700d 100644 --- a/meta/packages/perl/perl-native_5.8.8.bb +++ b/meta/packages/perl/perl-native_5.8.8.bb @@ -56,7 +56,6 @@ do_configure () { -Uusenm -des } -NATIVE_INSTALL_WORKS = "1" do_install () { oe_runmake 'DESTDIR=${D}' install diff --git a/meta/packages/pseudo/pseudo_git.bb b/meta/packages/pseudo/pseudo_git.bb index 92ea897d6..88c7ee2c5 100644 --- a/meta/packages/pseudo/pseudo_git.bb +++ b/meta/packages/pseudo/pseudo_git.bb @@ -30,8 +30,6 @@ do_install () { oe_runmake 'DESTDIR=${D}' install } -NATIVE_INSTALL_WORKS = "1" - BBCLASSEXTEND = "native" diff --git a/meta/packages/python/python-iniparse-native_0.3.2.bb b/meta/packages/python/python-iniparse-native_0.3.2.bb index 85c7a27ac..41aa13d97 100644 --- a/meta/packages/python/python-iniparse-native_0.3.2.bb +++ b/meta/packages/python/python-iniparse-native_0.3.2.bb @@ -3,5 +3,4 @@ inherit native DEPENDS = "python-native" RDEPENDS = "" PR = "r0" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/python/python-native_2.6.5.bb b/meta/packages/python/python-native_2.6.5.bb index d766853c1..cb95e4b96 100644 --- a/meta/packages/python/python-native_2.6.5.bb +++ b/meta/packages/python/python-native_2.6.5.bb @@ -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}/ diff --git a/meta/packages/python/python-pycurl_7.19.0.bb b/meta/packages/python/python-pycurl_7.19.0.bb index 2af031ebd..1a0476726 100644 --- a/meta/packages/python/python-pycurl_7.19.0.bb +++ b/meta/packages/python/python-pycurl_7.19.0.bb @@ -26,6 +26,4 @@ export HOST_SYS export STAGING_INCDIR export STAGING_LIBDIR -NATIVE_INSTALL_WORKS = "1" - BBCLASSEXTEND = "native" diff --git a/meta/packages/python/python-pygobject-native_2.21.1.bb b/meta/packages/python/python-pygobject-native_2.21.1.bb index 7699f74b3..d3602277a 100644 --- a/meta/packages/python/python-pygobject-native_2.21.1.bb +++ b/meta/packages/python/python-pygobject-native_2.21.1.bb @@ -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() { diff --git a/meta/packages/python/python-pyrex-native_0.9.9.bb b/meta/packages/python/python-pyrex-native_0.9.9.bb index ba70d7d16..90b6b1683 100644 --- a/meta/packages/python/python-pyrex-native_0.9.9.bb +++ b/meta/packages/python/python-pyrex-native_0.9.9.bb @@ -3,5 +3,3 @@ inherit native DEPENDS = "python-native" RDEPENDS = "" PR = "r0" - -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/python/python-scons-native_1.3.0.bb b/meta/packages/python/python-scons-native_1.3.0.bb index d3dd65cbd..a4bcd4258 100644 --- a/meta/packages/python/python-scons-native_1.3.0.bb +++ b/meta/packages/python/python-scons-native_1.3.0.bb @@ -4,5 +4,3 @@ DEPENDS = "python-native" RDEPENDS = "" PR = "r0" -NATIVE_INSTALL_WORKS = "1" - diff --git a/meta/packages/python/python-urlgrabber-native_3.9.1.bb b/meta/packages/python/python-urlgrabber-native_3.9.1.bb index 61c0f60d8..ff8f02ecd 100644 --- a/meta/packages/python/python-urlgrabber-native_3.9.1.bb +++ b/meta/packages/python/python-urlgrabber-native_3.9.1.bb @@ -2,6 +2,3 @@ require python-urlgrabber_${PV}.bb inherit native DEPENDS = "python-native python-pycurl-native" RDEPENDS = "" - -NATIVE_INSTALL_WORKS = "1" - diff --git a/meta/packages/python/yum-metadata-parser-native_1.1.4.bb b/meta/packages/python/yum-metadata-parser-native_1.1.4.bb index d7aae337e..0a44b99e2 100644 --- a/meta/packages/python/yum-metadata-parser-native_1.1.4.bb +++ b/meta/packages/python/yum-metadata-parser-native_1.1.4.bb @@ -5,5 +5,3 @@ RDEPENDS = "" PR = "r0" #BUILD_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0" - -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/shasum/shasum.inc b/meta/packages/shasum/shasum.inc index ad51bcc60..d5f1e8b92 100644 --- a/meta/packages/shasum/shasum.inc +++ b/meta/packages/shasum/shasum.inc @@ -17,7 +17,6 @@ do_compile() { $CC $CFLAGS $CPPFLAGS -o oe_sha256sum main.c sha256.c } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${bindir}/ install ${S}/oe_sha256sum ${D}${bindir}/ diff --git a/meta/packages/stage-manager/stagemanager-native_0.0.1.bb b/meta/packages/stage-manager/stagemanager-native_0.0.1.bb index 63beb11ad..d6c1b8cf5 100644 --- a/meta/packages/stage-manager/stagemanager-native_0.0.1.bb +++ b/meta/packages/stage-manager/stagemanager-native_0.0.1.bb @@ -17,7 +17,7 @@ INHIBIT_DEFAULT_DEPS = "1" PSTAGING_DISABLED = "1" -NATIVE_INSTALL_WORKS = "1" +# This function is special and allowed to onstall into staging directly do_install() { install -d ${STAGING_BINDIR} install -m 0755 ${WORKDIR}/stage-manager ${STAGING_BINDIR} diff --git a/meta/packages/syslinux/syslinux_3.86.bb b/meta/packages/syslinux/syslinux_3.86.bb index fb26a32fa..5edbd2408 100644 --- a/meta/packages/syslinux/syslinux_3.86.bb +++ b/meta/packages/syslinux/syslinux_3.86.bb @@ -35,7 +35,6 @@ do_compile() { oe_runmake CC="${CC}" installer } -NATIVE_INSTALL_WORKS = "1" do_install() { oe_runmake install INSTALLROOT="${D}" diff --git a/meta/packages/tzcode/tzcode-native_2009r.bb b/meta/packages/tzcode/tzcode-native_2009r.bb index abe4783d0..c9a213b4f 100644 --- a/meta/packages/tzcode/tzcode-native_2009r.bb +++ b/meta/packages/tzcode/tzcode-native_2009r.bb @@ -9,7 +9,6 @@ S = "${WORKDIR}" inherit native -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}${bindir}/ install -m 755 zic ${D}${bindir}/ diff --git a/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb b/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb index 6922d69e0..fcba0d566 100644 --- a/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb +++ b/meta/packages/uboot/u-boot-mkimage-native_1.3.2.bb @@ -16,7 +16,6 @@ do_compile () { oe_runmake tools } -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}${bindir}/ install -m 0755 tools/mkimage ${D}${bindir}/uboot-mkimage diff --git a/meta/packages/uboot/u-boot-mkimage_2009.08.bb b/meta/packages/uboot/u-boot-mkimage_2009.08.bb index 6e6ce1fca..bf07198be 100644 --- a/meta/packages/uboot/u-boot-mkimage_2009.08.bb +++ b/meta/packages/uboot/u-boot-mkimage_2009.08.bb @@ -17,7 +17,6 @@ do_compile () { oe_runmake tools } -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}${bindir} install -m 0755 tools/mkimage ${D}${bindir}/uboot-mkimage diff --git a/meta/packages/udev/udev_141.bb b/meta/packages/udev/udev_141.bb index 5749e0a10..daadf6ec0 100644 --- a/meta/packages/udev/udev_141.bb +++ b/meta/packages/udev/udev_141.bb @@ -63,6 +63,3 @@ do_install_append_h2200() { install -m 0644 ${WORKDIR}/50-hostap_cs.rules ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules } -do_stage () { - autotools_stage_all -} diff --git a/meta/packages/udev/udev_145.bb b/meta/packages/udev/udev_145.bb index ddde69450..9eba5d3bc 100644 --- a/meta/packages/udev/udev_145.bb +++ b/meta/packages/udev/udev_145.bb @@ -63,6 +63,3 @@ do_install_append_h2200() { install -m 0644 ${WORKDIR}/50-hostap_cs.rules ${D}${sysconfdir}/udev/rules.d/50-hostap_cs.rules } -do_stage () { - autotools_stage_all -} diff --git a/meta/packages/uicmoc/uicmoc4-native.inc b/meta/packages/uicmoc/uicmoc4-native.inc index 23821c3f9..b6933628d 100644 --- a/meta/packages/uicmoc/uicmoc4-native.inc +++ b/meta/packages/uicmoc/uicmoc4-native.inc @@ -52,7 +52,6 @@ do_compile() { done } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${bindir}/ install -m 0755 bin/moc ${D}${bindir}//moc4 diff --git a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb index acdd6acf2..d879782b2 100644 --- a/meta/packages/unifdef/unifdef-native_2.6.18+git.bb +++ b/meta/packages/unifdef/unifdef-native_2.6.18+git.bb @@ -10,8 +10,6 @@ do_compile() { ${CC} ${CFLAGS} ${LDFLAGS} -o unifdef ${WORKDIR}/unifdef.c } -NATIVE_INSTALL_WORKS = "1" - do_install() { install -d ${D}${bindir} install -m 0755 unifdef ${D}${bindir} diff --git a/meta/packages/unzip/unzip_6.0.bb b/meta/packages/unzip/unzip_6.0.bb index 7b0f9dc72..069dfb878 100644 --- a/meta/packages/unzip/unzip_6.0.bb +++ b/meta/packages/unzip/unzip_6.0.bb @@ -23,4 +23,3 @@ do_install() { } BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" diff --git a/meta/packages/update-alternatives/update-alternatives-dpkg.inc b/meta/packages/update-alternatives/update-alternatives-dpkg.inc index 91f9883ff..106fa25e1 100644 --- a/meta/packages/update-alternatives/update-alternatives-dpkg.inc +++ b/meta/packages/update-alternatives/update-alternatives-dpkg.inc @@ -19,7 +19,6 @@ do_patch () { p;' > ${S}/scripts/update-alternatives } -NATIVE_INSTALL_WORKS = "1" do_install () { install -d ${D}${sbindir} \ ${D}${localstatedir}/dpkg/alternatives \ diff --git a/meta/packages/update-rc.d/update-rc.d_0.7.bb b/meta/packages/update-rc.d/update-rc.d_0.7.bb index 7f68d866d..03ac5c1a2 100644 --- a/meta/packages/update-rc.d/update-rc.d_0.7.bb +++ b/meta/packages/update-rc.d/update-rc.d_0.7.bb @@ -17,7 +17,6 @@ S = "${WORKDIR}/update-rc.d" do_compile() { } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${sbindir} install -m 0755 ${S}/update-rc.d ${D}${sbindir}/update-rc.d diff --git a/meta/packages/x-load/signgp-native.bb b/meta/packages/x-load/signgp-native.bb index 36c5b6ce4..7eabb07bc 100644 --- a/meta/packages/x-load/signgp-native.bb +++ b/meta/packages/x-load/signgp-native.bb @@ -8,7 +8,6 @@ do_compile() { ${CC} ${WORKDIR}/signGP.c -o signGP } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${bindir}/ install -m 0755 signGP ${D}${bindir}/ diff --git a/meta/packages/yaffs2/yaffs2-utils.inc b/meta/packages/yaffs2/yaffs2-utils.inc index a451f968c..b25cc3b59 100644 --- a/meta/packages/yaffs2/yaffs2-utils.inc +++ b/meta/packages/yaffs2/yaffs2-utils.inc @@ -17,7 +17,6 @@ do_compile() { cd utils && oe_runmake } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${sbindir}/ for i in mkyaffsimage mkyaffs2image; do diff --git a/meta/packages/zaurus-updater/encdec-updater.bb b/meta/packages/zaurus-updater/encdec-updater.bb index dfc157c02..c59d0e297 100644 --- a/meta/packages/zaurus-updater/encdec-updater.bb +++ b/meta/packages/zaurus-updater/encdec-updater.bb @@ -10,7 +10,6 @@ do_compile() { ${CC} -o encdec-updater ${WORKDIR}/encdec-updater.c } -NATIVE_INSTALL_WORKS = "1" do_install() { install -d ${D}${bindir} install -m 0755 encdec-updater ${D}${bindir}/ diff --git a/meta/packages/zip/zip.inc b/meta/packages/zip/zip.inc index 9a269ea89..955044726 100644 --- a/meta/packages/zip/zip.inc +++ b/meta/packages/zip/zip.inc @@ -22,4 +22,3 @@ do_install() { } BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1" -- cgit v1.2.3