From: Frans Meulenbroeks Date: Sat, 21 Aug 2010 07:04:19 +0000 (+0200) Subject: lzo:remove NATIVE_INSTALL_WORKS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68490ae3114c40a09d5d19d1fce7492ef00e5d5b;p=openembedded.git lzo: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/lzo/lzo2_2.03.bb b/recipes/lzo/lzo2_2.03.bb index 3396b78f8a..ee540b1801 100644 --- a/recipes/lzo/lzo2_2.03.bb +++ b/recipes/lzo/lzo2_2.03.bb @@ -19,6 +19,5 @@ do_configure() { oe_runconf } -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native"