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/uboot/u-boot-mkimage-native_1.3.2.bb | 1 - meta/packages/uboot/u-boot-mkimage_2009.08.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'meta/packages/uboot') 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 6922d69e07..fcba0d5662 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 6e6ce1fca1..bf07198beb 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 -- cgit v1.2.3