Signed-off-by: Tom Rini <tom_rini@mentor.com>
+++ /dev/null
-require mpfr_svn.bb
-inherit native
-DEPENDS = "gmp-native"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "GPL LGPL"
SECTION = "libs"
+BBCLASSEXTEND = "native nativesdk"
+PR = "r3"
inherit autotools
DEPENDS = "gmp"
S = "${WORKDIR}/mpfr-${PV}"
NATIVE_INSTALL_WORKS = "1"
-PR = "r2"
-BBCLASSEXTEND = "native"
+PR = "${INC_PR}.0"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2 \
file://p3.patch"
DEPENDS = "gmp"
PV = "0.0+svn${SRCDATE}"
-PR = "r3"
+PR = "${INC_PR}.0"
SRC_URI = "svn://scm.gforge.inria.fr/svn/mpfr;module=trunk"
S = "${WORKDIR}/trunk"
-