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