summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
index fe57d9e4b..eebccf01b 100644
--- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
+++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb
@@ -7,9 +7,10 @@ LICENSE = "BSD & Apache-2.0"
7HOMEPAGE = "http://concurrencykit.org" 7HOMEPAGE = "http://concurrencykit.org"
8SECTION = "base" 8SECTION = "base"
9 9
10PV = "0.4.3+git${SRCPV}"
10SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f" 11SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" 12LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98"
12SRC_URI = "git://git.concurrencykit.org/ck.git \ 13SRC_URI = "git://github.com/concurrencykit/ck.git;protocol=https \
13 file://cross.patch \ 14 file://cross.patch \
14" 15"
15 16
@@ -17,7 +18,7 @@ S = "${WORKDIR}/git"
17 18
18COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" 19COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*"
19 20
20inherit autotools 21inherit autotools-brokensep
21 22
22PLAT_powerpc64 = "ppc64" 23PLAT_powerpc64 = "ppc64"
23PLAT ?= "${HOST_ARCH}" 24PLAT ?= "${HOST_ARCH}"