diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-07-06 18:03:43 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-07-06 18:03:43 -0700 |
commit | d1767a1edbc8335f1cfd9c2975b7e8c2b283f10f (patch) | |
tree | 0fcb473439be33e180aeeab98bc7991d25e0f78d /recipes/gmp/gmp-canadian_4.2.4.bb | |
parent | 178ea3236f43cb313cbd67aa0d60aad5d3680eea (diff) |
gmp: Fix a problem when ${exec_prefix} != ${includedir}, switch to INC_PR
Diffstat (limited to 'recipes/gmp/gmp-canadian_4.2.4.bb')
-rw-r--r-- | recipes/gmp/gmp-canadian_4.2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gmp/gmp-canadian_4.2.4.bb b/recipes/gmp/gmp-canadian_4.2.4.bb index 27d179a569..63f62ace5e 100644 --- a/recipes/gmp/gmp-canadian_4.2.4.bb +++ b/recipes/gmp/gmp-canadian_4.2.4.bb @@ -1,5 +1,6 @@ PV = "4.2.4" require gmp_${PV}.bb +PR = "${INC_PR}.1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gmp-${PV}" S = "${WORKDIR}/gmp-${PV}" |