diff options
Diffstat (limited to 'recipes/gperf/gperf_3.0.3.bb')
-rw-r--r-- | recipes/gperf/gperf_3.0.3.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/gperf/gperf_3.0.3.bb b/recipes/gperf/gperf_3.0.3.bb index 7abfb8fbfb..30b40be560 100644 --- a/recipes/gperf/gperf_3.0.3.bb +++ b/recipes/gperf/gperf_3.0.3.bb @@ -6,3 +6,6 @@ SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ file://autoreconf.patch;patch=1" inherit autotools + +NATIVE_INSTALL_WORKS = "1" +BBCLASSEXTEND = "native" |