public inbox for openembedded-core@lists.openembedded.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox