From 84816452e4175b1a986dbb0ae19921c527f44ba8 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 17 Aug 2010 15:15:42 -0700 Subject: [PATCH] mpfr.inc: Set INC_PR not PR Signed-off-by: Tom Rini --- 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 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 -- 2.39.5