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-native_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-native_4.2.4.bb')
-rw-r--r-- | recipes/gmp/gmp-native_4.2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/gmp/gmp-native_4.2.4.bb b/recipes/gmp/gmp-native_4.2.4.bb index 1e0ffb4bed..aa927b6854 100644 --- a/recipes/gmp/gmp-native_4.2.4.bb +++ b/recipes/gmp/gmp-native_4.2.4.bb @@ -1,2 +1,3 @@ PV = "4.2.4" require gmp-native.inc +PR = "${INC_PR}.1" |