All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [PATCH] tcl:upgrade to 8.6.9
@ 2018-12-05  1:21 Hong Liu
  2018-12-05  6:52 ` Tim Orling
  2018-12-06  4:27 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Hong Liu @ 2018-12-05  1:21 UTC (permalink / raw)
  To: openembedded-core

1.Upgrade tcl from 8.6.8 to 8.6.9.

Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
---
 meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} (95%)

diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb
similarity index 95%
rename from meta/recipes-devtools/tcltk/tcl_8.6.8.bb
rename to meta/recipes-devtools/tcltk/tcl_8.6.9.bb
index 4be2e89..7f37781 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb
@@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
            file://alter-includedir.patch \
            file://run-ptest \
 "
-SRC_URI[md5sum] = "81656d3367af032e0ae6157eff134f89"
-SRC_URI[sha256sum] = "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a"
+SRC_URI[md5sum] = "aa0a121d95a0e7b73a036f26028538d4"
+SRC_URI[sha256sum] = "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e"
 
 SRC_URI_class-native = "${BASE_SRC_URI}"
 
-- 
2.7.4





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

* Re: [PATCH] [PATCH] tcl:upgrade to 8.6.9
  2018-12-05  1:21 [PATCH] [PATCH] tcl:upgrade to 8.6.9 Hong Liu
@ 2018-12-05  6:52 ` Tim Orling
  2018-12-06  4:27 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Tim Orling @ 2018-12-05  6:52 UTC (permalink / raw)
  To: Hong Liu; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

Can you also upgrade the tk recipe in meta-oe please?

On Tue, Dec 4, 2018 at 5:19 PM Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:

> 1.Upgrade tcl from 8.6.8 to 8.6.9.
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} (95%)
>
> diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb
> b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb
> similarity index 95%
> rename from meta/recipes-devtools/tcltk/tcl_8.6.8.bb
> rename to meta/recipes-devtools/tcltk/tcl_8.6.9.bb
> index 4be2e89..7f37781 100644
> --- a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb
> +++ b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb
> @@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
>             file://alter-includedir.patch \
>             file://run-ptest \
>  "
> -SRC_URI[md5sum] = "81656d3367af032e0ae6157eff134f89"
> -SRC_URI[sha256sum] =
> "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a"
> +SRC_URI[md5sum] = "aa0a121d95a0e7b73a036f26028538d4"
> +SRC_URI[sha256sum] =
> "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e"
>
>  SRC_URI_class-native = "${BASE_SRC_URI}"
>
> --
> 2.7.4
>
>
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 2880 bytes --]

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

* Re: [PATCH] [PATCH] tcl:upgrade to 8.6.9
  2018-12-05  1:21 [PATCH] [PATCH] tcl:upgrade to 8.6.9 Hong Liu
  2018-12-05  6:52 ` Tim Orling
@ 2018-12-06  4:27 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2018-12-06  4:27 UTC (permalink / raw)
  To: hongl.fnst; +Cc: Patches and discussions about the oe-core layer

I think this is causing tk to fail  with missing fixstrtod

see http://errors.yoctoproject.org/Errors/Details/203567/

Richard, please hold off to this patch until we have equivalent tk upgrade
patch as well.
On Tue, Dec 4, 2018 at 5:19 PM Hong Liu <hongl.fnst@cn.fujitsu.com> wrote:
>
> 1.Upgrade tcl from 8.6.8 to 8.6.9.
>
> Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
> ---
>  meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/tcltk/{tcl_8.6.8.bb => tcl_8.6.9.bb} (95%)
>
> diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb
> similarity index 95%
> rename from meta/recipes-devtools/tcltk/tcl_8.6.8.bb
> rename to meta/recipes-devtools/tcltk/tcl_8.6.9.bb
> index 4be2e89..7f37781 100644
> --- a/meta/recipes-devtools/tcltk/tcl_8.6.8.bb
> +++ b/meta/recipes-devtools/tcltk/tcl_8.6.9.bb
> @@ -24,8 +24,8 @@ SRC_URI = "${BASE_SRC_URI} \
>             file://alter-includedir.patch \
>             file://run-ptest \
>  "
> -SRC_URI[md5sum] = "81656d3367af032e0ae6157eff134f89"
> -SRC_URI[sha256sum] = "c43cb0c1518ce42b00e7c8f6eaddd5195c53a98f94adc717234a65cbcfd3f96a"
> +SRC_URI[md5sum] = "aa0a121d95a0e7b73a036f26028538d4"
> +SRC_URI[sha256sum] = "ad0cd2de2c87b9ba8086b43957a0de3eb2eb565c7159d5f53ccbba3feb915f4e"
>
>  SRC_URI_class-native = "${BASE_SRC_URI}"
>
> --
> 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] 3+ messages in thread

end of thread, other threads:[~2018-12-06  4:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05  1:21 [PATCH] [PATCH] tcl:upgrade to 8.6.9 Hong Liu
2018-12-05  6:52 ` Tim Orling
2018-12-06  4:27 ` 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.