diff options
author | Denys Dmytriyenko <denis@denix.org> | 2009-02-17 02:01:06 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2009-02-17 02:01:06 -0500 |
commit | 2975e105f9abf0daf87e08250ffa1ebe67302b6a (patch) | |
tree | b1bd1c0f26a004ef192d19c4f962346f6c200192 | |
parent | 81a8895ad3c8893b6c6293106b52e14df43f7f68 (diff) |
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
-rw-r--r-- | packages/gcc/gcc-cross-sdk_4.3.1.bb | 2 | ||||
-rw-r--r-- | packages/gcc/gcc-cross-sdk_4.3.2.bb | 2 | ||||
-rw-r--r-- | packages/gcc/gcc-cross-sdk_4.3.3.bb | 2 | ||||
-rw-r--r-- | 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 99777dfe00..13d395833e 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 54e7453e69..8057608e0d 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 e4a1e41138..29ee187785 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 767895bb07..0dc19c70b4 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/* \ |