diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-08-17 15:15:42 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-08-17 15:15:42 -0700 |
commit | 84816452e4175b1a986dbb0ae19921c527f44ba8 (patch) | |
tree | 83083107ad343ccc936667fb91efa7616089c38f /recipes/mpfr/mpfr.inc | |
parent | ab825fdc4946cd0f736ef1c3a94e1363cb6300bc (diff) |
mpfr.inc: Set INC_PR not PR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/mpfr/mpfr.inc')
-rw-r--r-- | recipes/mpfr/mpfr.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc index f4f745eecb..46ace560b5 100644 --- a/recipes/mpfr/mpfr.inc +++ b/recipes/mpfr/mpfr.inc @@ -3,6 +3,6 @@ HOMEPAGE = "http://www.mpfr.org/" LICENSE = "GPL LGPL" SECTION = "libs" BBCLASSEXTEND = "native nativesdk" -PR = "r3" +INC_PR = "r3" inherit autotools |