aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gperf/gperf-native_3.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gperf/gperf-native_3.0.3.bb')
-rw-r--r--recipes/gperf/gperf-native_3.0.3.bb10
1 files changed, 0 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}
-}