mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
mpfr: Convert to use BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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"
|
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
|
||||||
S = "${WORKDIR}/mpfr-${PV}"
|
S = "${WORKDIR}/mpfr-${PV}"
|
||||||
|
|
||||||
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user