summaryrefslogtreecommitdiffstats
path: root/recipes/gmp/gmp_4.2.4.bb
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-07-06 18:03:43 -0700
committerTom Rini <trini@embeddedalley.com>2009-07-06 18:03:43 -0700
commitd1767a1edbc8335f1cfd9c2975b7e8c2b283f10f (patch)
tree0fcb473439be33e180aeeab98bc7991d25e0f78d /recipes/gmp/gmp_4.2.4.bb
parent178ea3236f43cb313cbd67aa0d60aad5d3680eea (diff)
downloadopenembedded-d1767a1edbc8335f1cfd9c2975b7e8c2b283f10f.tar.gz
gmp: Fix a problem when ${exec_prefix} != ${includedir}, switch to INC_PR
Diffstat (limited to 'recipes/gmp/gmp_4.2.4.bb')
-rw-r--r--recipes/gmp/gmp_4.2.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/gmp/gmp_4.2.4.bb b/recipes/gmp/gmp_4.2.4.bb
index a7aa712ddc..a9c14e6a3f 100644
--- a/recipes/gmp/gmp_4.2.4.bb
+++ b/recipes/gmp/gmp_4.2.4.bb
@@ -1,6 +1,8 @@
-PR = "r0"
+INC_PR = "r0"
+PR = "${INC_PR}.1"
SRC_URI_append += "file://sh4-asmfix.patch;patch=1 \
+ file://use-includedir.patch;patch=1 \
"
require gmp.inc
LICENSE = "GPLv3 LGPLv3"