summaryrefslogtreecommitdiffstats
path: root/recipes/gawk/gawk-native_3.1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gawk/gawk-native_3.1.4.bb')
-rw-r--r--recipes/gawk/gawk-native_3.1.4.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gawk/gawk-native_3.1.4.bb b/recipes/gawk/gawk-native_3.1.4.bb
new file mode 100644
index 0000000000..0a33f71684
--- /dev/null
+++ b/recipes/gawk/gawk-native_3.1.4.bb
@@ -0,0 +1,14 @@
+INHIBIT_AUTOTOOLS_DEPS = "1"
+require gawk_${PV}.bb
+
+inherit native
+
+DEPENDS = ""
+PATCHTOOL = "patch"
+
+S = "${WORKDIR}/gawk-${PV}"
+
+do_stage() {
+ install -d ${STAGING_BINDIR}
+ install -m 755 gawk ${STAGING_BINDIR}
+}