aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/file/file_4.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/file/file_4.16.bb')
-rw-r--r--meta/packages/file/file_4.16.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta/packages/file/file_4.16.bb b/meta/packages/file/file_4.16.bb
deleted file mode 100644
index 3e579c5ef4..0000000000
--- a/meta/packages/file/file_4.16.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-DESCRIPTION = "File attempts to classify files depending \
-on their contents and prints a description if a match is found."
-SECTION = "console/utils"
-LICENSE = "BSD-ADV"
-DEPENDS = "file-native"
-
-SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz"
-S = "${WORKDIR}/file-${PV}"
-
-inherit autotools
-
-do_configure_prepend() {
- sed -i -e 's,$(top_builddir)/src/file,file,' ${S}/magic/Makefile.am
-}
-
-do_stage() {
- autotools_stage_all
-}