]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: Add gmp.h to SSTATE_SCAN_FILES
authorSaul Wold <sgw@linux.intel.com>
Thu, 15 Dec 2011 00:05:38 +0000 (16:05 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Dec 2011 14:33:47 +0000 (14:33 +0000)
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>
meta/recipes-support/gmp/gmp.inc
meta/recipes-support/gmp/gmp_4.2.1.bb
meta/recipes-support/gmp/gmp_5.0.2.bb

index 5ba118dabba731a74b44991bffab0cdc7efb5d9e..789d6d07ff9c3ba8e5bc1d372918eab09c672395 100644 (file)
@@ -19,3 +19,5 @@ EXTRA_OECONF += " --enable-cxx=detect"
 
 PACKAGES =+ "libgmpxx"
 FILES_libgmpxx = "${libdir}/libgmpxx${SOLIBS}"
+
+SSTATE_SCAN_FILES += "gmp.h"
index 5f3929fb445535247bef5f467ea01e98cc92fc13..280b1ab14f58f2f5eaf6bbfe7cee81dea1644edf 100644 (file)
@@ -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"
index c28e745dc9a218c10220c9ecba14dea97d7c6474..d39e500654a78a5838afca2fb9c9231a8d606ee6 100644 (file)
@@ -2,7 +2,7 @@ require gmp.inc
 LICENSE="LGPLv3&GPLv3"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
                    file://version.c;endline=18;md5=d8c56b52b9092346b9f93b4da65ef790"
-PR = "r3"
+PR = "r4"
 
 SRC_URI_append += "file://sh4-asmfix.patch \
                    file://gmp_bugfix.patch \