* [PATCH 0/4] Pacage Updates
@ 2012-12-05 12:57 Radu Moisan
2012-12-05 12:57 ` [PATCH 1/4] babeltrace: upgrade to 1.0.0 Radu Moisan
` (4 more replies)
0 siblings, 5 replies; 8+ messages in thread
From: Radu Moisan @ 2012-12-05 12:57 UTC (permalink / raw)
To: openembedded-core
This is a bunch of updates I received from Constantin.
Everything looks good to me, signing off ...
The following changes since commit 600fde2acd1b889a4edbb2ac4661cbf562072db6:
libxkbcommon: make the build do something (2012-12-04 20:52:02 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib rmoisan/updates
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/updates
Constantin Musca (4):
babeltrace: upgrade to 1.0.0
liburcu: upgrade to 0.7.4
u-boot-mkimage: upgrade to 2012.07
curl: upgrade to 7.27.0
...kimage_2011.06.bb => u-boot-mkimage_2012.07.bb} | 6 ++---
.../{babeltrace_0.12.bb => babeltrace_1.0.0.bb} | 8 +++----
meta/recipes-support/curl/curl/pkgconfig_fix.patch | 25 +++++++++-----------
.../curl/{curl_7.26.0.bb => curl_7.27.0.bb} | 6 ++---
.../liburcu/{liburcu_0.6.7.bb => liburcu_0.7.4.bb} | 8 +++----
5 files changed, 25 insertions(+), 28 deletions(-)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2011.06.bb => u-boot-mkimage_2012.07.bb} (71%)
rename meta/recipes-kernel/lttng-2.0/{babeltrace_0.12.bb => babeltrace_1.0.0.bb} (81%)
rename meta/recipes-support/curl/{curl_7.26.0.bb => curl_7.27.0.bb} (92%)
rename meta/recipes-support/liburcu/{liburcu_0.6.7.bb => liburcu_0.7.4.bb} (76%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/4] babeltrace: upgrade to 1.0.0
2012-12-05 12:57 [PATCH 0/4] Pacage Updates Radu Moisan
@ 2012-12-05 12:57 ` Radu Moisan
2012-12-05 12:57 ` [PATCH 2/4] liburcu: upgrade to 0.7.4 Radu Moisan
` (3 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Radu Moisan @ 2012-12-05 12:57 UTC (permalink / raw)
To: openembedded-core
From: Constantin Musca <constantinx.musca@intel.com>
License checksum change due to diff:
15a16,22
>
> * LGPLv2.1
>
> The file include/babeltrace/list.h is licensed under LGPLv2.1. It only
> contains trivial static inline functions and macros, and, therefore,
> including it does not make babeltrace a derivative work on this header.
> Please refer to the LGPLv2.1 license for details.
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
.../{babeltrace_0.12.bb => babeltrace_1.0.0.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-kernel/lttng-2.0/{babeltrace_0.12.bb => babeltrace_1.0.0.bb} (81%)
diff --git a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb b/meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb
similarity index 81%
rename from meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb
rename to meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb
index e699712..4223c54 100644
--- a/meta/recipes-kernel/lttng-2.0/babeltrace_0.12.bb
+++ b/meta/recipes-kernel/lttng-2.0/babeltrace_1.0.0.bb
@@ -4,15 +4,15 @@ HOMEPAGE = "http://www.efficios.com/babeltrace/"
BUGTRACKER = "n/a"
LICENSE = "MIT & GPLv2"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=8d1a03b3c17bdd158b3cbb34813b1423"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=76ba15dd76a248e1dd526bca0e2125fa"
inherit autotools
DEPENDS = "glib-2.0 util-linux popt"
-SRCREV = "0d8f8c2ea27df096269aa76b4baeab26b68b95d4"
-PV = "0.12+git${SRCPV}"
-PR = "r2"
+SRCREV = "f6ed7fa4636ff22e08f57721dcd312828547aa66"
+PV = "1.0+git${SRCPV}"
+PR = "r0"
SRC_URI = "git://git.efficios.com/babeltrace.git;protocol=git"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/4] liburcu: upgrade to 0.7.4
2012-12-05 12:57 [PATCH 0/4] Pacage Updates Radu Moisan
2012-12-05 12:57 ` [PATCH 1/4] babeltrace: upgrade to 1.0.0 Radu Moisan
@ 2012-12-05 12:57 ` Radu Moisan
2012-12-05 12:57 ` [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07 Radu Moisan
` (2 subsequent siblings)
4 siblings, 0 replies; 8+ messages in thread
From: Radu Moisan @ 2012-12-05 12:57 UTC (permalink / raw)
To: openembedded-core
From: Constantin Musca <constantinx.musca@intel.com>
License checksum change due to diff:
3c3
< May 10, 2009
> May 15, 2012
59a60,65
>
> * GPLv3 (or later)
>
> The following build-related macro is under GPLv3 (or later):
>
> m4/ax_tls.m4
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
.../liburcu/{liburcu_0.6.7.bb => liburcu_0.7.4.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-support/liburcu/{liburcu_0.6.7.bb => liburcu_0.7.4.bb} (76%)
diff --git a/meta/recipes-support/liburcu/liburcu_0.6.7.bb b/meta/recipes-support/liburcu/liburcu_0.7.4.bb
similarity index 76%
rename from meta/recipes-support/liburcu/liburcu_0.6.7.bb
rename to meta/recipes-support/liburcu/liburcu_0.7.4.bb
index 361780c..a6a5bfc 100644
--- a/meta/recipes-support/liburcu/liburcu_0.6.7.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.7.4.bb
@@ -3,16 +3,16 @@ HOMEPAGE = "http://lttng.org/urcu"
BUGTRACKER = "http://lttng.org/project/issues"
LICENSE = "LGPLv2.1+ & MIT-style"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b472dc110d38774921e1d5ccb0065fff \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=95dfea59eeaa41a4057faa07a58f5f89 \
file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
-PR = "r1"
+PR = "r0"
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
-SRC_URI[md5sum] = "2705dadd65beda8e8960472c082e44b3"
-SRC_URI[sha256sum] = "b0b09aead6fbcb4d5efb4270e12f84ffd115b99b55b2c745e052b2d87a47e75f"
+SRC_URI[md5sum] = "7defbc16443e680ce4aad90cf49537a9"
+SRC_URI[sha256sum] = "2294ec969308fc9115b43eb7ed5392a63a7e671f44316446a1149a39db54d51f"
S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07
2012-12-05 12:57 [PATCH 0/4] Pacage Updates Radu Moisan
2012-12-05 12:57 ` [PATCH 1/4] babeltrace: upgrade to 1.0.0 Radu Moisan
2012-12-05 12:57 ` [PATCH 2/4] liburcu: upgrade to 0.7.4 Radu Moisan
@ 2012-12-05 12:57 ` Radu Moisan
2012-12-05 15:33 ` Otavio Salvador
2012-12-05 12:57 ` [PATCH 4/4] curl: upgrade to 7.27.0 Radu Moisan
2012-12-05 13:46 ` [PATCH 0/4] Pacage Updates Björn Stenberg
4 siblings, 1 reply; 8+ messages in thread
From: Radu Moisan @ 2012-12-05 12:57 UTC (permalink / raw)
To: openembedded-core
From: Constantin Musca <constantinx.musca@intel.com>
License checksum change due to README diff (only the
instructions have changed)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
...kimage_2011.06.bb => u-boot-mkimage_2012.07.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2011.06.bb => u-boot-mkimage_2012.07.bb} (71%)
diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2011.06.bb b/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb
similarity index 71%
rename from meta/recipes-bsp/u-boot/u-boot-mkimage_2011.06.bb
rename to meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb
index 3ca0c2c..70bbd3f 100644
--- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2011.06.bb
+++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2012.07.bb
@@ -1,15 +1,15 @@
DESCRIPTION = "U-boot bootloader mkimage tool"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
- file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90"
+ file://README;beginline=1;endline=22;md5=78b195c11cb6ef63e6985140db7d7bab"
SECTION = "bootloader"
PR = "r0"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
-SRC_URI[md5sum] = "0cc5026aad02f218a9b9ac56b301c97a"
-SRC_URI[sha256sum] = "362ddb935885da98cf461eba08f31e3e59d0c4ada6cb2fa15596f43af310ba8b"
+SRC_URI[md5sum] = "15a087051d071d608000e138c39545d9"
+SRC_URI[sha256sum] = "e08e20a6979bfca6eebb9a2b0e42aa4416af3d796332fd63a3470495a089d496"
S = "${WORKDIR}/u-boot-${PV}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/4] curl: upgrade to 7.27.0
2012-12-05 12:57 [PATCH 0/4] Pacage Updates Radu Moisan
` (2 preceding siblings ...)
2012-12-05 12:57 ` [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07 Radu Moisan
@ 2012-12-05 12:57 ` Radu Moisan
2012-12-05 13:46 ` [PATCH 0/4] Pacage Updates Björn Stenberg
4 siblings, 0 replies; 8+ messages in thread
From: Radu Moisan @ 2012-12-05 12:57 UTC (permalink / raw)
To: openembedded-core
From: Constantin Musca <constantinx.musca@intel.com>
pkgconfig_fix.patch: Adapted to the new version
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
---
meta/recipes-support/curl/curl/pkgconfig_fix.patch | 25 +++++++++-----------
.../curl/{curl_7.26.0.bb => curl_7.27.0.bb} | 6 ++---
2 files changed, 14 insertions(+), 17 deletions(-)
rename meta/recipes-support/curl/{curl_7.26.0.bb => curl_7.27.0.bb} (92%)
diff --git a/meta/recipes-support/curl/curl/pkgconfig_fix.patch b/meta/recipes-support/curl/curl/pkgconfig_fix.patch
index ad73c00..f156cb4 100644
--- a/meta/recipes-support/curl/curl/pkgconfig_fix.patch
+++ b/meta/recipes-support/curl/curl/pkgconfig_fix.patch
@@ -1,11 +1,8 @@
-Upstream-Status: Inappropriate [packaging]
-
-
-Index: curl-7.20.0/libcurl.pc.in
+Index: curl-7.27.0/libcurl.pc.in
===================================================================
---- curl-7.20.0.orig/libcurl.pc.in 2009-11-17 18:11:07.000000000 +0000
-+++ curl-7.20.0/libcurl.pc.in 2010-03-25 12:13:26.814051066 +0000
-@@ -35,6 +35,7 @@
+--- curl-7.27.0.orig/libcurl.pc.in
++++ curl-7.27.0/libcurl.pc.in
+@@ -34,6 +34,7 @@ Name: libcurl
URL: http://curl.haxx.se/
Description: Library to transfer files with ftp, http, etc.
Version: @CURLVERSION@
@@ -14,12 +11,12 @@ Index: curl-7.20.0/libcurl.pc.in
+Requires.private: @GNUTLS_REQUIRED@
+Libs: -L${libdir} -lcurl
+Libs.private: -ldl -lz
- Cflags: -I${includedir}
-Index: curl-7.20.0/configure.ac
+ Cflags: -I${includedir} @CPPFLAG_CURL_STATICLIB@
+Index: curl-7.27.0/configure.ac
===================================================================
---- curl-7.20.0.orig/configure.ac 2010-02-04 21:41:46.000000000 +0000
-+++ curl-7.20.0/configure.ac 2010-03-25 12:12:18.673129001 +0000
-@@ -1668,6 +1668,7 @@
+--- curl-7.27.0.orig/configure.ac
++++ curl-7.27.0/configure.ac
+@@ -1863,6 +1863,7 @@ if test "$curl_ssl_msg" = "$init_ssl_msg
AC_SUBST(USE_GNUTLS, [1])
GNUTLS_ENABLED=1
USE_GNUTLS="yes"
@@ -27,9 +24,9 @@ Index: curl-7.20.0/configure.ac
curl_ssl_msg="enabled (GnuTLS)"
],
[
-@@ -1696,6 +1697,8 @@
+@@ -2102,6 +2103,8 @@ if test "$curl_ssl_msg" = "$init_ssl_msg
- fi dnl OPENSSL != 1
+ fi
+AC_SUBST(GNUTLS_REQUIRED)
+
diff --git a/meta/recipes-support/curl/curl_7.26.0.bb b/meta/recipes-support/curl/curl_7.27.0.bb
similarity index 92%
rename from meta/recipes-support/curl/curl_7.26.0.bb
rename to meta/recipes-support/curl/curl_7.27.0.bb
index fef247c..2ba7837 100644
--- a/meta/recipes-support/curl/curl_7.26.0.bb
+++ b/meta/recipes-support/curl/curl_7.27.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;md5=3a34942f4ae3fbf1a303160714e66
DEPENDS = "zlib gnutls"
DEPENDS_class-native = "zlib-native openssl-native"
DEPENDS_class-nativesdk = "nativesdk-zlib"
-PR = "r2"
+PR = "r0"
SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
file://pkgconfig_fix.patch"
@@ -18,8 +18,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
#
SRC_URI += " file://configure_ac.patch"
-SRC_URI[md5sum] = "bfa80f01b3d300359cfb4d409b6136a3"
-SRC_URI[sha256sum] = "fced262f16eb6bfcdcea15e04a7905ffcb5ff04b14a19ca35b9df86d6720d26a"
+SRC_URI[md5sum] = "11fcbfc0de9c12512e607e7d72d500a0"
+SRC_URI[sha256sum] = "aba5582135c28470b46084da9747470c1c680485fc91f9f0d3f7928df8169398"
inherit autotools pkgconfig binconfig
--
1.7.9.5
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 0/4] Pacage Updates
2012-12-05 12:57 [PATCH 0/4] Pacage Updates Radu Moisan
` (3 preceding siblings ...)
2012-12-05 12:57 ` [PATCH 4/4] curl: upgrade to 7.27.0 Radu Moisan
@ 2012-12-05 13:46 ` Björn Stenberg
4 siblings, 0 replies; 8+ messages in thread
From: Björn Stenberg @ 2012-12-05 13:46 UTC (permalink / raw)
To: Radu Moisan; +Cc: openembedded-core
Radu Moisan wrote:
> curl: upgrade to 7.27.0
I guess 7.27.0 is better than the current 7.26.0, but wouldn't it make more sense to upgrade to the latest version 7.28.1? There has been a lot of bug fixes since 7.27.0.
--
Björn
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07
2012-12-05 12:57 ` [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07 Radu Moisan
@ 2012-12-05 15:33 ` Otavio Salvador
2012-12-06 8:12 ` Radu Moisan
0 siblings, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2012-12-05 15:33 UTC (permalink / raw)
To: Radu Moisan; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]
On Wed, Dec 5, 2012 at 10:57 AM, Radu Moisan <radu.moisan@intel.com> wrote:
> From: Constantin Musca <constantinx.musca@intel.com>
>
> License checksum change due to README diff (only the
> instructions have changed)
>
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
> Signed-off-by: Radu Moisan <radu.moisan@intel.com>
> ---
>
I'd say to go to 2012.10 as this is the last release.
--
Otavio Salvador O.S. Systems
E-mail: otavio@ossystems.com.br http://www.ossystems.com.br
Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br
[-- Attachment #2: Type: text/html, Size: 1302 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07
2012-12-05 15:33 ` Otavio Salvador
@ 2012-12-06 8:12 ` Radu Moisan
0 siblings, 0 replies; 8+ messages in thread
From: Radu Moisan @ 2012-12-06 8:12 UTC (permalink / raw)
To: Otavio Salvador; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 769 bytes --]
On 12/05/2012 05:33 PM, Otavio Salvador wrote:
>
>
>
> On Wed, Dec 5, 2012 at 10:57 AM, Radu Moisan <radu.moisan@intel.com
> <mailto:radu.moisan@intel.com>> wrote:
>
> From: Constantin Musca <constantinx.musca@intel.com
> <mailto:constantinx.musca@intel.com>>
>
> License checksum change due to README diff (only the
> instructions have changed)
>
> Signed-off-by: Constantin Musca <constantinx.musca@intel.com
> <mailto:constantinx.musca@intel.com>>
> Signed-off-by: Radu Moisan <radu.moisan@intel.com
> <mailto:radu.moisan@intel.com>>
> ---
>
>
> I'd say to go to 2012.10 as this is the last release.
>
Let's take it one step at a time.
Since this patch is already there I say we should take it.
Radu
[-- Attachment #2: Type: text/html, Size: 1977 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-12-06 8:23 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-05 12:57 [PATCH 0/4] Pacage Updates Radu Moisan
2012-12-05 12:57 ` [PATCH 1/4] babeltrace: upgrade to 1.0.0 Radu Moisan
2012-12-05 12:57 ` [PATCH 2/4] liburcu: upgrade to 0.7.4 Radu Moisan
2012-12-05 12:57 ` [PATCH 3/4] u-boot-mkimage: upgrade to 2012.07 Radu Moisan
2012-12-05 15:33 ` Otavio Salvador
2012-12-06 8:12 ` Radu Moisan
2012-12-05 12:57 ` [PATCH 4/4] curl: upgrade to 7.27.0 Radu Moisan
2012-12-05 13:46 ` [PATCH 0/4] Pacage Updates Björn Stenberg
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.