diff options
Diffstat (limited to 'recipes/mpfr/mpfr.inc')
-rw-r--r-- | recipes/mpfr/mpfr.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc index 5f7f94cd8a..f4f745eecb 100644 --- a/recipes/mpfr/mpfr.inc +++ b/recipes/mpfr/mpfr.inc @@ -2,5 +2,7 @@ DESCRIPTION = "A C library for multiple-precision floating-point computations wi HOMEPAGE = "http://www.mpfr.org/" LICENSE = "GPL LGPL" SECTION = "libs" +BBCLASSEXTEND = "native nativesdk" +PR = "r3" inherit autotools |