From: Frans Meulenbroeks Date: Sat, 21 Aug 2010 08:16:21 +0000 (+0200) Subject: gawk:remove NATIVE_INSTALL_WORKS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92e70e06e42db6a93600c36a9ca4defe4f84fb82;p=openembedded.git gawk:remove NATIVE_INSTALL_WORKS no need for NATIVE_INSTALL_WORKS when using autotools default install in a recipe with BBCLASSEXTEND = "native" Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/gawk/gawk_3.1.4.bb b/recipes/gawk/gawk_3.1.4.bb index ace214d6a8..3aaeef2a0e 100644 --- a/recipes/gawk/gawk_3.1.4.bb +++ b/recipes/gawk/gawk_3.1.4.bb @@ -30,4 +30,3 @@ SRC_URI[md5sum] = "3c8935efb9fdc7202720894279ad04a7" SRC_URI[sha256sum] = "5cdfe0c0919895e2ec87773c583cc6ebf2b84cba7617d5ec6cfd0150749e190f" BBCLASSEXTEND = "native" -NATIVE_INSTALL_WORKS = "1"