diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-12-21 21:28:23 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-23 10:18:19 +0000 |
| commit | 7d8fe6df4dcba34883d27ff03b67f3f169148a4e (patch) | |
| tree | 8a2451ce291ad7aee49df1cce1da271d6306a9a7 /meta/recipes-devtools/file/file_5.18.bb | |
| parent | e1858932f98c1ec192479b9a5dcad7b39cbd97ec (diff) | |
| download | poky-7d8fe6df4dcba34883d27ff03b67f3f169148a4e.tar.gz | |
file: upgrade to 5.21
* Upgrade to 5.21.
* The debian-742262.patch is still needed.
(From OE-Core rev: 9f336e07df7e273c55f0c7a451604a3500b4c6ab)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file/file_5.18.bb')
| -rw-r--r-- | meta/recipes-devtools/file/file_5.18.bb | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/meta/recipes-devtools/file/file_5.18.bb b/meta/recipes-devtools/file/file_5.18.bb deleted file mode 100644 index 9068b9314a..0000000000 --- a/meta/recipes-devtools/file/file_5.18.bb +++ /dev/null | |||
| @@ -1,35 +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_class-native = "zlib-native" | ||
| 13 | |||
| 14 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | ||
| 15 | file://debian-742262.patch \ | ||
| 16 | " | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "d420d8f2990cd344673acfbf8d76ff5a" | ||
| 19 | SRC_URI[sha256sum] = "6519fb706d583231c2419592ebecdbb21d33c62eaf7a1a0b24ddfcb80c08bf07" | ||
| 20 | |||
| 21 | inherit autotools | ||
| 22 | |||
| 23 | FILES_${PN} += "${datadir}/misc/*.mgc" | ||
| 24 | |||
| 25 | do_install_append_class-native() { | ||
| 26 | create_cmdline_wrapper ${D}/${bindir}/file \ | ||
| 27 | --magic-file ${datadir}/misc/magic.mgc | ||
| 28 | } | ||
| 29 | |||
| 30 | do_install_append_class-nativesdk() { | ||
| 31 | create_cmdline_wrapper ${D}/${bindir}/file \ | ||
| 32 | --magic-file ${datadir}/misc/magic.mgc | ||
| 33 | } | ||
| 34 | |||
| 35 | BBCLASSEXTEND = "native nativesdk" | ||
