[oe-commits] [meta-openembedded] 11/29: concurrencykit: update to version 0.5.1

git at git.openembedded.org git at git.openembedded.org
Thu Apr 28 08:39:05 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit b1882393df05949a9cd30fb70d5bcba20cc82864
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Apr 22 14:45:59 2016 -0400

    concurrencykit: update to version 0.5.1
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../concurrencykit/concurrencykit/cross.patch            | 16 +---------------
 .../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 38504fe..d3bfab7 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 b4ac9c9..51243c2 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 \
 "

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list