diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-03 17:59:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-05 12:02:42 +0200 |
commit | 7d9440a1e7bdf69403c55d1d21c7d1db1f07969e (patch) | |
tree | e36097af00acef95158d4b9734304c674ab0d0c6 /meta-oe | |
parent | d87b8e43d6316d77479ce838111cd9f77f4bf419 (diff) | |
download | meta-openembedded-7d9440a1e7bdf69403c55d1d21c7d1db1f07969e.tar.gz |
concurrencykit: fix SRC_URI, add PV, inherit autotools-brokensep
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | 5 |
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" | |||
7 | HOMEPAGE = "http://concurrencykit.org" | 7 | HOMEPAGE = "http://concurrencykit.org" |
8 | SECTION = "base" | 8 | SECTION = "base" |
9 | 9 | ||
10 | PV = "0.4.3+git${SRCPV}" | ||
10 | SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f" | 11 | SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f" |
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" | 12 | LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" |
12 | SRC_URI = "git://git.concurrencykit.org/ck.git \ | 13 | SRC_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 | ||
18 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" | 19 | COMPATIBLE_HOST = "(i.86|x86_64|powerpc|powerpc64).*-linux*" |
19 | 20 | ||
20 | inherit autotools | 21 | inherit autotools-brokensep |
21 | 22 | ||
22 | PLAT_powerpc64 = "ppc64" | 23 | PLAT_powerpc64 = "ppc64" |
23 | PLAT ?= "${HOST_ARCH}" | 24 | PLAT ?= "${HOST_ARCH}" |