All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] autofs: upgrade 5.1.5 -> 5.1.6
@ 2019-10-28 11:24 Zheng Ruoqin
  2019-10-28 22:24 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Zheng Ruoqin @ 2019-10-28 11:24 UTC (permalink / raw)
  To: openembedded-devel

1) Upgrade autofs from 5.1.5 to 5.1.6.

2) Update 0001-Do-not-hardcode-path-for-pkg.m4.patch for 5.1.6.

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch      | 14 ++++++--------
 .../autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb}            |  4 ++--
 2 files changed, 8 insertions(+), 10 deletions(-)
 rename meta-networking/recipes-daemons/autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb} (95%)

diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
index 410827b..364b05c 100644
--- a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
+++ b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
@@ -1,9 +1,4 @@
-From a27217a5437da313d251b4a765bf7cb60ffaa62d Mon Sep 17 00:00:00 2001
-From: Changqing Li <changqing.li@windriver.com>
-Date: Tue, 27 Nov 2018 15:27:47 +0800
-Subject: [PATCH] From 6d24365f0828185fd1bb4d199209ca07eb95c41d Mon Sep 17
- 00:00:00 2001 From: Khem Raj <raj.khem@gmail.com> Date: Fri, 24 Aug 2018
- 06:24:36 +0000 Subject: [PATCH] Do not hardcode path for pkg.m4
+Subject: [PATCH] Do not hardcode path for pkg.m4
 
 Upstream-Status: Pending
 
@@ -11,16 +6,19 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
 
 update patch to version 5.1.5
 Signed-off-by: Changqing Li <changqing.li@windriver.com>
+
+update patch to version 5.1.6
+Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
 ---
  configure.in | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.in b/configure.in
-index 493b9f1..268d06b 100644
+index 859eaa6..2ae04bd 100644
 --- a/configure.in
 +++ b/configure.in
 @@ -12,7 +12,7 @@ define([AC_CACHE_SAVE], )dnl
- AC_INIT(.autofs-5.1.5)
+ AC_INIT(.autofs-5.1.6)
  
  # for pkg-config macros
 -m4_include([/usr/share/aclocal/pkg.m4])
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
similarity index 95%
rename from meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
rename to meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
index 9e43549..67d03d6 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
@@ -28,8 +28,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.gz \
            "
 
 
-SRC_URI[md5sum] = "03b13168ec7bd66a6f2d5f6fea705eee"
-SRC_URI[sha256sum] = "86a8e56ea9d72bb53ff8cdfeefb5cafe983592c6b0178fb99c4a731e59879181"
+SRC_URI[md5sum] = "e6800e0afd6009ecdff148088c564050"
+SRC_URI[sha256sum] = "82094cad44f4e5c4f93eff2789cd66b57d7ab3fa646b7722d97608571001e694"
 
 UPSTREAM_CHECK_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/"
 
-- 
2.7.4





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

* Re: [meta-networking][PATCH] autofs: upgrade 5.1.5 -> 5.1.6
  2019-10-28 11:24 [meta-networking][PATCH] autofs: upgrade 5.1.5 -> 5.1.6 Zheng Ruoqin
@ 2019-10-28 22:24 ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-10-28 22:24 UTC (permalink / raw)
  To: Zheng Ruoqin; +Cc: openembeded-devel

https://errors.yoctoproject.org/Errors/Details/274854/
i already mentioned it to another similar patch

On Mon, Oct 28, 2019 at 4:30 AM Zheng Ruoqin
<zhengrq.fnst@cn.fujitsu.com> wrote:
>
> 1) Upgrade autofs from 5.1.5 to 5.1.6.
>
> 2) Update 0001-Do-not-hardcode-path-for-pkg.m4.patch for 5.1.6.
>
> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> ---
>  .../autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch      | 14 ++++++--------
>  .../autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb}            |  4 ++--
>  2 files changed, 8 insertions(+), 10 deletions(-)
>  rename meta-networking/recipes-daemons/autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb} (95%)
>
> diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
> index 410827b..364b05c 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
> +++ b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
> @@ -1,9 +1,4 @@
> -From a27217a5437da313d251b4a765bf7cb60ffaa62d Mon Sep 17 00:00:00 2001
> -From: Changqing Li <changqing.li@windriver.com>
> -Date: Tue, 27 Nov 2018 15:27:47 +0800
> -Subject: [PATCH] From 6d24365f0828185fd1bb4d199209ca07eb95c41d Mon Sep 17
> - 00:00:00 2001 From: Khem Raj <raj.khem@gmail.com> Date: Fri, 24 Aug 2018
> - 06:24:36 +0000 Subject: [PATCH] Do not hardcode path for pkg.m4
> +Subject: [PATCH] Do not hardcode path for pkg.m4
>
>  Upstream-Status: Pending
>
> @@ -11,16 +6,19 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
>
>  update patch to version 5.1.5
>  Signed-off-by: Changqing Li <changqing.li@windriver.com>
> +
> +update patch to version 5.1.6
> +Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
>  ---
>   configure.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
>  diff --git a/configure.in b/configure.in
> -index 493b9f1..268d06b 100644
> +index 859eaa6..2ae04bd 100644
>  --- a/configure.in
>  +++ b/configure.in
>  @@ -12,7 +12,7 @@ define([AC_CACHE_SAVE], )dnl
> - AC_INIT(.autofs-5.1.5)
> + AC_INIT(.autofs-5.1.6)
>
>   # for pkg-config macros
>  -m4_include([/usr/share/aclocal/pkg.m4])
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
> similarity index 95%
> rename from meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
> rename to meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
> index 9e43549..67d03d6 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
> @@ -28,8 +28,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.gz \
>             "
>
>
> -SRC_URI[md5sum] = "03b13168ec7bd66a6f2d5f6fea705eee"
> -SRC_URI[sha256sum] = "86a8e56ea9d72bb53ff8cdfeefb5cafe983592c6b0178fb99c4a731e59879181"
> +SRC_URI[md5sum] = "e6800e0afd6009ecdff148088c564050"
> +SRC_URI[sha256sum] = "82094cad44f4e5c4f93eff2789cd66b57d7ab3fa646b7722d97608571001e694"
>
>  UPSTREAM_CHECK_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/"
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [meta-networking] [PATCH] autofs: upgrade 5.1.5 -> 5.1.6
  2019-10-25  7:08 [meta-networking] [PATCH] " Zang Ruochen
@ 2019-10-25 17:34 ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2019-10-25 17:34 UTC (permalink / raw)
  To: Zang Ruochen; +Cc: openembeded-devel

fails on musl

https://errors.yoctoproject.org/Errors/Details/274617/

On Fri, Oct 25, 2019 at 8:08 AM Zang Ruochen <zangrc.fnst@cn.fujitsu.com> wrote:
>
> -Refresh the following patch:
>         autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
>
> Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
> ---
>  .../autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch          | 2 +-
>  .../recipes-daemons/autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb}       | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename meta-networking/recipes-daemons/autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb} (95%)
>
> diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
> index 410827b..3928604 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
> +++ b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
> @@ -20,7 +20,7 @@ index 493b9f1..268d06b 100644
>  --- a/configure.in
>  +++ b/configure.in
>  @@ -12,7 +12,7 @@ define([AC_CACHE_SAVE], )dnl
> - AC_INIT(.autofs-5.1.5)
> + AC_INIT(.autofs-5.1.6)
>
>   # for pkg-config macros
>  -m4_include([/usr/share/aclocal/pkg.m4])
> diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
> similarity index 95%
> rename from meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
> rename to meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
> index 9e43549..67d03d6 100644
> --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
> +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
> @@ -28,8 +28,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.gz \
>             "
>
>
> -SRC_URI[md5sum] = "03b13168ec7bd66a6f2d5f6fea705eee"
> -SRC_URI[sha256sum] = "86a8e56ea9d72bb53ff8cdfeefb5cafe983592c6b0178fb99c4a731e59879181"
> +SRC_URI[md5sum] = "e6800e0afd6009ecdff148088c564050"
> +SRC_URI[sha256sum] = "82094cad44f4e5c4f93eff2789cd66b57d7ab3fa646b7722d97608571001e694"
>
>  UPSTREAM_CHECK_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/"
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* [meta-networking] [PATCH] autofs: upgrade 5.1.5 -> 5.1.6
@ 2019-10-25  7:08 Zang Ruochen
  2019-10-25 17:34 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Zang Ruochen @ 2019-10-25  7:08 UTC (permalink / raw)
  To: openembedded-devel

-Refresh the following patch:
	autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch

Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
---
 .../autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch          | 2 +-
 .../recipes-daemons/autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb}       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-daemons/autofs/{autofs_5.1.5.bb => autofs_5.1.6.bb} (95%)

diff --git a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
index 410827b..3928604 100644
--- a/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
+++ b/meta-networking/recipes-daemons/autofs/autofs/0001-Do-not-hardcode-path-for-pkg.m4.patch
@@ -20,7 +20,7 @@ index 493b9f1..268d06b 100644
 --- a/configure.in
 +++ b/configure.in
 @@ -12,7 +12,7 @@ define([AC_CACHE_SAVE], )dnl
- AC_INIT(.autofs-5.1.5)
+ AC_INIT(.autofs-5.1.6)
  
  # for pkg-config macros
 -m4_include([/usr/share/aclocal/pkg.m4])
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
similarity index 95%
rename from meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
rename to meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
index 9e43549..67d03d6 100644
--- a/meta-networking/recipes-daemons/autofs/autofs_5.1.5.bb
+++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.6.bb
@@ -28,8 +28,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/autofs-${PV}.tar.gz \
            "
 
 
-SRC_URI[md5sum] = "03b13168ec7bd66a6f2d5f6fea705eee"
-SRC_URI[sha256sum] = "86a8e56ea9d72bb53ff8cdfeefb5cafe983592c6b0178fb99c4a731e59879181"
+SRC_URI[md5sum] = "e6800e0afd6009ecdff148088c564050"
+SRC_URI[sha256sum] = "82094cad44f4e5c4f93eff2789cd66b57d7ab3fa646b7722d97608571001e694"
 
 UPSTREAM_CHECK_URI = "${KERNELORG_MIRROR}/linux/daemons/autofs/v5/"
 
-- 
2.7.4





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

end of thread, other threads:[~2019-10-28 22:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 11:24 [meta-networking][PATCH] autofs: upgrade 5.1.5 -> 5.1.6 Zheng Ruoqin
2019-10-28 22:24 ` Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2019-10-25  7:08 [meta-networking] [PATCH] " Zang Ruochen
2019-10-25 17:34 ` Khem Raj

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.