mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 01:30:39 +00:00
mpfr: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
parent
bc5afa640b
commit
f7fddc13da
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user