aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tar/tar
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/tar/tar
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
downloadopenembedded-c8e5702127e507e82e6f68a4b8c546803accea9d.tar.gz
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/tar/tar')
-rw-r--r--packages/tar/tar/.mtn2git_empty0
-rw-r--r--packages/tar/tar/tar-native_1.13.25.oe27
2 files changed, 27 insertions, 0 deletions
diff --git a/packages/tar/tar/.mtn2git_empty b/packages/tar/tar/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tar/tar/.mtn2git_empty
diff --git a/packages/tar/tar/tar-native_1.13.25.oe b/packages/tar/tar/tar-native_1.13.25.oe
index e69de29bb2..07771156ba 100644
--- a/packages/tar/tar/tar-native_1.13.25.oe
+++ b/packages/tar/tar/tar-native_1.13.25.oe
@@ -0,0 +1,27 @@
+SECTION = "base"
+DESCRIPTION = "This version of GNU tar is only used for compatibility \
+reasons, where an old ipkg (e.g. ipkg 0.99.84) has to extract and \
+install *.ipk files created with OpenEmbedded."
+LICENSE = "GPL"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+
+SRC_URI = "ftp://alpha.gnu.org/gnu/tar/tar-${PV}.tar.gz"
+
+inherit autotools
+inherit native
+
+S = "${WORKDIR}/tar-${PV}"
+
+OEDEBUG = 2
+
+do_configure() {
+ oe_runconf
+}
+
+do_stage() {
+ install -m 755 src/tar ${STAGING_BINDIR}
+}
+
+do_install() {
+ true
+}