gperf:remove NATIVE_INSTALL_WORKS
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 21 Aug 2010 08:45:24 +0000 (10:45 +0200)
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>
Sat, 21 Aug 2010 08:45:24 +0000 (10:45 +0200)
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>
recipes/gperf/gperf_3.0.3.bb

index 4f6b5ab..f571e81 100644 (file)
@@ -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"