summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-12 18:35:04 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-26 01:07:03 +0100
commit6e431331d18ded23a78e238ed40d03434e7719d9 (patch)
tree7f497b52ae16f6a575ffc1e19961e0eed2908fd2 /meta-oe/recipes-support/ne10/ne10_1.2.1.bb
parentbc0ea5b276629dcd1169374b8217087db2ded086 (diff)
downloadmeta-openembedded-6e431331d18ded23a78e238ed40d03434e7719d9.tar.gz
ne10: Update to latest
* Patch to build with clang * license checksum changed due to Copyright year change https://github.com/kraj/Ne10/commit/fee112eb2278469e7cfe2516dffa2ecfa5ad4c9a Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/ne10/ne10_1.2.1.bb')
-rw-r--r--meta-oe/recipes-support/ne10/ne10_1.2.1.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
index de979821c..2fb9d64f5 100644
--- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
+++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb
@@ -1,13 +1,16 @@
1DESCRIPTION = "Library containing NEON-optimized implementations for a common set of functions" 1DESCRIPTION = "Library containing NEON-optimized implementations for a common set of functions"
2HOMEPAGE = "http://projectne10.github.io/Ne10/" 2HOMEPAGE = "http://projectne10.github.io/Ne10/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=463ac0a7d64edc2b787c4206635ca2b1" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e7fe20c9be97be5579e3ab5d92d3a218"
5SECTION = "libs" 5SECTION = "libs"
6 6
7SRC_URI = "git://github.com/projectNe10/Ne10.git" 7SRC_URI = "git://github.com/projectNe10/Ne10.git \
8SRCREV = "a08b29d88e3c94d32b5b8f827e7fcf0bc2b34ac2" 8 file://0001-CMakeLists.txt-Remove-mthumb-interwork.patch \
9"
10SRCREV = "18c4c982a595dad069cd8df4932aefb1d257591f"
9 11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13PV .= "gitr+${SRCPV}"
11 14
12inherit cmake 15inherit cmake
13 16