aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-21 10:45:24 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-21 10:45:24 +0200
commit71c84217cb9e71da981e5b1d464169c728bdb28a (patch)
treee2d182f13f8e2ecab613f55be5b82bea686842d7
parent92e70e06e42db6a93600c36a9ca4defe4f84fb82 (diff)
downloadopenembedded-71c84217cb9e71da981e5b1d464169c728bdb28a.tar.gz
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 <fransmeulenbroeks@gmail.com>
-rw-r--r--recipes/gperf/gperf_3.0.3.bb1
1 files changed, 0 insertions, 1 deletions
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"