mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
concurrencykit: fix SRC_URI, add PV, inherit autotools-brokensep
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -7,9 +7,10 @@ LICENSE = "BSD & Apache-2.0"
|
|||||||
HOMEPAGE = "http://concurrencykit.org"
|
HOMEPAGE = "http://concurrencykit.org"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
|
|
||||||
|
PV = "0.4.3+git${SRCPV}"
|
||||||
SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f"
|
SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98"
|
||||||
SRC_URI = "git://git.concurrencykit.org/ck.git \
|
SRC_URI = "git://github.com/concurrencykit/ck.git;protocol=https \
|
||||||
file://cross.patch \
|
file://cross.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
@@ -17,7 +18,7 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*"
|
COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools-brokensep
|
||||||
|
|
||||||
PLAT_powerpc64 = "ppc64"
|
PLAT_powerpc64 = "ppc64"
|
||||||
PLAT ?= "${HOST_ARCH}"
|
PLAT ?= "${HOST_ARCH}"
|
||||||
|
|||||||
Reference in New Issue
Block a user