aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tar/tar-native_1.13.93.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tar/tar-native_1.13.93.bb')
-rw-r--r--recipes/tar/tar-native_1.13.93.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/tar/tar-native_1.13.93.bb b/recipes/tar/tar-native_1.13.93.bb
new file mode 100644
index 0000000000..4a7aae3282
--- /dev/null
+++ b/recipes/tar/tar-native_1.13.93.bb
@@ -0,0 +1,12 @@
+SECTION = "base"
+require tar_${PV}.bb
+inherit native
+S = "${WORKDIR}/tar-${PV}"
+
+do_stage() {
+ install -m 755 src/tar ${STAGING_BINDIR}
+}
+
+do_install() {
+ true
+}