summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp/gmp_5.0.2.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-12-14 16:05:38 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-15 14:36:25 +0000
commit54a0c2e303bf05a7cb17d265e209a34070068663 (patch)
tree0f86a1b62bce11c31ba9c99f618403c282c874fe /meta/recipes-support/gmp/gmp_5.0.2.bb
parent487adcd06d029147082888b4398d98a0893f64e8 (diff)
downloadpoky-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_5.0.2.bb')
-rw-r--r--meta/recipes-support/gmp/gmp_5.0.2.bb2
1 files changed, 1 insertions, 1 deletions
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
2LICENSE="LGPLv3&GPLv3" 2LICENSE="LGPLv3&GPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790" 4 file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
5PR = "r3" 5PR = "r4"
6 6
7SRC_URI_append += "file://sh4-asmfix.patch \ 7SRC_URI_append += "file://sh4-asmfix.patch \
8 file://gmp_bugfix.patch \ 8 file://gmp_bugfix.patch \