mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
packages: Separate out most of the remaining packages into recipes
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
6
meta/recipes-support/mpfr/mpfr.inc
Normal file
6
meta/recipes-support/mpfr/mpfr.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
DESCRIPTION = "A C library for multiple-precision floating-point computations with exact rounding"
|
||||
HOMEPAGE = "http://www.mpfr.org/"
|
||||
LICENSE = "LGPLv3+"
|
||||
SECTION = "devel"
|
||||
|
||||
inherit autotools
|
||||
9
meta/recipes-support/mpfr/mpfr_3.0.0.bb
Normal file
9
meta/recipes-support/mpfr/mpfr_3.0.0.bb
Normal file
@@ -0,0 +1,9 @@
|
||||
require mpfr.inc
|
||||
|
||||
DEPENDS = "gmp"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/mpfr-${PV}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user