* [PATCH 0/1] Package upgrades
@ 2013-12-23 10:16 Cristiana Voicu
2013-12-23 10:16 ` [PATCH 1/1] curl: upgrade to 7.34.0 Cristiana Voicu
0 siblings, 1 reply; 3+ messages in thread
From: Cristiana Voicu @ 2013-12-23 10:16 UTC (permalink / raw)
To: openembedded-core
The package has been succesfully compiled for all major architectures.
Tested on a core-image-sato.
The following changes since commit 005af45191ded6185c618c708181b31281e43092:
bitbake: fetch2: avoid printing "no checksum" error message twice (2013-12-22 14:29:13 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work
Cristiana Voicu (1):
curl: upgrade to 7.34.0
.../curl/{curl_7.33.0.bb => curl_7.34.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/curl/{curl_7.33.0.bb => curl_7.34.0.bb} (93%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH 1/1] curl: upgrade to 7.34.0
2013-12-23 10:16 [PATCH 0/1] Package upgrades Cristiana Voicu
@ 2013-12-23 10:16 ` Cristiana Voicu
0 siblings, 0 replies; 3+ messages in thread
From: Cristiana Voicu @ 2013-12-23 10:16 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../curl/{curl_7.33.0.bb => curl_7.34.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/curl/{curl_7.33.0.bb => curl_7.34.0.bb} (93%)
diff --git a/meta/recipes-support/curl/curl_7.33.0.bb b/meta/recipes-support/curl/curl_7.34.0.bb
similarity index 93%
rename from meta/recipes-support/curl/curl_7.33.0.bb
rename to meta/recipes-support/curl/curl_7.34.0.bb
index 8539fec..2dfe390 100644
--- a/meta/recipes-support/curl/curl_7.33.0.bb
+++ b/meta/recipes-support/curl/curl_7.34.0.bb
@@ -18,8 +18,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
#
SRC_URI += " file://configure_ac.patch"
-SRC_URI[md5sum] = "57409d6bf0bd97053b8378dbe0cadcef"
-SRC_URI[sha256sum] = "0afde4cd949e2658eddc3cda675b19b165eea1af48ac5f3e1ec160792255d1b3"
+SRC_URI[md5sum] = "88491df2bb32e9146e776ae6ac2f8327"
+SRC_URI[sha256sum] = "10beade56b48311499e444783df3413405b22f20a147ed4a1d8a8125f1cc829b"
inherit autotools pkgconfig binconfig
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 0/1] Package upgrades
@ 2013-12-20 9:43 Cristiana Voicu
0 siblings, 0 replies; 3+ messages in thread
From: Cristiana Voicu @ 2013-12-20 9:43 UTC (permalink / raw)
To: openembedded-core
I've tested the new version of valgrind on local autobuilder on build-appliance,
nightly-arm, mips, ppc, x86, x86-64. Also, I've built on my machine a core-image-sato-sdk
for x86, and I've tested if the correct version was installed. I've done some simple tests, too.
The following changes since commit 9daa1de753e58b7f678e68cf307f6028c0c79a6a:
qemu/local.conf.sample: Add sdl PACKAGECONFIG (2013-12-16 12:13:59 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work
Cristiana Voicu (1):
valgrind: upgrade to 3.9.0
.../configure-with-newer-glibc.patch | 41 --------------------
.../valgrind/valgrind-3.8.1/eglibc-2.18.patch | 27 -------------
.../fix_issue_caused_by_ccache.patch | 32 ---------------
.../valgrind-3.8.1/fix_unsupporting_kernel_3.patch | 26 -------------
...upport-for-PPC-instructions-mfatbu-mfatbl.patch | 0
.../fixed-perl-path.patch | 0
.../{valgrind-3.8.1 => valgrind}/sepbuildfix.patch | 26 ++++++-------
.../{valgrind_3.8.1.bb => valgrind_3.9.0.bb} | 12 ++----
8 files changed, 17 insertions(+), 147 deletions(-)
delete mode 100644 meta/recipes-devtools/valgrind/valgrind-3.8.1/configure-with-newer-glibc.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind-3.8.1/eglibc-2.18.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind-3.8.1/fix_issue_caused_by_ccache.patch
delete mode 100644 meta/recipes-devtools/valgrind/valgrind-3.8.1/fix_unsupporting_kernel_3.patch
rename meta/recipes-devtools/valgrind/{valgrind-3.8.1 => valgrind}/Added-support-for-PPC-instructions-mfatbu-mfatbl.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind-3.8.1 => valgrind}/fixed-perl-path.patch (100%)
rename meta/recipes-devtools/valgrind/{valgrind-3.8.1 => valgrind}/sepbuildfix.patch (96%)
rename meta/recipes-devtools/valgrind/{valgrind_3.8.1.bb => valgrind_3.9.0.bb} (76%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-12-23 10:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-23 10:16 [PATCH 0/1] Package upgrades Cristiana Voicu
2013-12-23 10:16 ` [PATCH 1/1] curl: upgrade to 7.34.0 Cristiana Voicu
-- strict thread matches above, loose matches on Subject: below --
2013-12-20 9:43 [PATCH 0/1] Package upgrades 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.