[oe-commits] : gcc 4.3.2: fix packaging of crt*.o and include-fixed

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Sep 19 08:03:46 UTC 2008


Module: OE.dev
Branch: org.openembedded.dev
Commit: fb277a17b3d4cfc7e50836687aeac4d385f1dee8
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=fb277a17b3d4cfc7e50836687aeac4d385f1dee8

Author:  <koen at openembedded.org>
Date:   Fri Sep 19 07:57:58 2008 +0000

gcc 4.3.2: fix packaging of crt*.o and include-fixed

---

 packages/gcc/gcc-package-target.inc |    2 +-
 packages/gcc/gcc_4.3.2.bb           |    7 ++++++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/packages/gcc/gcc-package-target.inc b/packages/gcc/gcc-package-target.inc
index 975aa88..9076c01 100644
--- a/packages/gcc/gcc-package-target.inc
+++ b/packages/gcc/gcc-package-target.inc
@@ -20,7 +20,7 @@ FILES_${PN} = "\
   ${gcclibdir}/${TARGET_SYS}/${BINV}/*.o \
   ${gcclibdir}/${TARGET_SYS}/${BINV}/specs \
   ${gcclibdir}/${TARGET_SYS}/${BINV}/lib* \
-  ${gcclibdir}/${TARGET_SYS}/${BINV}/include \
+  ${gcclibdir}/${TARGET_SYS}/${BINV}/include* \
 "
 FILES_${PN}-symlinks = "\
   ${bindir}/cc \
diff --git a/packages/gcc/gcc_4.3.2.bb b/packages/gcc/gcc_4.3.2.bb
index ee926bd..e2c6e48 100644
--- a/packages/gcc/gcc_4.3.2.bb
+++ b/packages/gcc/gcc_4.3.2.bb
@@ -1,8 +1,13 @@
-PR = "r3"
+PR = "r4"
 require gcc-${PV}.inc
 require gcc-configure-target.inc
 require gcc-package-target.inc
 
+# Gcc 4.3.2 installs crt* in a '4.3.1' dir....
+FILES_${PN} += "\
+        ${gcclibdir}/${TARGET_SYS}/*/*.o \
+"
+
 SRC_URI_append = "file://fortran-cross-compile-hack.patch;patch=1"
 
 ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"





More information about the Openembedded-commits mailing list