aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tar
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-08-19 21:06:31 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-08-19 21:06:31 +0000
commit973b152ba381e3c80d65e1289bd866d99d4c3fdf (patch)
tree81ae8493ac8a005cc27e049ca7579245c8d19225 /packages/tar
parent5e712368c16439cfb08ef43ce1f502b1299253ce (diff)
downloadopenembedded-973b152ba381e3c80d65e1289bd866d99d4c3fdf.tar.gz
tar: drop VERY OLD recipe which is not used since BitBake was created
Diffstat (limited to 'packages/tar')
-rw-r--r--packages/tar/tar/.mtn2git_empty0
-rw-r--r--packages/tar/tar/tar-native_1.13.25.oe27
2 files changed, 0 insertions, 27 deletions
diff --git a/packages/tar/tar/.mtn2git_empty b/packages/tar/tar/.mtn2git_empty
deleted file mode 100644
index e69de29bb2..0000000000
--- a/packages/tar/tar/.mtn2git_empty
+++ /dev/null
diff --git a/packages/tar/tar/tar-native_1.13.25.oe b/packages/tar/tar/tar-native_1.13.25.oe
deleted file mode 100644
index 07771156ba..0000000000
--- a/packages/tar/tar/tar-native_1.13.25.oe
+++ /dev/null
@@ -1,27 +0,0 @@
-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
-}