diff options
author | Koen Kooi <koen@openembedded.org> | 2010-03-03 14:28:16 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-03-03 14:29:24 +0100 |
commit | ea8857e11221916a5256af11ddb010d9d82f8f23 (patch) | |
tree | 3180cf55184d65238240a8a9c49c51ae0d07ec7b /recipes/gperf/gperf_3.0.3.bb | |
parent | 8e37605e4f41c9a920d0bf4786d73f3aa9b60a56 (diff) |
gperf-native: convert to new style staging and BBCLASSEXTEND
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" |