mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +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/libmpc/libmpc.inc
Normal file
6
meta/recipes-support/libmpc/libmpc.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
DESCRIPTION = "Mpc is a C library for the arithmetic of complex numbers with arbitrarily high precision and correct rounding of the result. It is built upon and follows the same principles as Mpfr"
|
||||
HOMEPAGE = "http://www.multiprecision.org/"
|
||||
LICENSE = "LGPLv2"
|
||||
SECTION = "libs"
|
||||
|
||||
inherit autotools
|
||||
14
meta/recipes-support/libmpc/libmpc_0.8.2.bb
Normal file
14
meta/recipes-support/libmpc/libmpc_0.8.2.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
require libmpc.inc
|
||||
|
||||
DEPENDS = "gmp mpfr"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.multiprecision.org/mpc/download/mpc-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/mpc-${PV}"
|
||||
|
||||
SRC_URI[md5sum] = "5b34aa804d514cc295414a963aedb6bf"
|
||||
SRC_URI[sha256sum] = "e664603757251fd8a352848276497a4c79b7f8b21fd8aedd5cc0598a38fee3e4"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user