[oe-commits] Tom Rini : mpfr.inc: Set INC_PR not PR

git version control git at git.openembedded.org
Tue Aug 17 22:15:55 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 84816452e4175b1a986dbb0ae19921c527f44ba8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=84816452e4175b1a986dbb0ae19921c527f44ba8

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Aug 17 15:15:42 2010 -0700

mpfr.inc: Set INC_PR not PR

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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 f4f745e..46ace56 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





More information about the Openembedded-commits mailing list