aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gperf
diff options
context:
space:
mode:
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"