diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-11-15 12:58:40 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 17:32:44 +0000 |
| commit | 9a566d76f5475fe731abf9bec36f0631d14a322c (patch) | |
| tree | 774634e0590f715bc4aead7bce6111d9c5e4476a /meta/recipes-devtools/file/file_5.04.bb | |
| parent | 7e2682d5b1251084d40633af6c104526d98d97f1 (diff) | |
| download | poky-9a566d76f5475fe731abf9bec36f0631d14a322c.tar.gz | |
file: update to 5.09
(From OE-Core rev: 57f4a5ca47e8e343ae30a07b922be0c177280b2f)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.04.bb')
| -rw-r--r-- | meta/recipes-devtools/file/file_5.04.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/meta/recipes-devtools/file/file_5.04.bb b/meta/recipes-devtools/file/file_5.04.bb deleted file mode 100644 index 1f9c78eb7b..0000000000 --- a/meta/recipes-devtools/file/file_5.04.bb +++ /dev/null | |||
| @@ -1,39 +0,0 @@ | |||
| 1 | SUMMARY = "File classification tool" | ||
| 2 | DESCRIPTION = "File attempts to classify files depending \ | ||
| 3 | on their contents and prints a description if a match is found." | ||
| 4 | HOMEPAGE = "http://www.darwinsys.com/file/" | ||
| 5 | SECTION = "console/utils" | ||
| 6 | |||
| 7 | # two clause BSD | ||
| 8 | LICENSE = "BSD" | ||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188" | ||
| 10 | |||
| 11 | DEPENDS = "zlib file-native" | ||
| 12 | DEPENDS_virtclass-native = "zlib-native" | ||
| 13 | PR = "r2" | ||
| 14 | |||
| 15 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | ||
| 16 | file://stringb-compat.patch \ | ||
| 17 | file://ge-le.patch \ | ||
| 18 | file://dump \ | ||
| 19 | file://filesystems" | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "accade81ff1cc774904b47c72c8aeea0" | ||
| 22 | SRC_URI[sha256sum] = "4c9e6e7994e74cb3386374ae91b055d26ac96b9d3e82fd157ae2d62e87a4260c" | ||
| 23 | |||
| 24 | inherit autotools | ||
| 25 | |||
| 26 | do_configure_prepend() { | ||
| 27 | cp ${WORKDIR}/dump ${S}/magic/Magdir/ | ||
| 28 | cp ${WORKDIR}/filesystems ${S}/magic/Magdir/ | ||
| 29 | } | ||
| 30 | |||
| 31 | FILES_${PN} += "${datadir}/misc/*.mgc" | ||
| 32 | |||
| 33 | do_install_append_virtclass-native() { | ||
| 34 | create_cmdline_wrapper ${D}/${bindir}/file \ | ||
| 35 | --magic-file ${datadir}/misc/magic.mgc | ||
| 36 | } | ||
| 37 | |||
| 38 | |||
| 39 | BBCLASSEXTEND = "native" | ||
