[meta-freescale] [PATCH 13/18] isl:add recipes

Chunrong Guo B40290 at freescale.com
Thu Dec 28 02:04:24 PST 2017


From: Chunrong Guo <chunrong.guo at nxp.com>

*gcc 4.9 depends isl

Signed-off-by: Chunrong Guo <chunrong.guo at nxp.com>
---
 recipes-devtools/isl/isl.inc       |  8 ++++++++
 recipes-devtools/isl/isl_0.11.1.bb | 12 ++++++++++++
 2 files changed, 20 insertions(+)
 create mode 100644 recipes-devtools/isl/isl.inc
 create mode 100644 recipes-devtools/isl/isl_0.11.1.bb

diff --git a/recipes-devtools/isl/isl.inc b/recipes-devtools/isl/isl.inc
new file mode 100644
index 0000000..6b9d6e4
--- /dev/null
+++ b/recipes-devtools/isl/isl.inc
@@ -0,0 +1,8 @@
+DESCRIPTION = "isl is a library for manipulating sets and relations of integer points bounded by linear constraints."
+HOMEPAGE = "http://freecode.com/projects/isl"
+LICENSE = "MIT"
+SECTION = "libs"
+
+BBCLASSEXTEND = "native nativesdk"
+
+inherit autotools
diff --git a/recipes-devtools/isl/isl_0.11.1.bb b/recipes-devtools/isl/isl_0.11.1.bb
new file mode 100644
index 0000000..71fad92
--- /dev/null
+++ b/recipes-devtools/isl/isl_0.11.1.bb
@@ -0,0 +1,12 @@
+require isl.inc
+
+DEPENDS = "gmp"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=0c7c9ea0d2ff040ba4a25afa0089624b"
+
+SRC_URI = "http://isl.gforge.inria.fr/isl-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "d7d27ebedc21a00b292cb7b50f4864f6"
+SRC_URI[sha256sum] = "55f6c36a119d5fbd90ebc1f7ab07144b41c6f7f038acd18ab58c4c11beefdfc8"
+
+S = "${WORKDIR}/isl-${PV}"
-- 
1.9.0



More information about the meta-freescale mailing list