From: Frans Meulenbroeks Date: Sat, 21 Aug 2010 08:45:24 +0000 (+0200) Subject: gperf:remove NATIVE_INSTALL_WORKS X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71c84217cb9e71da981e5b1d464169c728bdb28a;p=openembedded.git gperf: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/gperf/gperf_3.0.3.bb b/recipes/gperf/gperf_3.0.3.bb index 4f6b5ab6e8..f571e8164a 100644 --- a/recipes/gperf/gperf_3.0.3.bb +++ b/recipes/gperf/gperf_3.0.3.bb @@ -7,7 +7,6 @@ SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ inherit autotools -NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" SRC_URI[md5sum] = "cc20e58975a38075440423c8fb85fd00"