diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-06-24 01:55:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:39:57 +0100 |
commit | 348c85cc3087d49441c3f30498e83b1dcc6c12e5 (patch) | |
tree | 15b2c73165fc5e72a4895eff5d75fd170e5a3c1e /meta/recipes-devtools | |
parent | 318687d49d1e7cca7283c04b28f7884ec0945a36 (diff) | |
download | poky-348c85cc3087d49441c3f30498e83b1dcc6c12e5.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/file/file_5.23.bb (renamed from meta/recipes-devtools/file/file_5.22.bb) | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch b/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch index 95e1291f66..8a16b2cf73 100644 --- a/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch +++ b/meta/recipes-devtools/file/file/0001-Add-P-prompt-into-Usage-info.patch | |||
@@ -20,16 +20,16 @@ Signed-off-by: Junling Zheng <zhengjunling@huawei.com> | |||
20 | 1 file changed, 2 insertions(+), 2 deletions(-) | 20 | 1 file changed, 2 insertions(+), 2 deletions(-) |
21 | 21 | ||
22 | diff --git a/src/file.c b/src/file.c | 22 | diff --git a/src/file.c b/src/file.c |
23 | index 546fd8b..beef868 100644 | 23 | index 2b15e21..e5a957b 100644 |
24 | --- a/src/file.c | 24 | --- a/src/file.c |
25 | +++ b/src/file.c | 25 | +++ b/src/file.c |
26 | @@ -76,8 +76,8 @@ int getopt_long(int argc, char * const *argv, const char *optstring, const struc | 26 | @@ -76,8 +76,8 @@ int getopt_long(int argc, char * const *argv, const char *optstring, const struc |
27 | # define USAGE \ | 27 | # define USAGE \ |
28 | "Usage: %s [" FILE_FLAGS \ | 28 | "Usage: %s [" FILE_FLAGS \ |
29 | "] [--apple] [--mime-encoding] [--mime-type]\n" \ | 29 | "] [--apple] [--extension] [--mime-encoding] [--mime-type]\n" \ |
30 | - " [-e testname] [-F separator] [-f namefile] [-m magicfiles] " \ | 30 | - " [-e testname] [-F separator] [-f namefile] [-m magicfiles] " \ |
31 | - "file ...\n" \ | 31 | - "file ...\n" \ |
32 | + " [-e testname] [-F separator] [-f namefile] [-m magicfiles]\n" \ | 32 | + " [-e testname] [-F separator] [-f namefile] [-m magicfiles]\n " \ |
33 | + " [-P parameter=limits] file ...\n" \ | 33 | + " [-P parameter=limits] file ...\n" \ |
34 | " %s -C [-m magicfiles]\n" \ | 34 | " %s -C [-m magicfiles]\n" \ |
35 | " %s [--help]\n" | 35 | " %s [--help]\n" |
diff --git a/meta/recipes-devtools/file/file_5.22.bb b/meta/recipes-devtools/file/file_5.23.bb index e8d4dae4f8..d71f29056c 100644 --- a/meta/recipes-devtools/file/file_5.22.bb +++ b/meta/recipes-devtools/file/file_5.23.bb | |||
@@ -11,13 +11,13 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 | |||
11 | DEPENDS = "zlib file-native" | 11 | DEPENDS = "zlib file-native" |
12 | DEPENDS_class-native = "zlib-native" | 12 | DEPENDS_class-native = "zlib-native" |
13 | 13 | ||
14 | SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | 14 | SRC_URI = "ftp://ftp.astron.com/pub/file/${BP}.tar.gz \ |
15 | file://debian-742262.patch \ | 15 | file://debian-742262.patch \ |
16 | file://0001-Add-P-prompt-into-Usage-info.patch \ | 16 | file://0001-Add-P-prompt-into-Usage-info.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRC_URI[md5sum] = "8fb13e5259fe447e02c4a37bc7225add" | 19 | SRC_URI[md5sum] = "61db35209ce71a6d576392ce6e1d2f80" |
20 | SRC_URI[sha256sum] = "c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b" | 20 | SRC_URI[sha256sum] = "2c8ab3ff143e2cdfb5ecee381752f80a79e0b4cfe9ca4cc6e1c3e5ec15e6157c" |
21 | 21 | ||
22 | inherit autotools | 22 | inherit autotools |
23 | 23 | ||