diff options
author | Derek Straka <derek@asterius.io> | 2016-04-22 14:45:59 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-28 10:38:38 +0200 |
commit | b1882393df05949a9cd30fb70d5bcba20cc82864 (patch) | |
tree | 9c0a11481d978c556ba6ba793ca82df0b6423562 | |
parent | 2675ade686fd8e8f4cdd04aed2b304a4d9b35370 (diff) | |
download | meta-openembedded-contrib-b1882393df05949a9cd30fb70d5bcba20cc82864.tar.gz |
concurrencykit: update to version 0.5.1
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/concurrencykit/concurrencykit/cross.patch | 16 | ||||
-rw-r--r-- | meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb | 6 |
2 files changed, 4 insertions, 18 deletions
diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit/cross.patch b/meta-oe/recipes-devtools/concurrencykit/concurrencykit/cross.patch index 38504fef6bb..d3bfab7bbe2 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit/cross.patch +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit/cross.patch @@ -2,20 +2,6 @@ Index: git/configure =================================================================== --- git.orig/configure 2012-11-19 21:07:51.917429465 -0800 +++ git/configure 2012-11-19 21:13:19.337437278 -0800 -@@ -275,8 +275,11 @@ - assert "$SYSTEM" "$SYSTEM" "unsupported" - - CORES=${CORES:-${DCORES}} --printf "Detecting machine architecture..." --PLATFORM=`uname -m 2> /dev/null` -+if test -z "$PLATFORM"; then -+ printf "Detecting machine architecture..." -+ PLATFORM=`uname -m 2> /dev/null` -+fi -+ - case $PLATFORM in - "macppc"|"Power Macintosh"|"powerpc") - MM="${MM:-"CK_MD_RMO"}" @@ -439,14 +442,18 @@ GZIP_SUFFIX=".gz" fi @@ -40,7 +26,7 @@ Index: git/configure #include <stdio.h> int main(void) { #if defined(__GNUC__) && (__GNUC__ >= 4) -@@ -460,16 +467,16 @@ +@@ -569,16 +576,16 @@ #endif } EOF diff --git a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb index b4ac9c9f92d..51243c2374d 100644 --- a/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb +++ b/meta-oe/recipes-devtools/concurrencykit/concurrencykit_git.bb @@ -7,9 +7,9 @@ LICENSE = "BSD & Apache-2.0" HOMEPAGE = "http://concurrencykit.org" SECTION = "base" -PV = "0.4.3+git${SRCPV}" -SRCREV = "900d203aa9e41288545368ea40da0bee89f7907f" -LIC_FILES_CHKSUM = "file://LICENSE;md5=f12611e65e064515ce264249b2bdea98" +PV = "0.5.1+git${SRCPV}" +SRCREV = "f97d3da5c375ac2fc5a9173cdd36cb828915a2e1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a0b24c1a8f9ad516a297d055b0294231" SRC_URI = "git://github.com/concurrencykit/ck.git;protocol=https \ file://cross.patch \ " |