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/gmp/gmp.inc | |
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/gmp/gmp.inc')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 |
1 files changed, 2 insertions, 0 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" | ||