From 463a9761e092af149b1e1ed22a28d47625a12f64 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 28 Jan 2011 18:03:07 +0100 Subject: mpfr: Enable sdk variant Signed-off-by: Florian Boor --- recipes/mpfr/mpfr.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/mpfr/mpfr.inc b/recipes/mpfr/mpfr.inc index 81c15a314a..2f86ae3b90 100644 --- a/recipes/mpfr/mpfr.inc +++ b/recipes/mpfr/mpfr.inc @@ -2,7 +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" +BBCLASSEXTEND = "native nativesdk sdk" INC_PR = "r3" inherit autotools -- cgit 1.2.3-korg