diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-14 16:05:38 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 14:36:25 +0000 |
commit | 54a0c2e303bf05a7cb17d265e209a34070068663 (patch) | |
tree | 0f86a1b62bce11c31ba9c99f618403c282c874fe /meta/recipes-support | |
parent | 487adcd06d029147082888b4398d98a0893f64e8 (diff) | |
download | poky-54a0c2e303bf05a7cb17d265e209a34070068663.tar.gz |
gmp: Add gmp.h to SSTATE_SCAN_FILES
This fixes problems where hardcoded paths in the file were incorrect
during sstate reusage of the task output.
(From OE-Core rev: ec5319fc48f9fa10d23dc98e40e7bad2a56777fc)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_5.0.2.bb | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 5ba118dabb..789d6d07ff 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc | |||
@@ -19,3 +19,5 @@ EXTRA_OECONF += " --enable-cxx=detect" | |||
19 | 19 | ||
20 | PACKAGES =+ "libgmpxx" | 20 | PACKAGES =+ "libgmpxx" |
21 | FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}" | 21 | FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}" |
22 | |||
23 | SSTATE_SCAN_FILES += "gmp.h" | ||
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index 5f3929fb44..280b1ab14f 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ |
7 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ | 7 | file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ |
8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" | 8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ | 11 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ |
12 | file://disable-stdc.patch" | 12 | file://disable-stdc.patch" |
diff --git a/meta/recipes-support/gmp/gmp_5.0.2.bb b/meta/recipes-support/gmp/gmp_5.0.2.bb index c28e745dc9..d39e500654 100644 --- a/meta/recipes-support/gmp/gmp_5.0.2.bb +++ b/meta/recipes-support/gmp/gmp_5.0.2.bb | |||
@@ -2,7 +2,7 @@ require gmp.inc | |||
2 | LICENSE="LGPLv3&GPLv3" | 2 | LICENSE="LGPLv3&GPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" | 4 | file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" |
5 | PR = "r3" | 5 | PR = "r4" |
6 | 6 | ||
7 | SRC_URI_append += "file://sh4-asmfix.patch \ | 7 | SRC_URI_append += "file://sh4-asmfix.patch \ |
8 | file://gmp_bugfix.patch \ | 8 | file://gmp_bugfix.patch \ |