mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
file: 5.22 -> 5.23
Updated 0001-Add-P-prompt-into-Usage-info.patch. (From OE-Core rev: 91db51363b3cf78a7b908ea4a548ab9658150661) 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
318687d49d
commit
348c85cc30
@@ -20,16 +20,16 @@ Signed-off-by: Junling Zheng <zhengjunling@huawei.com>
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/file.c b/src/file.c
|
||||
index 546fd8b..beef868 100644
|
||||
index 2b15e21..e5a957b 100644
|
||||
--- a/src/file.c
|
||||
+++ b/src/file.c
|
||||
@@ -76,8 +76,8 @@ int getopt_long(int argc, char * const *argv, const char *optstring, const struc
|
||||
# define USAGE \
|
||||
"Usage: %s [" FILE_FLAGS \
|
||||
"] [--apple] [--mime-encoding] [--mime-type]\n" \
|
||||
"] [--apple] [--extension] [--mime-encoding] [--mime-type]\n" \
|
||||
- " [-e testname] [-F separator] [-f namefile] [-m magicfiles] " \
|
||||
- "file ...\n" \
|
||||
+ " [-e testname] [-F separator] [-f namefile] [-m magicfiles]\n" \
|
||||
+ " [-e testname] [-F separator] [-f namefile] [-m magicfiles]\n " \
|
||||
+ " [-P parameter=limits] file ...\n" \
|
||||
" %s -C [-m magicfiles]\n" \
|
||||
" %s [--help]\n"
|
||||
|
||||
@@ -11,13 +11,13 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03
|
||||
DEPENDS = "zlib file-native"
|
||||
DEPENDS_class-native = "zlib-native"
|
||||
|
||||
SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \
|
||||
SRC_URI = "ftp://ftp.astron.com/pub/file/${BP}.tar.gz \
|
||||
file://debian-742262.patch \
|
||||
file://0001-Add-P-prompt-into-Usage-info.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "8fb13e5259fe447e02c4a37bc7225add"
|
||||
SRC_URI[sha256sum] = "c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b"
|
||||
SRC_URI[md5sum] = "61db35209ce71a6d576392ce6e1d2f80"
|
||||
SRC_URI[sha256sum] = "2c8ab3ff143e2cdfb5ecee381752f80a79e0b4cfe9ca4cc6e1c3e5ec15e6157c"
|
||||
|
||||
inherit autotools
|
||||
|
||||
Reference in New Issue
Block a user