1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
-4
View File
@@ -1,4 +0,0 @@
require mpfr_${PV}.bb
inherit native
DEPENDS = "gmp-native"
@@ -1,4 +0,0 @@
require mpfr_${PV}.bb
inherit nativesdk
DEPENDS = "gmp-nativesdk"
+2
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"