* [PATCH 0/3] Package upgrades
@ 2013-11-26 12:39 Cristiana Voicu
2013-11-26 12:39 ` [PATCH 1/3] apr: upgrade to 1.5.0 Cristiana Voicu
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Cristiana Voicu @ 2013-11-26 12:39 UTC (permalink / raw)
To: openembedded-core
Hi,
Tests done:
* build tested on AB running following nightlies: build-appliance, x86, x86_64, ppc, mips, arm;
* checked with dpkg if the packages were installed and their version on a sato image;
test --version functionality
Thanks,
Cristiana
The following changes since commit 6ddb9bf0976169fde7eee16d70a83210aa354416:
bitbake: perforce: Fix path subdirectory issues (2013-11-24 12:25:37 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi//log/?h=cvoicu/work
Cristiana Voicu (3):
apr: upgrade to 1.5.0
apr-util: upgrade to 1.5.3
systemtap: upgrade to 2.4
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
.../apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} | 4 ++--
.../apr/{apr_1.4.8.bb => apr_1.5.0.bb} | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (92%)
rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.0.bb} (89%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 5+ messages in thread* [PATCH 1/3] apr: upgrade to 1.5.0
2013-11-26 12:39 [PATCH 0/3] Package upgrades Cristiana Voicu
@ 2013-11-26 12:39 ` Cristiana Voicu
2013-11-26 22:29 ` Richard Purdie
2013-11-26 12:39 ` [PATCH 2/3] apr-util: upgrade to 1.5.3 Cristiana Voicu
2013-11-26 12:39 ` [PATCH 3/3] systemtap: upgrade to 2.4 Cristiana Voicu
2 siblings, 1 reply; 5+ messages in thread
From: Cristiana Voicu @ 2013-11-26 12:39 UTC (permalink / raw)
To: openembedded-core
The following typo was fixed in the license file:
< code for the these subcomponents is subject to the terms and
< conditions of the following licenses.
> code for these subcomponents is subject to the terms and conditions
> of the following licenses.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../apr/{apr_1.4.8.bb => apr_1.5.0.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-support/apr/{apr_1.4.8.bb => apr_1.5.0.bb} (89%)
diff --git a/meta/recipes-support/apr/apr_1.4.8.bb b/meta/recipes-support/apr/apr_1.5.0.bb
similarity index 89%
rename from meta/recipes-support/apr/apr_1.4.8.bb
rename to meta/recipes-support/apr/apr_1.5.0.bb
index d834170..04f7a22 100644
--- a/meta/recipes-support/apr/apr_1.4.8.bb
+++ b/meta/recipes-support/apr/apr_1.5.0.bb
@@ -4,7 +4,7 @@ SECTION = "libs"
DEPENDS = "util-linux"
LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
+LIC_FILES_CHKSUM = "file://LICENSE;md5=4dfd4cd216828c8cae5de5a12f3844c8 \
file://include/apr_lib.h;endline=17;md5=ee42fa7575dc40580a9e01c1b75fae96"
BBCLASSEXTEND = "native"
@@ -14,8 +14,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
file://cleanup.patch \
file://configfix.patch"
-SRC_URI[md5sum] = "ce2ab01a0c3cdb71cf0a6326b8654f41"
-SRC_URI[sha256sum] = "61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421"
+SRC_URI[md5sum] = "cc93bd2c12d0d037f68e21cc6385dc31"
+SRC_URI[sha256sum] = "17287d36a5917e27281e60d47e7b147bd5ddcd1ca832702c2318f5e0724f1221"
inherit autotools lib_package binconfig multilib_header
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 2/3] apr-util: upgrade to 1.5.3
2013-11-26 12:39 [PATCH 0/3] Package upgrades Cristiana Voicu
2013-11-26 12:39 ` [PATCH 1/3] apr: upgrade to 1.5.0 Cristiana Voicu
@ 2013-11-26 12:39 ` Cristiana Voicu
2013-11-26 12:39 ` [PATCH 3/3] systemtap: upgrade to 2.4 Cristiana Voicu
2 siblings, 0 replies; 5+ messages in thread
From: Cristiana Voicu @ 2013-11-26 12:39 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/apr/{apr-util_1.5.2.bb => apr-util_1.5.3.bb} (92%)
diff --git a/meta/recipes-support/apr/apr-util_1.5.2.bb b/meta/recipes-support/apr/apr-util_1.5.3.bb
similarity index 92%
rename from meta/recipes-support/apr/apr-util_1.5.2.bb
rename to meta/recipes-support/apr/apr-util_1.5.3.bb
index ea0f7fb..3ca1f57 100644
--- a/meta/recipes-support/apr/apr-util_1.5.2.bb
+++ b/meta/recipes-support/apr/apr-util_1.5.3.bb
@@ -13,8 +13,8 @@ SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
file://configfix.patch \
file://configure_fixes.patch"
-SRC_URI[md5sum] = "eb682cfb8642babba427a4fb391b15e8"
-SRC_URI[sha256sum] = "a1ec5025373815795d2fa5bfac40c0984675feffc88e049be9a162c408c2f613"
+SRC_URI[md5sum] = "71a11d037240b292f824ba1eb537b4e3"
+SRC_URI[sha256sum] = "76db34cb508e346e3bf69347c29ed1500bf0b71bcc48d54271ad9d1c25703743"
EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
--without-odbc \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread* [PATCH 3/3] systemtap: upgrade to 2.4
2013-11-26 12:39 [PATCH 0/3] Package upgrades Cristiana Voicu
2013-11-26 12:39 ` [PATCH 1/3] apr: upgrade to 1.5.0 Cristiana Voicu
2013-11-26 12:39 ` [PATCH 2/3] apr-util: upgrade to 1.5.3 Cristiana Voicu
@ 2013-11-26 12:39 ` Cristiana Voicu
2 siblings, 0 replies; 5+ messages in thread
From: Cristiana Voicu @ 2013-11-26 12:39 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index d8c6408..9da5588 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,8 +1,8 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
-PV = "2.3+git${SRCPV}"
+SRCREV = "aa7b1e00e6cb7058071ead0180de0541b1c6eccf"
+PV = "2.4+git${SRCPV}"
SRC_URI = "git://sourceware.org/git/systemtap.git \
file://docproc-build-fix.patch \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-11-26 22:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 12:39 [PATCH 0/3] Package upgrades Cristiana Voicu
2013-11-26 12:39 ` [PATCH 1/3] apr: upgrade to 1.5.0 Cristiana Voicu
2013-11-26 22:29 ` Richard Purdie
2013-11-26 12:39 ` [PATCH 2/3] apr-util: upgrade to 1.5.3 Cristiana Voicu
2013-11-26 12:39 ` [PATCH 3/3] systemtap: upgrade to 2.4 Cristiana Voicu
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.