mpfr: Convert to use BBCLASSEXTEND

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-09-17 00:19:37 +01:00
parent bc5afa640b
commit f7fddc13da
3 changed files with 2 additions and 8 deletions

View File

@ -1,4 +0,0 @@
require mpfr_${PV}.bb
inherit native
DEPENDS = "gmp-native"

View File

@ -1,4 +0,0 @@
require mpfr_${PV}.bb
inherit nativesdk
DEPENDS = "gmp-nativesdk"

View File

@ -5,3 +5,5 @@ PR = "r1"
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
S = "${WORKDIR}/mpfr-${PV}"
BBCLASSEXTEND = "native nativesdk"