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, 10 insertions, 0 deletions
diff --git a/recipes/gperf/gperf-native_3.0.3.bb b/recipes/gperf/gperf-native_3.0.3.bb
new file mode 100644
index 0000000000..103d1aa3c2
--- /dev/null
+++ b/recipes/gperf/gperf-native_3.0.3.bb
@@ -0,0 +1,10 @@
+require gperf_${PV}.bb
+
+S = "${WORKDIR}/gperf-${PV}"
+
+inherit native
+
+do_stage() {
+ install -d ${STAGING_BINDIR_NATIVE}
+ install ${S}/src/gperf ${STAGING_BINDIR_NATIVE}
+}