summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-01-06 19:03:58 -0800
committerKhem Raj <raj.khem@gmail.com>2023-01-08 13:55:12 -0800
commit7a820b585f54913e3937cb6510691ed46285baf9 (patch)
tree9541a807a962e6d899d7cb885530e798597d44d8 /meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
parent3b705db82c4f4fb65d5090540091d9d357a7f505 (diff)
downloadmeta-openembedded-7a820b585f54913e3937cb6510691ed46285baf9.tar.gz
concurrencykit: Update to 0.7.0
Enable riscv as it is supported now Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb')
-rw-r--r--meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
index 0018064119..cb65250e9a 100644
--- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
+++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
@@ -7,16 +7,15 @@ LICENSE = "BSD-2-Clause & Apache-2.0"
7HOMEPAGE = "http://concurrencykit.org" 7HOMEPAGE = "http://concurrencykit.org"
8SECTION = "base" 8SECTION = "base"
9 9
10PV = "0.5.1+git${SRCPV}" 10PV = "0.7.0+git${SRCPV}"
11SRCREV = "f97d3da5c375ac2fc5a9173cdd36cb828915a2e1" 11SRCREV = "6e8e5bec2e2f8cef2072a68579cbb07ababf3331"
12LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231"
13SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ 13SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \
14 file://cross.patch \ 14 file://0001-configure-Fix-compoiler-detection-logic-for-cross-co.patch"
15"
16 15
17S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
18 17
19COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64).*-linux*" 18COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64|riscv32|riscv64).*-linux*"
20 19
21inherit autotools-brokensep 20inherit autotools-brokensep
22 21
@@ -26,7 +25,6 @@ PLAT ?= "${HOST_ARCH}"
26 25
27do_configure () { 26do_configure () {
28 export PLATFORM=${PLAT} 27 export PLATFORM=${PLAT}
29 export COMPILER='gcc'
30 ${S}/configure \ 28 ${S}/configure \
31 --prefix=${prefix} \ 29 --prefix=${prefix} \
32 --includedir=${includedir} \ 30 --includedir=${includedir} \