diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-01-06 19:03:58 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-08 13:55:12 -0800 |
| commit | 7a820b585f54913e3937cb6510691ed46285baf9 (patch) | |
| tree | 9541a807a962e6d899d7cb885530e798597d44d8 /meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | |
| parent | 3b705db82c4f4fb65d5090540091d9d357a7f505 (diff) | |
| download | meta-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.bb | 10 |
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" | |||
| 7 | HOMEPAGE = "http://concurrencykit.org" | 7 | HOMEPAGE = "http://concurrencykit.org" |
| 8 | SECTION = "base" | 8 | SECTION = "base" |
| 9 | 9 | ||
| 10 | PV = "0.5.1+git${SRCPV}" | 10 | PV = "0.7.0+git${SRCPV}" |
| 11 | SRCREV = "f97d3da5c375ac2fc5a9173cdd36cb828915a2e1" | 11 | SRCREV = "6e8e5bec2e2f8cef2072a68579cbb07ababf3331" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" |
| 13 | SRC_URI = "git://github.com/concurrencykit/ck.git;branch=master;protocol=https \ | 13 | SRC_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 | ||
| 17 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 18 | 17 | ||
| 19 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64).*-linux*" | 18 | COMPATIBLE_HOST = "(arm|aarch64|i.86|x86_64|powerpc|powerpc64|riscv32|riscv64).*-linux*" |
| 20 | 19 | ||
| 21 | inherit autotools-brokensep | 20 | inherit autotools-brokensep |
| 22 | 21 | ||
| @@ -26,7 +25,6 @@ PLAT ?= "${HOST_ARCH}" | |||
| 26 | 25 | ||
| 27 | do_configure () { | 26 | do_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} \ |
