* [PATCH 0/9] Package upgrades
@ 2012-09-03 15:45 Constantin Musca
2012-09-03 15:45 ` [PATCH 1/9] automake: upgrade to 1.12.3 Constantin Musca
` (9 more replies)
0 siblings, 10 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
This is another set of package upgrades compiled on all architectures and
tested using core-image-sato.
The following changes since commit 37c8597e7600385367257e8a513e003947ebef5b:
distro-tracking: remove xserver-kdrive (2012-09-02 05:52:16 -0700)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades
Constantin Musca (9):
automake: upgrade to 1.12.3
gypsy: upgrade to 0.9
libdrm: upgrade to 2.4.39
lsof: upgrade to 4.86
man-pages: upgrade to 3.42
telepathy-glib: upgrade to 0.19.8
freetype: upgrade to 2.4.10
puzzles: upgrade to r9594
iproute2: upgrade to 3.5.1
.../fix-unused-but-set-variable-warning.patch | 18 ------------------
.../gypsy/{gypsy_0.8.bb => gypsy_0.9.bb} | 10 ++++------
.../configure-cross.patch | 0
.../{iproute2_3.5.0.bb => iproute2_3.5.1.bb} | 4 ++--
...thy-glib_0.19.6.bb => telepathy-glib_0.19.8.bb} | 4 ++--
.../{automake_1.12.1.bb => automake_1.12.3.bb} | 6 +++---
.../lsof/{lsof_4.85.bb => lsof_4.86.bb} | 8 ++++----
.../{man-pages_3.41.bb => man-pages_3.42.bb} | 6 +++---
.../drm/{libdrm_2.4.37.bb => libdrm_2.4.39.bb} | 4 ++--
.../no-hardcode.patch | 0
.../{freetype_2.4.9.bb => freetype_2.4.10.bb} | 6 +++---
.../puzzles/{puzzles_r9561.bb => puzzles_r9594.bb} | 0
12 files changed, 23 insertions(+), 43 deletions(-)
delete mode 100644 meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
rename meta/recipes-connectivity/gypsy/{gypsy_0.8.bb => gypsy_0.9.bb} (79%)
rename meta/recipes-connectivity/iproute2/{iproute2-3.5.0 => iproute2-3.5.1}/configure-cross.patch (100%)
rename meta/recipes-connectivity/iproute2/{iproute2_3.5.0.bb => iproute2_3.5.1.bb} (51%)
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.6.bb => telepathy-glib_0.19.8.bb} (80%)
rename meta/recipes-devtools/automake/{automake_1.12.1.bb => automake_1.12.3.bb} (92%)
rename meta/recipes-extended/lsof/{lsof_4.85.bb => lsof_4.86.bb} (88%)
rename meta/recipes-extended/man-pages/{man-pages_3.41.bb => man-pages_3.42.bb} (81%)
rename meta/recipes-graphics/drm/{libdrm_2.4.37.bb => libdrm_2.4.39.bb} (50%)
rename meta/recipes-graphics/freetype/{freetype-2.4.9 => freetype-2.4.10}/no-hardcode.patch (100%)
rename meta/recipes-graphics/freetype/{freetype_2.4.9.bb => freetype_2.4.10.bb} (90%)
rename meta/recipes-sato/puzzles/{puzzles_r9561.bb => puzzles_r9594.bb} (100%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/9] automake: upgrade to 1.12.3
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 2/9] gypsy: upgrade to 0.9 Constantin Musca
` (8 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{automake_1.12.1.bb => automake_1.12.3.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/automake/{automake_1.12.1.bb => automake_1.12.3.bb} (92%)
diff --git a/meta/recipes-devtools/automake/automake_1.12.1.bb b/meta/recipes-devtools/automake/automake_1.12.3.bb
similarity index 92%
rename from meta/recipes-devtools/automake/automake_1.12.1.bb
rename to meta/recipes-devtools/automake/automake_1.12.3.bb
index 700592c..25069d7 100644
--- a/meta/recipes-devtools/automake/automake_1.12.1.bb
+++ b/meta/recipes-devtools/automake/automake_1.12.3.bb
@@ -39,10 +39,10 @@ SRC_URI += "${PATHFIXPATCH} \
file://python-libdir.patch \
file://py-compile-compile-only-optimized-byte-code.patch"
-SRC_URI[md5sum] = "ec25c1855cacf47e4bdee76a776b96ba"
-SRC_URI[sha256sum] = "24bf1640679ba4a9cbe2d36422f39a81eced7f556b576a7a2ccfc70ca85a1e2f"
+SRC_URI[md5sum] = "d2af8484de94cdee16d89c50aaa1c729"
+SRC_URI[sha256sum] = "095ffaa3ac887d1eb3511bf13d7f1fc9ec0503c6a06aeae05c93730cdda9a5a0"
-PR = "r1"
+PR = "r0"
do_install () {
oe_runmake 'DESTDIR=${D}' install
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 2/9] gypsy: upgrade to 0.9
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
2012-09-03 15:45 ` [PATCH 1/9] automake: upgrade to 1.12.3 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 3/9] libdrm: upgrade to 2.4.39 Constantin Musca
` (7 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
fix-unused-but-set-variable-warning.patch: removed
- included in the new version
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../fix-unused-but-set-variable-warning.patch | 18 ------------------
.../gypsy/{gypsy_0.8.bb => gypsy_0.9.bb} | 10 ++++------
2 files changed, 4 insertions(+), 24 deletions(-)
delete mode 100644 meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
rename meta/recipes-connectivity/gypsy/{gypsy_0.8.bb => gypsy_0.9.bb} (79%)
diff --git a/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch b/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
deleted file mode 100644
index d276b2c..0000000
--- a/meta/recipes-connectivity/gypsy/files/fix-unused-but-set-variable-warning.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Upstream-Status: Accepted
-
-Index: gypsy-0.8/gypsy/gypsy-time.c
-===================================================================
---- gypsy-0.8.orig/gypsy/gypsy-time.c
-+++ gypsy-0.8/gypsy/gypsy-time.c
-@@ -156,10 +156,10 @@ get_property (GObject *object,
- GParamSpec *pspec)
- {
- GypsyTimePrivate *priv;
--
- priv = GET_PRIVATE (object);
- switch (prop_id) {
- case PROP_PATH:
-+ g_value_set_string (value, priv->object_path);
- break;
-
- default:
diff --git a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb
similarity index 79%
rename from meta/recipes-connectivity/gypsy/gypsy_0.8.bb
rename to meta/recipes-connectivity/gypsy/gypsy_0.9.bb
index e701838..9b99267 100644
--- a/meta/recipes-connectivity/gypsy/gypsy_0.8.bb
+++ b/meta/recipes-connectivity/gypsy/gypsy_0.9.bb
@@ -13,14 +13,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
SECTION = "x11"
DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt"
-SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz \
- file://fix-unused-but-set-variable-warning.patch \
- "
-PR = "r3"
+SRC_URI = "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz"
+PR = "r0"
inherit autotools pkgconfig
FILES_${PN} += "/usr/share/dbus-1/system-services/"
-SRC_URI[md5sum] = "32b8db24db86d2dac87b391dd255f4bf"
-SRC_URI[sha256sum] = "1986a58189614a950725c3bc7d05faa3b84695f35cb696326f340ef87fc3acaa"
+SRC_URI[md5sum] = "e2d186df9c2cc3b70a027043e22acf1a"
+SRC_URI[sha256sum] = "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e236ddfb271904f154d6"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 3/9] libdrm: upgrade to 2.4.39
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
2012-09-03 15:45 ` [PATCH 1/9] automake: upgrade to 1.12.3 Constantin Musca
2012-09-03 15:45 ` [PATCH 2/9] gypsy: upgrade to 0.9 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 4/9] lsof: upgrade to 4.86 Constantin Musca
` (6 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../drm/{libdrm_2.4.37.bb => libdrm_2.4.39.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.37.bb => libdrm_2.4.39.bb} (50%)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.37.bb b/meta/recipes-graphics/drm/libdrm_2.4.39.bb
similarity index 50%
rename from meta/recipes-graphics/drm/libdrm_2.4.37.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.39.bb
index d704b90..4e6a8d5 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.37.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.39.bb
@@ -6,5 +6,5 @@ SRC_URI += "file://installtests.patch \
file://GNU_SOURCE_definition.patch \
"
-SRC_URI[md5sum] = "9765919c28d4a54887576db3680137cc"
-SRC_URI[sha256sum] = "e4ea39a901d4a8e59064f10f413bb037dad7790f7c16a5986e7cc1453b36488f"
+SRC_URI[md5sum] = "9a299e021d81bab6c82307582c78319d"
+SRC_URI[sha256sum] = "386b17388980504bca16ede81ceed4c77b12c3488f46ecb7f4d48e48512a733d"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 4/9] lsof: upgrade to 4.86
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (2 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 3/9] libdrm: upgrade to 2.4.39 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 5/9] man-pages: upgrade to 3.42 Constantin Musca
` (5 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
License checksum change due to the modification of the pre-compiled
binaries section (no change in the license part).
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../lsof/{lsof_4.85.bb => lsof_4.86.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-extended/lsof/{lsof_4.85.bb => lsof_4.86.bb} (88%)
diff --git a/meta/recipes-extended/lsof/lsof_4.85.bb b/meta/recipes-extended/lsof/lsof_4.86.bb
similarity index 88%
rename from meta/recipes-extended/lsof/lsof_4.85.bb
rename to meta/recipes-extended/lsof/lsof_4.86.bb
index de7ff68..e3f5ef3 100644
--- a/meta/recipes-extended/lsof/lsof_4.85.bb
+++ b/meta/recipes-extended/lsof/lsof_4.86.bb
@@ -3,17 +3,17 @@ DESCRIPTION = "Lsof is a Unix-specific diagnostic tool. \
Its name stands for LiSt Open Files, and it does just that."
SECTION = "devel"
LICENSE = "BSD"
-PR = "r2"
+PR = "r0"
SRC_URI = "ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_${PV}.tar.bz2"
-SRC_URI[md5sum] = "102ee2081172bbe76dccaa6cceda8573"
-SRC_URI[sha256sum] = "49aa58e63539c45bada514a6a2e5a1c9f946ada1f4137dc9154cf4bf6054a1c1"
+SRC_URI[md5sum] = "9f1cda41f35add068c7b81f873fa56b5"
+SRC_URI[sha256sum] = "13e52b8e87dddf1b2e219004e315d755c659217ce6ffc6a5f1102969f1c4dd0c"
LOCALSRC = "file://${WORKDIR}/lsof_${PV}/lsof_${PV}_src.tar"
S = "${WORKDIR}/lsof_${PV}_src"
-LIC_FILES_CHKSUM = "file://${S}/00README;beginline=645;endline=679;md5=e0108f7811919035515a97f872eb8ee2"
+LIC_FILES_CHKSUM = "file://${S}/00README;beginline=645;endline=679;md5=964df275d26429ba3b39dbb9f205172a"
python do_unpack () {
bb.build.exec_func('base_do_unpack', d)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 5/9] man-pages: upgrade to 3.42
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (3 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 4/9] lsof: upgrade to 4.86 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 6/9] telepathy-glib: upgrade to 0.19.8 Constantin Musca
` (4 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../{man-pages_3.41.bb => man-pages_3.42.bb} | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/man-pages/{man-pages_3.41.bb => man-pages_3.42.bb} (81%)
diff --git a/meta/recipes-extended/man-pages/man-pages_3.41.bb b/meta/recipes-extended/man-pages/man-pages_3.42.bb
similarity index 81%
rename from meta/recipes-extended/man-pages/man-pages_3.41.bb
rename to meta/recipes-extended/man-pages/man-pages_3.42.bb
index f6a399a..c96067d 100644
--- a/meta/recipes-extended/man-pages/man-pages_3.41.bb
+++ b/meta/recipes-extended/man-pages/man-pages_3.42.bb
@@ -3,13 +3,13 @@ DESCRIPTION = "The Linux man-pages project documents the Linux kernel and C libr
SECTION = "console/utils"
HOMEPAGE = "http://www.kernel.org/pub/linux/docs/man-pages"
LICENSE = "GPLv2+"
-PR = "r1"
+PR = "r0"
LIC_FILES_CHKSUM = "file://README;md5=0422377a748010b2b738342e24f141c1"
SRC_URI = "${KERNELORG_MIRROR}/linux/docs/${BPN}/Archive/${BP}.tar.gz"
-SRC_URI[md5sum] = "ee8412e72dc79f3c62573add29954b26"
-SRC_URI[sha256sum] = "13f08bf1bb7429cd7208acd41250f36fb6b2e12ab9f86f7e8fa8c67af142d81d"
+SRC_URI[md5sum] = "cc8f73ecd8a123ceb7a8670daa91ee6c"
+SRC_URI[sha256sum] = "e366548e907776780d8558d9ab2918d49c28b7f9f926a4bdbe8559cc27165a1d"
RDEPENDS_${PN} = "man"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 6/9] telepathy-glib: upgrade to 0.19.8
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (4 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 5/9] man-pages: upgrade to 3.42 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 7/9] freetype: upgrade to 2.4.10 Constantin Musca
` (3 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
...thy-glib_0.19.6.bb => telepathy-glib_0.19.8.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.6.bb => telepathy-glib_0.19.8.bb} (80%)
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
similarity index 80%
rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb
rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
index 37be67c..2b072bb 100644
--- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.6.bb
+++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.8.bb
@@ -7,8 +7,8 @@ PR = "r0"
SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "5fa6ecdb3f2b2a18d9a707e5d09fa8c7"
-SRC_URI[sha256sum] = "9fdb1260f4df7a89ff5245ffa72c0331f77affd2cd58cca3714bcfaa5bf473a8"
+SRC_URI[md5sum] = "ffd0953953981473fcd9c373ccb9e882"
+SRC_URI[sha256sum] = "581682a937ee33bd4ce01e17d09b338155a79dff44925b988b0701fdbee50b20"
LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 7/9] freetype: upgrade to 2.4.10
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (5 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 6/9] telepathy-glib: upgrade to 0.19.8 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 8/9] puzzles: upgrade to r9594 Constantin Musca
` (2 subsequent siblings)
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../no-hardcode.patch | 0
.../{freetype_2.4.9.bb => freetype_2.4.10.bb} | 6 +++---
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-graphics/freetype/{freetype-2.4.9 => freetype-2.4.10}/no-hardcode.patch (100%)
rename meta/recipes-graphics/freetype/{freetype_2.4.9.bb => freetype_2.4.10.bb} (90%)
diff --git a/meta/recipes-graphics/freetype/freetype-2.4.9/no-hardcode.patch b/meta/recipes-graphics/freetype/freetype-2.4.10/no-hardcode.patch
similarity index 100%
rename from meta/recipes-graphics/freetype/freetype-2.4.9/no-hardcode.patch
rename to meta/recipes-graphics/freetype/freetype-2.4.10/no-hardcode.patch
diff --git a/meta/recipes-graphics/freetype/freetype_2.4.9.bb b/meta/recipes-graphics/freetype/freetype_2.4.10.bb
similarity index 90%
rename from meta/recipes-graphics/freetype/freetype_2.4.9.bb
rename to meta/recipes-graphics/freetype/freetype_2.4.10.bb
index 199a529..cf2a78e 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.9.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.4.10.bb
@@ -13,13 +13,13 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=28d5381b1bef2649c59f20c20bae4f39
SECTION = "libs"
-PR = "r1"
+PR = "r0"
SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
file://no-hardcode.patch"
-SRC_URI[md5sum] = "77a893dae81fd5b896632715ca041179"
-SRC_URI[sha256sum] = "c4204ac1d48e99d4375a2f32bf4f3f92780a9d9f015e64e57e852f6c004859b9"
+SRC_URI[md5sum] = "13286702e9390a91661f980608adaff1"
+SRC_URI[sha256sum] = "0c8e242c33c45928de560d7d595db06feb41d1b22167e37260ceabe72f9e992f"
S = "${WORKDIR}/freetype-${PV}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [PATCH 8/9] puzzles: upgrade to r9594
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (6 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 7/9] freetype: upgrade to 2.4.10 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-03 15:45 ` [PATCH 9/9] iproute2: upgrade to 3.5.1 Constantin Musca
2012-09-04 12:40 ` [PATCH 0/9] Package upgrades Richard Purdie
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../puzzles/{puzzles_r9561.bb => puzzles_r9594.bb} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename meta/recipes-sato/puzzles/{puzzles_r9561.bb => puzzles_r9594.bb} (100%)
diff --git a/meta/recipes-sato/puzzles/puzzles_r9561.bb b/meta/recipes-sato/puzzles/puzzles_r9594.bb
similarity index 100%
rename from meta/recipes-sato/puzzles/puzzles_r9561.bb
rename to meta/recipes-sato/puzzles/puzzles_r9594.bb
--
1.7.9.5
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 9/9] iproute2: upgrade to 3.5.1
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (7 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 8/9] puzzles: upgrade to r9594 Constantin Musca
@ 2012-09-03 15:45 ` Constantin Musca
2012-09-04 12:40 ` [PATCH 0/9] Package upgrades Richard Purdie
9 siblings, 0 replies; 12+ messages in thread
From: Constantin Musca @ 2012-09-03 15:45 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
---
.../configure-cross.patch | 0
.../{iproute2_3.5.0.bb => iproute2_3.5.1.bb} | 4 ++--
2 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-connectivity/iproute2/{iproute2-3.5.0 => iproute2-3.5.1}/configure-cross.patch (100%)
rename meta/recipes-connectivity/iproute2/{iproute2_3.5.0.bb => iproute2_3.5.1.bb} (51%)
diff --git a/meta/recipes-connectivity/iproute2/iproute2-3.5.0/configure-cross.patch b/meta/recipes-connectivity/iproute2/iproute2-3.5.1/configure-cross.patch
similarity index 100%
rename from meta/recipes-connectivity/iproute2/iproute2-3.5.0/configure-cross.patch
rename to meta/recipes-connectivity/iproute2/iproute2-3.5.1/configure-cross.patch
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.5.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.5.1.bb
similarity index 51%
rename from meta/recipes-connectivity/iproute2/iproute2_3.5.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.5.1.bb
index 1e8b073..fc7292e 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.5.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.5.1.bb
@@ -5,5 +5,5 @@ PR = "r0"
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
file://configure-cross.patch"
-SRC_URI[md5sum] = "ab1fc3512c852ba0a929f6e589804e78"
-SRC_URI[sha256sum] = "ea885642b1d9f8c843a325b85926a75bd36fb4801b37c7707cbd397fb120aa3d"
+SRC_URI[md5sum] = "d4425b44edd5eacd6099e672e4baacbf"
+SRC_URI[sha256sum] = "36f2674e5436289f3ccfb0a58707aca9dcfa295d06afc36d2117674508f5ef72"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 12+ messages in thread
* Re: [PATCH 0/9] Package upgrades
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
` (8 preceding siblings ...)
2012-09-03 15:45 ` [PATCH 9/9] iproute2: upgrade to 3.5.1 Constantin Musca
@ 2012-09-04 12:40 ` Richard Purdie
9 siblings, 0 replies; 12+ messages in thread
From: Richard Purdie @ 2012-09-04 12:40 UTC (permalink / raw)
To: Constantin Musca; +Cc: openembedded-core
On Mon, 2012-09-03 at 18:45 +0300, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures and
> tested using core-image-sato.
> The following changes since commit 37c8597e7600385367257e8a513e003947ebef5b:
>
> distro-tracking: remove xserver-kdrive (2012-09-02 05:52:16 -0700)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades
>
> Constantin Musca (9):
> automake: upgrade to 1.12.3
> gypsy: upgrade to 0.9
> libdrm: upgrade to 2.4.39
> lsof: upgrade to 4.86
> man-pages: upgrade to 3.42
> telepathy-glib: upgrade to 0.19.8
> freetype: upgrade to 2.4.10
> puzzles: upgrade to r9594
> iproute2: upgrade to 3.5.1
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 0/9] package upgrades
@ 2013-11-25 13:50 Laurentiu Palcu
0 siblings, 0 replies; 12+ messages in thread
From: Laurentiu Palcu @ 2013-11-25 13:50 UTC (permalink / raw)
To: openembedded-core
This patch set contains only package upgrades. Each package has been compiled
on all architectures successfully and basic functionality tests were done in
core-image-sato for qemux86.
Also, at Ross's sugestion, the xcb related recipes were moved to xorg-proto and
xorg-lib directories.
Laurentiu
The following changes since commit 0aef540dd8866c5d76dd1edd8936343258935c47:
bitbake: fetch2: Correct a few calls to latest_revision() (2013-11-25 13:02:27 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades
Laurentiu Palcu (8):
xtrans: upgrade to 1.3.2
python-setuptools: upgrade to 1.4
tar: upgrade to 1.27.1
powertop: upgrade to 2.5
libdrm: upgrade to 2.4.49
xproto: upgrade to 7.0.25
xcb-proto: upgrade to 1.9
libxcb: upgrade to 1.9.3
Upgrade Helper (1):
git: upgrade to 1.8.4.4
.../git/{git_1.8.4.2.bb => git_1.8.4.4.bb} | 4 +--
...etuptools_1.1.7.bb => python-setuptools_1.4.bb} | 4 +--
...ve_1.27.bb => tar-replacement-native_1.27.1.bb} | 0
.../tar/{tar-1.27 => tar}/remove-gets.patch | 0
.../tar/{tar_1.27.bb => tar_1.27.1.bb} | 4 +--
.../drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb} | 4 +--
.../xcb/libxcb/automake_1.14_fix.patch | 27 --------------------
.../{xcb => xorg-lib}/libpthread-stubs_0.3.bb | 0
meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc | 4 ++-
.../{xcb => xorg-lib}/libxcb/xcbincludedir.patch | 0
.../libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb} | 5 ++--
.../{xcb => xorg-lib}/libxcb_git.bb | 0
.../{xcb => xorg-lib}/xcb-util-image_0.3.9.bb | 0
.../{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb | 0
.../{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb | 0
.../{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb | 0
.../{xcb => xorg-lib}/xcb-util.inc | 0
.../{xcb => xorg-lib}/xcb-util_0.3.9.bb | 0
.../xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb} | 4 +--
.../{xcb => xorg-proto}/xcb-proto.inc | 0
.../xcb-proto_1.9.bb} | 4 +--
.../{xcb => xorg-proto}/xcb-proto_git.bb | 0
.../{xproto_7.0.24.bb => xproto_7.0.25.bb} | 4 +--
.../powertop/{powertop_2.4.bb => powertop_2.5.bb} | 4 +--
24 files changed, 21 insertions(+), 47 deletions(-)
rename meta/recipes-devtools/git/{git_1.8.4.2.bb => git_1.8.4.4.bb} (67%)
rename meta/recipes-devtools/python/{python-setuptools_1.1.7.bb => python-setuptools_1.4.bb} (86%)
rename meta/recipes-extended/tar/{tar-replacement-native_1.27.bb => tar-replacement-native_1.27.1.bb} (100%)
rename meta/recipes-extended/tar/{tar-1.27 => tar}/remove-gets.patch (100%)
rename meta/recipes-extended/tar/{tar_1.27.bb => tar_1.27.1.bb} (53%)
rename meta/recipes-graphics/drm/{libdrm_2.4.47.bb => libdrm_2.4.49.bb} (46%)
delete mode 100644 meta/recipes-graphics/xcb/libxcb/automake_1.14_fix.patch
rename meta/recipes-graphics/{xcb => xorg-lib}/libpthread-stubs_0.3.bb (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb.inc (94%)
rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb/xcbincludedir.patch (100%)
rename meta/recipes-graphics/{xcb/libxcb_1.9.1.bb => xorg-lib/libxcb_1.9.3.bb} (47%)
rename meta/recipes-graphics/{xcb => xorg-lib}/libxcb_git.bb (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-image_0.3.9.bb (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-keysyms_0.3.9.bb (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-renderutil_0.3.8.bb (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util-wm_0.3.9.bb (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util.inc (100%)
rename meta/recipes-graphics/{xcb => xorg-lib}/xcb-util_0.3.9.bb (100%)
rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.0.bb => xtrans_1.3.2.bb} (82%)
rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto.inc (100%)
rename meta/recipes-graphics/{xcb/xcb-proto_1.8.bb => xorg-proto/xcb-proto_1.9.bb} (60%)
rename meta/recipes-graphics/{xcb => xorg-proto}/xcb-proto_git.bb (100%)
rename meta/recipes-graphics/xorg-proto/{xproto_7.0.24.bb => xproto_7.0.25.bb} (74%)
rename meta/recipes-kernel/powertop/{powertop_2.4.bb => powertop_2.5.bb} (87%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2013-11-25 13:51 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03 15:45 [PATCH 0/9] Package upgrades Constantin Musca
2012-09-03 15:45 ` [PATCH 1/9] automake: upgrade to 1.12.3 Constantin Musca
2012-09-03 15:45 ` [PATCH 2/9] gypsy: upgrade to 0.9 Constantin Musca
2012-09-03 15:45 ` [PATCH 3/9] libdrm: upgrade to 2.4.39 Constantin Musca
2012-09-03 15:45 ` [PATCH 4/9] lsof: upgrade to 4.86 Constantin Musca
2012-09-03 15:45 ` [PATCH 5/9] man-pages: upgrade to 3.42 Constantin Musca
2012-09-03 15:45 ` [PATCH 6/9] telepathy-glib: upgrade to 0.19.8 Constantin Musca
2012-09-03 15:45 ` [PATCH 7/9] freetype: upgrade to 2.4.10 Constantin Musca
2012-09-03 15:45 ` [PATCH 8/9] puzzles: upgrade to r9594 Constantin Musca
2012-09-03 15:45 ` [PATCH 9/9] iproute2: upgrade to 3.5.1 Constantin Musca
2012-09-04 12:40 ` [PATCH 0/9] Package upgrades Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2013-11-25 13:50 [PATCH 0/9] package upgrades Laurentiu Palcu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox