diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 10:45:24 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-21 10:45:24 +0200 |
commit | 71c84217cb9e71da981e5b1d464169c728bdb28a (patch) | |
tree | e2d182f13f8e2ecab613f55be5b82bea686842d7 | |
parent | 92e70e06e42db6a93600c36a9ca4defe4f84fb82 (diff) | |
download | openembedded-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.bb | 1 |
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" |