tar: drop VERY OLD recipe which is not used since BitBake was created
authorMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 19 Aug 2007 21:06:31 +0000 (21:06 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Sun, 19 Aug 2007 21:06:31 +0000 (21:06 +0000)
packages/tar/tar/.mtn2git_empty [deleted file]
packages/tar/tar/tar-native_1.13.25.oe [deleted file]

diff --git a/packages/tar/tar/.mtn2git_empty b/packages/tar/tar/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
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 (file)
index 0777115..0000000
+++ /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
-}