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:33:47 +0000 |
commit | ec5319fc48f9fa10d23dc98e40e7bad2a56777fc (patch) | |
tree | cadc8a53e798de8d43e44f86e6cdd32c9584ae8e /meta/recipes-support/gmp/gmp_4.2.1.bb | |
parent | 7f81d62efd08cf38f92319d0dca48dc9fea1d430 (diff) | |
download | openembedded-core-ec5319fc48f9fa10d23dc98e40e7bad2a56777fc.tar.gz openembedded-core-ec5319fc48f9fa10d23dc98e40e7bad2a56777fc.tar.bz2 openembedded-core-ec5319fc48f9fa10d23dc98e40e7bad2a56777fc.zip |
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.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gmp/gmp_4.2.1.bb')
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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+" LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ file://COPYING.LIB;md5=fbc093901857fcd118f065f900982c24 \ file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" -PR = "r0" +PR = "r1" SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ file://disable-stdc.patch" |