[oe-commits] Denys Dmytriyenko : gcc-package-sdk.inc: fix packaging of include-fixed in sdk

GIT User account git at amethyst.openembedded.net
Tue Feb 17 07:08:06 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2975e105f9abf0daf87e08250ffa1ebe67302b6a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2975e105f9abf0daf87e08250ffa1ebe67302b6a

Author: Denys Dmytriyenko <denis at denix.org>
Date:   Tue Feb 17 02:01:06 2009 -0500

gcc-package-sdk.inc: fix packaging of include-fixed in sdk
while issues around include-fixed were fixed 5 months ago, packaging in sdk was missed
the issue was reported on #oe by user beagle-dev-543

---

 packages/gcc/gcc-cross-sdk_4.3.1.bb |    2 +-
 packages/gcc/gcc-cross-sdk_4.3.2.bb |    2 +-
 packages/gcc/gcc-cross-sdk_4.3.3.bb |    2 +-
 packages/gcc/gcc-package-sdk.inc    |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/gcc/gcc-cross-sdk_4.3.1.bb b/packages/gcc/gcc-cross-sdk_4.3.1.bb
index 99777df..13d3958 100644
--- a/packages/gcc/gcc-cross-sdk_4.3.1.bb
+++ b/packages/gcc/gcc-cross-sdk_4.3.1.bb
@@ -1,4 +1,4 @@
-PR = "r12"
+PR = "r13"
 
 inherit sdk
 
diff --git a/packages/gcc/gcc-cross-sdk_4.3.2.bb b/packages/gcc/gcc-cross-sdk_4.3.2.bb
index 54e7453..8057608 100644
--- a/packages/gcc/gcc-cross-sdk_4.3.2.bb
+++ b/packages/gcc/gcc-cross-sdk_4.3.2.bb
@@ -1,4 +1,4 @@
-PR = "r4"
+PR = "r5"
 
 inherit sdk
 
diff --git a/packages/gcc/gcc-cross-sdk_4.3.3.bb b/packages/gcc/gcc-cross-sdk_4.3.3.bb
index e4a1e41..29ee187 100644
--- a/packages/gcc/gcc-cross-sdk_4.3.3.bb
+++ b/packages/gcc/gcc-cross-sdk_4.3.3.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
 
 inherit sdk
 
diff --git a/packages/gcc/gcc-package-sdk.inc b/packages/gcc/gcc-package-sdk.inc
index 767895b..0dc19c7 100644
--- a/packages/gcc/gcc-package-sdk.inc
+++ b/packages/gcc/gcc-package-sdk.inc
@@ -16,7 +16,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* \
     ${includedir}/c++/${BINV} \
     ${prefix}/${TARGET_SYS}/bin/* \
     ${prefix}/${TARGET_SYS}/lib/* \





More information about the Openembedded-commits mailing list