concurrencykit: update to version 0.5.1

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka 2016-04-22 14:45:59 -04:00 committed by Martin Jansa
parent 2675ade686
commit b1882393df
2 changed files with 4 additions and 18 deletions

View File

@ -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

View File

@ -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 \
"