From: Frans Meulenbroeks Date: Sat, 21 Aug 2010 07:01:48 +0000 (+0200) Subject: lzo:remove NATIVE_INSTALL_WORKS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a5985b1af63a269da52e933d8d5d2b422316ace;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/lzo_1.08.bb b/recipes/lzo/lzo_1.08.bb index 8dedcbc102..fc8b6f3691 100644 --- a/recipes/lzo/lzo_1.08.bb +++ b/recipes/lzo/lzo_1.08.bb @@ -11,7 +11,6 @@ inherit autotools EXTRA_OECONF = "--enable-shared" -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" SRC_URI[md5sum] = "ab94d3da364c7cbd5b78d76f1875b0f6"