All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [PATCH] ethtool:4.16 -> 4.17
@ 2018-07-10  2:42 Hong Liu
  2018-07-10  2:42 ` [PATCH] [PATCH] file:5.32 -> 5.33 Hong Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade ethtool from 4.16 to 4.17

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} (88%)

diff --git a/meta/recipes-extended/ethtool/ethtool_4.16.bb b/meta/recipes-extended/ethtool/ethtool_4.17.bb
similarity index 88%
rename from meta/recipes-extended/ethtool/ethtool_4.16.bb
rename to meta/recipes-extended/ethtool/ethtool_4.17.bb
index 5ccb162..844a958 100644
--- a/meta/recipes-extended/ethtool/ethtool_4.16.bb
+++ b/meta/recipes-extended/ethtool/ethtool_4.17.bb
@@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[md5sum] = "2b50adf06fc1b033951edef5987c32f3"
-SRC_URI[sha256sum] = "25f8fc3a4b2cb2cbfe8741148d8e743127dd7c951df96d8d6dccb88741f8a27d"
+SRC_URI[md5sum] = "4dba0345a4ab9f51b4a4a9739284238d"
+SRC_URI[sha256sum] = "4130142a15f7409d18de3667998f3c99fba52fd7c8d94be7ecdabf8dcab3d6c1"
 
 inherit autotools ptest
 RDEPENDS_${PN}-ptest += "make"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] [PATCH] file:5.32 -> 5.33
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
@ 2018-07-10  2:42 ` Hong Liu
  2018-07-10  9:45   ` Burton, Ross
  2018-07-10  2:42 ` [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6 Hong Liu
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade file from 5.32 to 5.33

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 .../file/file/0001-Add-P-prompt-into-Usage-info.patch      | 14 ++++++++------
 meta/recipes-devtools/file/{file_5.32.bb => file_5.33.bb}  |  2 +-
 2 files changed, 9 insertions(+), 7 deletions(-)
 rename meta/recipes-devtools/file/{file_5.32.bb => file_5.33.bb} (96%)

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 8a16b2c..0d12d86 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
@@ -23,16 +23,18 @@ diff --git a/src/file.c b/src/file.c
 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
+@@ -87,9 +87,8 @@ int getopt_long(int, char * const *, const char *,
+
  # define USAGE  \
-     "Usage: %s [" FILE_FLAGS \
- 	"] [--apple] [--extension] [--mime-encoding] [--mime-type]\n" \
--    "            [-e testname] [-F separator] [-f namefile] [-m magicfiles] " \
--    "file ...\n" \
+     "Usage: %s [-" FILE_FLAGS "] [--apple] [--extension] [--mime-encoding]\n" \
+-    "            [--mime-type] [-e <testname>] [-F <separator>] " \
+-    " [-f <namefile>]\n" \
+-    "            [-m <magicfiles>] [-P <parameter=value>] <file> ...\n" \
 +    "            [-e testname] [-F separator] [-f namefile] [-m magicfiles]\n " \
 +    "            [-P parameter=limits] file ...\n" \
-     "       %s -C [-m magicfiles]\n" \
+     "       %s -C [-m <magicfiles>]\n" \
      "       %s [--help]\n"
+
  
 -- 
 1.8.3.4
diff --git a/meta/recipes-devtools/file/file_5.32.bb b/meta/recipes-devtools/file/file_5.33.bb
similarity index 96%
rename from meta/recipes-devtools/file/file_5.32.bb
rename to meta/recipes-devtools/file/file_5.33.bb
index 5e15925..c1688ff 100644
--- a/meta/recipes-devtools/file/file_5.32.bb
+++ b/meta/recipes-devtools/file/file_5.33.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \
         file://0001-Add-P-prompt-into-Usage-info.patch \
         "
 
-SRCREV = "d474e35513940dbca039b510b4de705b44f5bd9c"
+SRCREV = "d14511987263ae3c6f5ad28ed7b81c26afdb422c"
 S = "${WORKDIR}/git"
 
 inherit autotools
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
  2018-07-10  2:42 ` [PATCH] [PATCH] file:5.32 -> 5.33 Hong Liu
@ 2018-07-10  2:42 ` Hong Liu
  2018-07-10 10:39   ` Burton, Ross
  2018-07-10  2:42 ` [PATCH] [PATCH] icu:61.1 -> 62.1 Hong Liu
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade harfbuzz from 1.7.5 to 1.7.6.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 .../harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.7.6.bb}                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.7.6.bb} (88%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.5.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.6.bb
similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.7.5.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_1.7.6.bb
index 0a9b029..80d413a 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.5.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.6.bb
@@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 cairo fontconfig freetype"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
 
-SRC_URI[md5sum] = "1466ab51fc5aaa6af4065936939cec62"
-SRC_URI[sha256sum] = "84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563"
+SRC_URI[md5sum] = "ffb94cf2942327344ac31330d07036ba"
+SRC_URI[sha256sum] = "da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b"
 
 inherit autotools pkgconfig lib_package gtk-doc
 
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] [PATCH] icu:61.1 -> 62.1
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
  2018-07-10  2:42 ` [PATCH] [PATCH] file:5.32 -> 5.33 Hong Liu
  2018-07-10  2:42 ` [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6 Hong Liu
@ 2018-07-10  2:42 ` Hong Liu
  2018-07-10  4:37   ` Khem Raj
  2018-07-10  2:42 ` [PATCH] [PATCH] nss:3.37.1 -> 3.37.3 Hong Liu
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade icu from 61.1 to 62.1.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} (80%)

diff --git a/meta/recipes-support/icu/icu_61.1.bb b/meta/recipes-support/icu/icu_62.1.bb
similarity index 80%
rename from meta/recipes-support/icu/icu_61.1.bb
rename to meta/recipes-support/icu/icu_62.1.bb
index ffaf350..ec9db7d 100644
--- a/meta/recipes-support/icu/icu_61.1.bb
+++ b/meta/recipes-support/icu/icu_62.1.bb
@@ -16,14 +16,13 @@ BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV
 SRC_URI = "${BASE_SRC_URI} \
            file://icu-pkgdata-large-cmd.patch \
            file://fix-install-manx.patch \
-           file://0001-i18n-Drop-include-xlocale.h.patch \
            "
 
 SRC_URI_append_class-target = "\
            file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
           "
-SRC_URI[md5sum] = "68fe38999fef94d622bd6843d43c0615"
-SRC_URI[sha256sum] = "d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef"
+SRC_URI[md5sum] = "490ad9d920158e0314e10ba74ae9a150"
+SRC_URI[sha256sum] = "3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3"
 
 UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
 UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] [PATCH] nss:3.37.1 -> 3.37.3
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
                   ` (2 preceding siblings ...)
  2018-07-10  2:42 ` [PATCH] [PATCH] icu:61.1 -> 62.1 Hong Liu
@ 2018-07-10  2:42 ` Hong Liu
  2018-07-10  9:46   ` Burton, Ross
  2018-07-10  2:42 ` [PATCH] [PATCH] procps:3.3.14 -> 3.3.15 Hong Liu
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade nss from 3.37.1 to 3.37.3

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.37.3.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.37.3.bb} (97%)

diff --git a/meta/recipes-support/nss/nss_3.37.1.bb b/meta/recipes-support/nss/nss_3.37.3.bb
similarity index 97%
rename from meta/recipes-support/nss/nss_3.37.1.bb
rename to meta/recipes-support/nss/nss_3.37.3.bb
index 0e8b5be..a053659 100644
--- a/meta/recipes-support/nss/nss_3.37.1.bb
+++ b/meta/recipes-support/nss/nss_3.37.3.bb
@@ -25,11 +25,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://nss-fix-nsinstall-build.patch \
            file://disable-Wvarargs-with-clang.patch \
            file://pqg.c-ULL_addend.patch \
-           file://0001-Bug-1432455-Build-FStar.c-when-not-building-with-int.patch \
            "
 
-SRC_URI[md5sum] = "e9526d7217d02afa96b90b89924c38df"
-SRC_URI[sha256sum] = "097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405"
+SRC_URI[md5sum] = "22e8ce40f80ce1e7d9d92ebd07124840"
+SRC_URI[sha256sum] = "9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] [PATCH] procps:3.3.14 -> 3.3.15
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
                   ` (3 preceding siblings ...)
  2018-07-10  2:42 ` [PATCH] [PATCH] nss:3.37.1 -> 3.37.3 Hong Liu
@ 2018-07-10  2:42 ` Hong Liu
  2018-07-10  2:42 ` [PATCH] [PATCH] psmisc:23.0 -> 23.1 Hong Liu
  2018-07-10 10:38 ` [PATCH] [PATCH] ethtool:4.16 -> 4.17 Burton, Ross
  6 siblings, 0 replies; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade procps from 3.3.14 to 3.3.15.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-extended/procps/{procps_3.3.14.bb => procps_3.3.15.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/procps/{procps_3.3.14.bb => procps_3.3.15.bb} (94%)

diff --git a/meta/recipes-extended/procps/procps_3.3.14.bb b/meta/recipes-extended/procps/procps_3.3.15.bb
similarity index 94%
rename from meta/recipes-extended/procps/procps_3.3.14.bb
rename to meta/recipes-extended/procps/procps_3.3.15.bb
index 1aba511..9756db0 100644
--- a/meta/recipes-extended/procps/procps_3.3.14.bb
+++ b/meta/recipes-extended/procps/procps_3.3.15.bb
@@ -17,8 +17,8 @@ SRC_URI = "http://downloads.sourceforge.net/project/procps-ng/Production/procps-
            file://0001-Fix-out-of-tree-builds.patch \
            "
 
-SRC_URI[md5sum] = "fce371ccc1c15a67af9d85e4057e559d"
-SRC_URI[sha256sum] = "5eda0253999b7d786e690edfa73301b3113c7a67058478866e98e9ff6736726c"
+SRC_URI[md5sum] = "2b0717a7cb474b3d6dfdeedfbad2eccc"
+SRC_URI[sha256sum] = "10bd744ffcb3de2d591d2f6acf1a54a7ba070fdcc432a855931a5057149f0465"
 
 S = "${WORKDIR}/procps-ng-${PV}"
 
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* [PATCH] [PATCH] psmisc:23.0 -> 23.1
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
                   ` (4 preceding siblings ...)
  2018-07-10  2:42 ` [PATCH] [PATCH] procps:3.3.14 -> 3.3.15 Hong Liu
@ 2018-07-10  2:42 ` Hong Liu
  2018-07-10 10:38 ` [PATCH] [PATCH] ethtool:4.16 -> 4.17 Burton, Ross
  6 siblings, 0 replies; 13+ messages in thread
From: Hong Liu @ 2018-07-10  2:42 UTC (permalink / raw)
  To: openembedded-core

Upgrade psmisc from 23.0 to 23.1

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-extended/psmisc/{psmisc_23.0.bb => psmisc_23.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/psmisc/{psmisc_23.0.bb => psmisc_23.1.bb} (87%)

diff --git a/meta/recipes-extended/psmisc/psmisc_23.0.bb b/meta/recipes-extended/psmisc/psmisc_23.1.bb
similarity index 87%
rename from meta/recipes-extended/psmisc/psmisc_23.0.bb
rename to meta/recipes-extended/psmisc/psmisc_23.1.bb
index 2b07f49..f07c9db 100644
--- a/meta/recipes-extended/psmisc/psmisc_23.0.bb
+++ b/meta/recipes-extended/psmisc/psmisc_23.1.bb
@@ -6,5 +6,5 @@ SRC_URI = "git://gitlab.com/psmisc/psmisc.git;protocol=https \
            file://0001-Use-UINTPTR_MAX-instead-of-__WORDSIZE.patch \
 	   file://0001-Makefile.am-create-src-directory-before-attempting-t.patch \
            "
-SRCREV = "67b1da268f4c0ce6859980e3dfcfaec5b2448e80"
+SRCREV = "bd952b3063f2466ecab4ec093026cf0c4ce373c7"
 S = "${WORKDIR}/git"
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 13+ messages in thread

* Re: [PATCH] [PATCH] icu:61.1 -> 62.1
  2018-07-10  2:42 ` [PATCH] [PATCH] icu:61.1 -> 62.1 Hong Liu
@ 2018-07-10  4:37   ` Khem Raj
  0 siblings, 0 replies; 13+ messages in thread
From: Khem Raj @ 2018-07-10  4:37 UTC (permalink / raw)
  To: hongl.fnst; +Cc: Patches and discussions about the oe-core layer

On Mon, Jul 9, 2018 at 7:43 PM Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
>
> Upgrade icu from 61.1 to 62.1.
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta/recipes-support/icu/{icu_61.1.bb => icu_62.1.bb} (80%)
>
> diff --git a/meta/recipes-support/icu/icu_61.1.bb b/meta/recipes-support/icu/icu_62.1.bb
> similarity index 80%
> rename from meta/recipes-support/icu/icu_61.1.bb
> rename to meta/recipes-support/icu/icu_62.1.bb
> index ffaf350..ec9db7d 100644
> --- a/meta/recipes-support/icu/icu_61.1.bb
> +++ b/meta/recipes-support/icu/icu_62.1.bb
> @@ -16,14 +16,13 @@ BASE_SRC_URI = "http://download.icu-project.org/files/icu4c/${PV}/icu4c-${ICU_PV
>  SRC_URI = "${BASE_SRC_URI} \
>             file://icu-pkgdata-large-cmd.patch \
>             file://fix-install-manx.patch \
> -           file://0001-i18n-Drop-include-xlocale.h.patch \

It seems you forgot to delete the patch file along.

>             "
>
>  SRC_URI_append_class-target = "\
>             file://0001-Disable-LDFLAGSICUDT-for-Linux.patch \
>            "
> -SRC_URI[md5sum] = "68fe38999fef94d622bd6843d43c0615"
> -SRC_URI[sha256sum] = "d007f89ae8a2543a53525c74359b65b36412fa84b3349f1400be6dcf409fafef"
> +SRC_URI[md5sum] = "490ad9d920158e0314e10ba74ae9a150"
> +SRC_URI[sha256sum] = "3dd9868d666350dda66a6e305eecde9d479fb70b30d5b55d78a1deffb97d5aa3"
>
>  UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)/"
>  UPSTREAM_CHECK_URI = "http://download.icu-project.org/files/icu4c/"
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] [PATCH] file:5.32 -> 5.33
  2018-07-10  2:42 ` [PATCH] [PATCH] file:5.32 -> 5.33 Hong Liu
@ 2018-07-10  9:45   ` Burton, Ross
  0 siblings, 0 replies; 13+ messages in thread
From: Burton, Ross @ 2018-07-10  9:45 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

This has been already submitted, and the usage patch should be dropped
instead of rebased.

Ross

On 10 July 2018 at 03:42, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade file from 5.32 to 5.33
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  .../file/file/0001-Add-P-prompt-into-Usage-info.patch      | 14 ++++++++------
>  meta/recipes-devtools/file/{file_5.32.bb => file_5.33.bb}  |  2 +-
>  2 files changed, 9 insertions(+), 7 deletions(-)
>  rename meta/recipes-devtools/file/{file_5.32.bb => file_5.33.bb} (96%)
>
> 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 8a16b2c..0d12d86 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
> @@ -23,16 +23,18 @@ diff --git a/src/file.c b/src/file.c
>  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
> +@@ -87,9 +87,8 @@ int getopt_long(int, char * const *, const char *,
> +
>   # define USAGE  \
> -     "Usage: %s [" FILE_FLAGS \
> -       "] [--apple] [--extension] [--mime-encoding] [--mime-type]\n" \
> --    "            [-e testname] [-F separator] [-f namefile] [-m magicfiles] " \
> --    "file ...\n" \
> +     "Usage: %s [-" FILE_FLAGS "] [--apple] [--extension] [--mime-encoding]\n" \
> +-    "            [--mime-type] [-e <testname>] [-F <separator>] " \
> +-    " [-f <namefile>]\n" \
> +-    "            [-m <magicfiles>] [-P <parameter=value>] <file> ...\n" \
>  +    "            [-e testname] [-F separator] [-f namefile] [-m magicfiles]\n " \
>  +    "            [-P parameter=limits] file ...\n" \
> -     "       %s -C [-m magicfiles]\n" \
> +     "       %s -C [-m <magicfiles>]\n" \
>       "       %s [--help]\n"
> +
>
>  --
>  1.8.3.4
> diff --git a/meta/recipes-devtools/file/file_5.32.bb b/meta/recipes-devtools/file/file_5.33.bb
> similarity index 96%
> rename from meta/recipes-devtools/file/file_5.32.bb
> rename to meta/recipes-devtools/file/file_5.33.bb
> index 5e15925..c1688ff 100644
> --- a/meta/recipes-devtools/file/file_5.32.bb
> +++ b/meta/recipes-devtools/file/file_5.33.bb
> @@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \
>          file://0001-Add-P-prompt-into-Usage-info.patch \
>          "
>
> -SRCREV = "d474e35513940dbca039b510b4de705b44f5bd9c"
> +SRCREV = "d14511987263ae3c6f5ad28ed7b81c26afdb422c"
>  S = "${WORKDIR}/git"
>
>  inherit autotools
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] [PATCH] nss:3.37.1 -> 3.37.3
  2018-07-10  2:42 ` [PATCH] [PATCH] nss:3.37.1 -> 3.37.3 Hong Liu
@ 2018-07-10  9:46   ` Burton, Ross
  0 siblings, 0 replies; 13+ messages in thread
From: Burton, Ross @ 2018-07-10  9:46 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

master is at 3.38 now.

Ross

On 10 July 2018 at 03:42, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade nss from 3.37.1 to 3.37.3
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.37.3.bb} | 5 ++---
>  1 file changed, 2 insertions(+), 3 deletions(-)
>  rename meta/recipes-support/nss/{nss_3.37.1.bb => nss_3.37.3.bb} (97%)
>
> diff --git a/meta/recipes-support/nss/nss_3.37.1.bb b/meta/recipes-support/nss/nss_3.37.3.bb
> similarity index 97%
> rename from meta/recipes-support/nss/nss_3.37.1.bb
> rename to meta/recipes-support/nss/nss_3.37.3.bb
> index 0e8b5be..a053659 100644
> --- a/meta/recipes-support/nss/nss_3.37.1.bb
> +++ b/meta/recipes-support/nss/nss_3.37.3.bb
> @@ -25,11 +25,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
>             file://nss-fix-nsinstall-build.patch \
>             file://disable-Wvarargs-with-clang.patch \
>             file://pqg.c-ULL_addend.patch \
> -           file://0001-Bug-1432455-Build-FStar.c-when-not-building-with-int.patch \
>             "
>
> -SRC_URI[md5sum] = "e9526d7217d02afa96b90b89924c38df"
> -SRC_URI[sha256sum] = "097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405"
> +SRC_URI[md5sum] = "22e8ce40f80ce1e7d9d92ebd07124840"
> +SRC_URI[sha256sum] = "9af2bbb615d010bd866bb83f8c0bb22b0fa086171e93030ffb03da3da15cc5be"
>
>  UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
>  UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] [PATCH] ethtool:4.16 -> 4.17
  2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
                   ` (5 preceding siblings ...)
  2018-07-10  2:42 ` [PATCH] [PATCH] psmisc:23.0 -> 23.1 Hong Liu
@ 2018-07-10 10:38 ` Burton, Ross
  2018-07-10 10:42   ` Burton, Ross
  6 siblings, 1 reply; 13+ messages in thread
From: Burton, Ross @ 2018-07-10 10:38 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

WARNING: ethtool-4.17-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to
incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch avoid_parallel_tests.patch
patching file configure.ac
Hunk #1 succeeded at 2 with fuzz 1.

Now at patch avoid_parallel_tests.patch

On 10 July 2018 at 03:42, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade ethtool from 4.16 to 4.17
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} (88%)
>
> diff --git a/meta/recipes-extended/ethtool/ethtool_4.16.bb b/meta/recipes-extended/ethtool/ethtool_4.17.bb
> similarity index 88%
> rename from meta/recipes-extended/ethtool/ethtool_4.16.bb
> rename to meta/recipes-extended/ethtool/ethtool_4.17.bb
> index 5ccb162..844a958 100644
> --- a/meta/recipes-extended/ethtool/ethtool_4.16.bb
> +++ b/meta/recipes-extended/ethtool/ethtool_4.17.bb
> @@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
>             file://avoid_parallel_tests.patch \
>             "
>
> -SRC_URI[md5sum] = "2b50adf06fc1b033951edef5987c32f3"
> -SRC_URI[sha256sum] = "25f8fc3a4b2cb2cbfe8741148d8e743127dd7c951df96d8d6dccb88741f8a27d"
> +SRC_URI[md5sum] = "4dba0345a4ab9f51b4a4a9739284238d"
> +SRC_URI[sha256sum] = "4130142a15f7409d18de3667998f3c99fba52fd7c8d94be7ecdabf8dcab3d6c1"
>
>  inherit autotools ptest
>  RDEPENDS_${PN}-ptest += "make"
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6
  2018-07-10  2:42 ` [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6 Hong Liu
@ 2018-07-10 10:39   ` Burton, Ross
  0 siblings, 0 replies; 13+ messages in thread
From: Burton, Ross @ 2018-07-10 10:39 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

Packaging is broken, as it was the last time this was submitted to the list:

packages/corei7-64-poky-linux/harfbuzz/harfbuzz: FILELIST: removed
"/usr/lib/libharfbuzz.so.0.10705.0", added
"/usr/lib/libharfbuzz.so.0.10706.0 /usr/lib/libharfbuzz-subset.so.0
/usr/lib/libharfbuzz-subset.so.0.10706.0"
packages/corei7-64-poky-linux/harfbuzz/harfbuzz: PKG changed from
libharfbuzz0 to harfbuzz [default] - may indicate debian renaming
failure

Ross

On 10 July 2018 at 03:42, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
> Upgrade harfbuzz from 1.7.5 to 1.7.6.
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  .../harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.7.6.bb}                 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-graphics/harfbuzz/{harfbuzz_1.7.5.bb => harfbuzz_1.7.6.bb} (88%)
>
> diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.5.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.6.bb
> similarity index 88%
> rename from meta/recipes-graphics/harfbuzz/harfbuzz_1.7.5.bb
> rename to meta/recipes-graphics/harfbuzz/harfbuzz_1.7.6.bb
> index 0a9b029..80d413a 100644
> --- a/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.5.bb
> +++ b/meta/recipes-graphics/harfbuzz/harfbuzz_1.7.6.bb
> @@ -12,8 +12,8 @@ DEPENDS = "glib-2.0 cairo fontconfig freetype"
>
>  SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
>
> -SRC_URI[md5sum] = "1466ab51fc5aaa6af4065936939cec62"
> -SRC_URI[sha256sum] = "84574e1b1f65ca694cb8fb6905309665c0368af18a312357f8ff886ee2f29563"
> +SRC_URI[md5sum] = "ffb94cf2942327344ac31330d07036ba"
> +SRC_URI[sha256sum] = "da7bed39134826cd51e57c29f1dfbe342ccedb4f4773b1c951ff05ff383e2e9b"
>
>  inherit autotools pkgconfig lib_package gtk-doc
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PATCH] [PATCH] ethtool:4.16 -> 4.17
  2018-07-10 10:38 ` [PATCH] [PATCH] ethtool:4.16 -> 4.17 Burton, Ross
@ 2018-07-10 10:42   ` Burton, Ross
  0 siblings, 0 replies; 13+ messages in thread
From: Burton, Ross @ 2018-07-10 10:42 UTC (permalink / raw)
  To: Hong Liu; +Cc: OE-core

(the refresh was trivial so I've done this)

On 10 July 2018 at 11:38, Burton, Ross <ross.burton@intel.com> wrote:
> WARNING: ethtool-4.17-r0 do_patch:
> Some of the context lines in patches were ignored. This can lead to
> incorrectly applied patches.
> The context lines in the patches can be updated with devtool:
>
>     devtool modify <recipe>
>     devtool finish --force-patch-refresh <recipe> <layer_path>
>
> Then the updated patches and the source tree (in devtool's workspace)
> should be reviewed to make sure the patches apply in the correct place
> and don't introduce duplicate lines (which can, and does happen
> when some of the context is ignored). Further information:
> http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
> Details:
> Applying patch avoid_parallel_tests.patch
> patching file configure.ac
> Hunk #1 succeeded at 2 with fuzz 1.
>
> Now at patch avoid_parallel_tests.patch
>
> On 10 July 2018 at 03:42, Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
>> Upgrade ethtool from 4.16 to 4.17
>>
>> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
>> ---
>>  meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>  rename meta/recipes-extended/ethtool/{ethtool_4.16.bb => ethtool_4.17.bb} (88%)
>>
>> diff --git a/meta/recipes-extended/ethtool/ethtool_4.16.bb b/meta/recipes-extended/ethtool/ethtool_4.17.bb
>> similarity index 88%
>> rename from meta/recipes-extended/ethtool/ethtool_4.16.bb
>> rename to meta/recipes-extended/ethtool/ethtool_4.17.bb
>> index 5ccb162..844a958 100644
>> --- a/meta/recipes-extended/ethtool/ethtool_4.16.bb
>> +++ b/meta/recipes-extended/ethtool/ethtool_4.17.bb
>> @@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
>>             file://avoid_parallel_tests.patch \
>>             "
>>
>> -SRC_URI[md5sum] = "2b50adf06fc1b033951edef5987c32f3"
>> -SRC_URI[sha256sum] = "25f8fc3a4b2cb2cbfe8741148d8e743127dd7c951df96d8d6dccb88741f8a27d"
>> +SRC_URI[md5sum] = "4dba0345a4ab9f51b4a4a9739284238d"
>> +SRC_URI[sha256sum] = "4130142a15f7409d18de3667998f3c99fba52fd7c8d94be7ecdabf8dcab3d6c1"
>>
>>  inherit autotools ptest
>>  RDEPENDS_${PN}-ptest += "make"
>> --
>> 2.7.4
>>
>>
>>
>> --
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-core


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-07-10 10:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-10  2:42 [PATCH] [PATCH] ethtool:4.16 -> 4.17 Hong Liu
2018-07-10  2:42 ` [PATCH] [PATCH] file:5.32 -> 5.33 Hong Liu
2018-07-10  9:45   ` Burton, Ross
2018-07-10  2:42 ` [PATCH] [PATCH] harfbuzz:1.7.5 -> 1.7.6 Hong Liu
2018-07-10 10:39   ` Burton, Ross
2018-07-10  2:42 ` [PATCH] [PATCH] icu:61.1 -> 62.1 Hong Liu
2018-07-10  4:37   ` Khem Raj
2018-07-10  2:42 ` [PATCH] [PATCH] nss:3.37.1 -> 3.37.3 Hong Liu
2018-07-10  9:46   ` Burton, Ross
2018-07-10  2:42 ` [PATCH] [PATCH] procps:3.3.14 -> 3.3.15 Hong Liu
2018-07-10  2:42 ` [PATCH] [PATCH] psmisc:23.0 -> 23.1 Hong Liu
2018-07-10 10:38 ` [PATCH] [PATCH] ethtool:4.16 -> 4.17 Burton, Ross
2018-07-10 10:42   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.