mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
file: upgrade to 5.22
(From OE-Core rev: fa81c9fd14067075afbfe7787a3114b96abb902a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
19399d5d29
commit
9a998a4e65
35
meta/recipes-devtools/file/file_5.22.bb
Normal file
35
meta/recipes-devtools/file/file_5.22.bb
Normal file
@@ -0,0 +1,35 @@
|
||||
SUMMARY = "File classification tool"
|
||||
DESCRIPTION = "File attempts to classify files depending \
|
||||
on their contents and prints a description if a match is found."
|
||||
HOMEPAGE = "http://www.darwinsys.com/file/"
|
||||
SECTION = "console/utils"
|
||||
|
||||
# two clause BSD
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03188"
|
||||
|
||||
DEPENDS = "zlib file-native"
|
||||
DEPENDS_class-native = "zlib-native"
|
||||
|
||||
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
|
||||
file://debian-742262.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "8fb13e5259fe447e02c4a37bc7225add"
|
||||
SRC_URI[sha256sum] = "c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b"
|
||||
|
||||
inherit autotools
|
||||
|
||||
FILES_${PN} += "${datadir}/misc/*.mgc"
|
||||
|
||||
do_install_append_class-native() {
|
||||
create_cmdline_wrapper ${D}/${bindir}/file \
|
||||
--magic-file ${datadir}/misc/magic.mgc
|
||||
}
|
||||
|
||||
do_install_append_class-nativesdk() {
|
||||
create_cmdline_wrapper ${D}/${bindir}/file \
|
||||
--magic-file ${datadir}/misc/magic.mgc
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user