All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc
@ 2022-09-07 23:14 Khem Raj
  2022-09-07 23:14 ` [PATCH 2/2] vala: Update to 0.56.3 bugfix release Khem Raj
  2022-09-08 13:49 ` [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Alexandre Belloni
  0 siblings, 2 replies; 4+ messages in thread
From: Khem Raj @ 2022-09-07 23:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This file is already packaged via nativesdk-gprofng and can cause
populate SDK conflicts

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/binutils/binutils-cross-canadian.inc | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
index 4e8f10c1c4..c18468ad50 100644
--- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
+++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
@@ -23,10 +23,9 @@ do_install () {
 	rm -f ${D}${libdir}/libiberty*
 	rm -f ${D}${libdir}/libopcodes*
 	rm -f ${D}${includedir}/*.h
+        rm -f ${D}${sysconfdir}/gprofng.rc
 	
 	cross_canadian_bindirlinks
 }
 
-FILES:${PN} += "${sysconfdir}/gprofng.rc"
-
 BBCLASSEXTEND = ""
-- 
2.37.3



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

* [PATCH 2/2] vala: Update to 0.56.3 bugfix release
  2022-09-07 23:14 [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Khem Raj
@ 2022-09-07 23:14 ` Khem Raj
  2022-09-08 13:49 ` [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Alexandre Belloni
  1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2022-09-07 23:14 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-devtools/vala/vala_0.56.2.bb | 3 ---
 meta/recipes-devtools/vala/vala_0.56.3.bb | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 meta/recipes-devtools/vala/vala_0.56.2.bb
 create mode 100644 meta/recipes-devtools/vala/vala_0.56.3.bb

diff --git a/meta/recipes-devtools/vala/vala_0.56.2.bb b/meta/recipes-devtools/vala/vala_0.56.2.bb
deleted file mode 100644
index 08c8ccca1d..0000000000
--- a/meta/recipes-devtools/vala/vala_0.56.2.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require ${BPN}.inc
-
-SRC_URI[sha256sum] = "66c9619bb17859fd1ac3aba0a57970613e38fd2a1ee30541174260c9fb90124c"
diff --git a/meta/recipes-devtools/vala/vala_0.56.3.bb b/meta/recipes-devtools/vala/vala_0.56.3.bb
new file mode 100644
index 0000000000..83f61e5b2f
--- /dev/null
+++ b/meta/recipes-devtools/vala/vala_0.56.3.bb
@@ -0,0 +1,3 @@
+require ${BPN}.inc
+
+SRC_URI[sha256sum] = "e1066221bf7b89cb1fa7327a3888645cb33b604de3bf45aa81132fd040b699bf"
-- 
2.37.3



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

* Re: [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc
  2022-09-07 23:14 [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Khem Raj
  2022-09-07 23:14 ` [PATCH 2/2] vala: Update to 0.56.3 bugfix release Khem Raj
@ 2022-09-08 13:49 ` Alexandre Belloni
  2022-09-08 18:51   ` Khem Raj
  1 sibling, 1 reply; 4+ messages in thread
From: Alexandre Belloni @ 2022-09-08 13:49 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

Hi,

This caused failures similar to this one:
https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4110/steps/14/logs/stdio

Full list here:
https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4203

On 07/09/2022 16:14:16-0700, Khem Raj wrote:
> This file is already packaged via nativesdk-gprofng and can cause
> populate SDK conflicts
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta/recipes-devtools/binutils/binutils-cross-canadian.inc | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> index 4e8f10c1c4..c18468ad50 100644
> --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> @@ -23,10 +23,9 @@ do_install () {
>  	rm -f ${D}${libdir}/libiberty*
>  	rm -f ${D}${libdir}/libopcodes*
>  	rm -f ${D}${includedir}/*.h
> +        rm -f ${D}${sysconfdir}/gprofng.rc
>  	
>  	cross_canadian_bindirlinks
>  }
>  
> -FILES:${PN} += "${sysconfdir}/gprofng.rc"
> -
>  BBCLASSEXTEND = ""
> -- 
> 2.37.3
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#170433): https://lists.openembedded.org/g/openembedded-core/message/170433
> Mute This Topic: https://lists.openembedded.org/mt/93537151/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


-- 
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


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

* Re: [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc
  2022-09-08 13:49 ` [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Alexandre Belloni
@ 2022-09-08 18:51   ` Khem Raj
  0 siblings, 0 replies; 4+ messages in thread
From: Khem Raj @ 2022-09-08 18:51 UTC (permalink / raw)
  To: Alexandre Belloni; +Cc: openembedded-core

Thanks Alex,

sent a v2 which should address it.

On Thu, Sep 8, 2022 at 6:49 AM Alexandre Belloni
<alexandre.belloni@bootlin.com> wrote:
>
> Hi,
>
> This caused failures similar to this one:
> https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/4110/steps/14/logs/stdio
>
> Full list here:
> https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4203
>
> On 07/09/2022 16:14:16-0700, Khem Raj wrote:
> > This file is already packaged via nativesdk-gprofng and can cause
> > populate SDK conflicts
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > ---
> >  meta/recipes-devtools/binutils/binutils-cross-canadian.inc | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> >
> > diff --git a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> > index 4e8f10c1c4..c18468ad50 100644
> > --- a/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> > +++ b/meta/recipes-devtools/binutils/binutils-cross-canadian.inc
> > @@ -23,10 +23,9 @@ do_install () {
> >       rm -f ${D}${libdir}/libiberty*
> >       rm -f ${D}${libdir}/libopcodes*
> >       rm -f ${D}${includedir}/*.h
> > +        rm -f ${D}${sysconfdir}/gprofng.rc
> >
> >       cross_canadian_bindirlinks
> >  }
> >
> > -FILES:${PN} += "${sysconfdir}/gprofng.rc"
> > -
> >  BBCLASSEXTEND = ""
> > --
> > 2.37.3
> >
>
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#170433): https://lists.openembedded.org/g/openembedded-core/message/170433
> > Mute This Topic: https://lists.openembedded.org/mt/93537151/3617179
> > Group Owner: openembedded-core+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
>
>
> --
> Alexandre Belloni, co-owner and COO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com


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

end of thread, other threads:[~2022-09-08 18:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-07 23:14 [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Khem Raj
2022-09-07 23:14 ` [PATCH 2/2] vala: Update to 0.56.3 bugfix release Khem Raj
2022-09-08 13:49 ` [OE-core] [PATCH 1/2] binutils-cross-canadian: Do not package gprofng.rc Alexandre Belloni
2022-09-08 18:51   ` 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.