aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gperf
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-03-03 14:28:16 +0100
committerKoen Kooi <koen@openembedded.org>2010-03-03 14:29:24 +0100
commitea8857e11221916a5256af11ddb010d9d82f8f23 (patch)
tree3180cf55184d65238240a8a9c49c51ae0d07ec7b /recipes/gperf
parent8e37605e4f41c9a920d0bf4786d73f3aa9b60a56 (diff)
downloadopenembedded-ea8857e11221916a5256af11ddb010d9d82f8f23.tar.gz
gperf-native: convert to new style staging and BBCLASSEXTEND
Diffstat (limited to 'recipes/gperf')
-rw-r--r--recipes/gperf/gperf-native_3.0.3.bb10
-rw-r--r--recipes/gperf/gperf_3.0.3.bb3
2 files changed, 3 insertions, 10 deletions
diff --git a/recipes/gperf/gperf-native_3.0.3.bb b/recipes/gperf/gperf-native_3.0.3.bb
deleted file mode 100644
index 103d1aa3c2..0000000000
--- a/recipes/gperf/gperf-native_3.0.3.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require gperf_${PV}.bb
-
-S = "${WORKDIR}/gperf-${PV}"
-
-inherit native
-
-do_stage() {
- install -d ${STAGING_BINDIR_NATIVE}
- install ${S}/src/gperf ${STAGING_BINDIR_NATIVE}
-}
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"