* [PATCH 00/12] Package upgrades
@ 2013-06-28 15:53 Ionut Radu
0 siblings, 0 replies; 18+ messages in thread
From: Ionut Radu @ 2013-06-28 15:53 UTC (permalink / raw)
To: openembedded-core
* Tested on core-image-sato on all architectures (x86, x86-64, ppc, mips, arm)
* apt: tested on core-image-minimal (with apt installed)
* libxext: LIC_FILES_CHKSUM was changed because the line "Copyright (c) 1999, 2005, 2006, Oracle and/or its affiliates. All rights reserved."
in COPYING file was changed into "Copyright (c) 1999, 2005, 2006, 2013, Oracle and/or its affiliates. All rights reserved." in 1.3.2
* libxtst: LIC_FILES_CHKSUM was changed because the following lines have been added in COPYING file:
"Copyright © 1992 by UniSoft Group Ltd."
"Copyright © 1992, 1994, 1995 X Consortium"
"Copyright 1994 Network Computing Devices, Inc."
* gpgme: LIC_FILES_CHKSUM was changed because the line "File: @configure_input@ */" was replace by
"Generated from gpgme.h.in for @GPGME_CONFIG_HOST@. */" in gpgme.h.in
The following changes since commit 8e9501ffa8726d69412d669580d787ffedb88d34:
populate_sdk_base, adt_installer: abort install if path contains spaces (2013-06-25 17:59:17 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ionutx/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work
Ionut Radu (12):
libxext: Update from 1.3.1 to 1.3.2
libxcursor: Update from 1.1.13 to 1.1.14
libxinerama: Updated from 1.1.2 to 1.1.3
libxau: Updated from 1.0.7 to 1.0.8
libxres: Updated from 1.0.6 to 1.0.7
libxv: Updated from 1.0.7 to 1.0.8
libxtst: Updated from 1.2.1 to 1.2.2
libxxf86vm: Updated from 1.1.2 to 1.1.3
libxfixes: Updated from 5.0 to 5.0.1
libxcb: Updated from 1.9 to 1.9.1
apt: Updated from 0.9.8.1 to 0.9.8.2
gpgme: Updated from 1.4.1 to 1.4.2
.../disable-configure-in-makefile.patch | 0
.../fix-gcc-4.6-null-not-defined.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/makerace.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-ko-translation.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-nls-dpkg.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/noconfigure.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/nodoc.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/truncate-filename.patch | 0
.../apt/{apt-0.9.8.1 => apt-0.9.8.2}/use-host.patch | 0
.../apt/{apt-native_0.9.8.1.bb => apt-native_0.9.8.2.bb} | 0
meta/recipes-devtools/apt/{apt_0.9.8.1.bb => apt_0.9.8.2.bb} | 4 ++--
meta/recipes-graphics/xcb/{libxcb_1.9.bb => libxcb_1.9.1.bb} | 4 ++--
.../xorg-lib/{libxau_1.0.7.bb => libxau_1.0.8.bb} | 5 ++---
.../xorg-lib/{libxcursor_1.1.13.bb => libxcursor_1.1.14.bb} | 5 ++---
.../xorg-lib/{libxext_1.3.1.bb => libxext_1.3.2.bb} | 7 +++----
.../xorg-lib/{libxfixes_5.0.bb => libxfixes_5.0.1.bb} | 4 ++--
.../xorg-lib/{libxinerama_1.1.2.bb => libxinerama_1.1.3.bb} | 4 ++--
.../xorg-lib/{libxres_1.0.6.bb => libxres_1.0.7.bb} | 4 ++--
.../xorg-lib/{libxtst_1.2.1.bb => libxtst_1.2.2.bb} | 6 +++---
.../xorg-lib/{libxv_1.0.7.bb => libxv_1.0.8.bb} | 4 ++--
.../xorg-lib/{libxxf86vm_1.1.2.bb => libxxf86vm_1.1.3.bb} | 4 ++--
.../{gpgme-1.4.1 => gpgme-1.4.2}/disable_gpgconf_check.patch | 0
meta/recipes-support/gpgme/{gpgme_1.4.1.bb => gpgme_1.4.2.bb} | 6 +++---
23 files changed, 27 insertions(+), 30 deletions(-)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/disable-configure-in-makefile.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/fix-gcc-4.6-null-not-defined.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/makerace.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-ko-translation.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/no-nls-dpkg.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/noconfigure.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/nodoc.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/truncate-filename.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.1 => apt-0.9.8.2}/use-host.patch (100%)
rename meta/recipes-devtools/apt/{apt-native_0.9.8.1.bb => apt-native_0.9.8.2.bb} (100%)
rename meta/recipes-devtools/apt/{apt_0.9.8.1.bb => apt_0.9.8.2.bb} (74%)
rename meta/recipes-graphics/xcb/{libxcb_1.9.bb => libxcb_1.9.1.bb} (55%)
rename meta/recipes-graphics/xorg-lib/{libxau_1.0.7.bb => libxau_1.0.8.bb} (75%)
rename meta/recipes-graphics/xorg-lib/{libxcursor_1.1.13.bb => libxcursor_1.1.14.bb} (79%)
rename meta/recipes-graphics/xorg-lib/{libxext_1.3.1.bb => libxext_1.3.2.bb} (75%)
rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.bb => libxfixes_5.0.1.bb} (79%)
rename meta/recipes-graphics/xorg-lib/{libxinerama_1.1.2.bb => libxinerama_1.1.3.bb} (80%)
rename meta/recipes-graphics/xorg-lib/{libxres_1.0.6.bb => libxres_1.0.7.bb} (77%)
rename meta/recipes-graphics/xorg-lib/{libxtst_1.2.1.bb => libxtst_1.2.2.bb} (68%)
rename meta/recipes-graphics/xorg-lib/{libxv_1.0.7.bb => libxv_1.0.8.bb} (78%)
rename meta/recipes-graphics/xorg-lib/{libxxf86vm_1.1.2.bb => libxxf86vm_1.1.3.bb} (78%)
rename meta/recipes-support/gpgme/{gpgme-1.4.1 => gpgme-1.4.2}/disable_gpgconf_check.patch (100%)
rename meta/recipes-support/gpgme/{gpgme_1.4.1.bb => gpgme_1.4.2.bb} (83%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 00/12] package upgrades
@ 2014-04-29 13:29 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 01/12] xf86-input-synaptics: upgrade to 1.7.4 Laurentiu Palcu
` (11 more replies)
0 siblings, 12 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
The packages were individually compiled for x86, x86-64, arm, mips, ppc, then
fired the AB nightlies for the mentioned archs. Basic sanity tests, apart from
the AB ones, were performed on a core-image-sato image for qemux86. Builds
finished successfully and no issues were spotted during tests.
laurentiu
The following changes since commit 183dac4036cb73ad6cc620002b0044d3484a398d:
bitbake: Revert "fetch2: Cleanup file checksum generation" (2014-04-28 12:54:06 +0100)
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 (12):
xf86-input-synaptics: upgrade to 1.7.4
libdrm: upgrade to 2.4.53
xserver-xorg: upgrade to 1.15.1
python-pygobject: upgrade to 2.28.3
gdb: upgrade to 7.7
xproto: upgrade to 7.0.26
xrandr: upgrade to 1.4.2
xtrans: upgrade to 1.3.4
kexec-tools: upgrade to 2.0.6
nasm: upgrade to 2.11.02
xauth: upgrade to 1.0.9
fontconfig: upgrade to 2.11.1
.../gdb/{gdb-7.6.2.inc => gdb-7.7.inc} | 6 ++--
...canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} | 0
.../gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} | 0
.../gdb-fix-cygwin-check-in-configure-script.patch | 38 --------------------
.../gdb/{gdb_7.6.2.bb => gdb_7.7.bb} | 0
.../nasm/{nasm_2.11.bb => nasm_2.11.02.bb} | 4 +--
...bject_2.27.91.bb => python-pygobject_2.28.3.bb} | 5 ++-
.../drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} | 4 +--
.../fontconfig/fontconfig/sysroot-arg.patch | 32 -----------------
.../{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} | 8 ++---
.../xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} | 4 +--
.../xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} | 4 +--
...tics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} | 4 +--
.../xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} | 4 +--
.../{xproto_7.0.25.bb => xproto_7.0.26.bb} | 4 +--
...erver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} | 4 +--
.../{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} | 4 +--
17 files changed, 26 insertions(+), 99 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-7.6.2.inc => gdb-7.7.inc} (61%)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} (100%)
delete mode 100644 meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
rename meta/recipes-devtools/gdb/{gdb_7.6.2.bb => gdb_7.7.bb} (100%)
rename meta/recipes-devtools/nasm/{nasm_2.11.bb => nasm_2.11.02.bb} (81%)
rename meta/recipes-devtools/python/{python-pygobject_2.27.91.bb => python-pygobject_2.28.3.bb} (87%)
rename meta/recipes-graphics/drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} (46%)
delete mode 100644 meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch
rename meta/recipes-graphics/fontconfig/{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} (83%)
rename meta/recipes-graphics/xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} (68%)
rename meta/recipes-graphics/xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} (72%)
rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} (81%)
rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} (82%)
rename meta/recipes-graphics/xorg-proto/{xproto_7.0.25.bb => xproto_7.0.26.bb} (74%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} (88%)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} (57%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 18+ messages in thread
* [PATCH 01/12] xf86-input-synaptics: upgrade to 1.7.4
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 02/12] libdrm: upgrade to 2.4.53 Laurentiu Palcu
` (10 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
...tics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.7.3.bb => xf86-input-synaptics_1.7.4.bb} (81%)
diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.3.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.4.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.3.bb
rename to meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.4.bb
index 89ae45c..8045790 100644
--- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.3.bb
+++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.7.4.bb
@@ -12,8 +12,8 @@ advanced features of the touchpad to become available."
LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398"
-SRC_URI[md5sum] = "74c83e6cb53a0e15bcbe7cc73d63d2a1"
-SRC_URI[sha256sum] = "8b2a972043961195d056b84346317ec42bfa029095c9ee7aaf6deceba12e32d5"
+SRC_URI[md5sum] = "deaa740072c19fef8e2fb1d7787392b7"
+SRC_URI[sha256sum] = "56a2d2df7bd39e29f56102c62f153e023f3e9b2f5e255309d33fab8e81945af7"
DEPENDS += "libxi mtdev libxtst"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 02/12] libdrm: upgrade to 2.4.53
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 01/12] xf86-input-synaptics: upgrade to 1.7.4 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 03/12] xserver-xorg: upgrade to 1.15.1 Laurentiu Palcu
` (9 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.52.bb => libdrm_2.4.53.bb} (46%)
diff --git a/meta/recipes-graphics/drm/libdrm_2.4.52.bb b/meta/recipes-graphics/drm/libdrm_2.4.53.bb
similarity index 46%
rename from meta/recipes-graphics/drm/libdrm_2.4.52.bb
rename to meta/recipes-graphics/drm/libdrm_2.4.53.bb
index 75b1846..323bef5 100644
--- a/meta/recipes-graphics/drm/libdrm_2.4.52.bb
+++ b/meta/recipes-graphics/drm/libdrm_2.4.53.bb
@@ -3,6 +3,6 @@ require libdrm.inc
SRC_URI += "file://installtests.patch \
file://GNU_SOURCE_definition.patch \
"
-SRC_URI[md5sum] = "01b75624a5da3a7543923e54c3547a24"
-SRC_URI[sha256sum] = "fa693c2f1f61befcefbdcc396673e38481110bac9db610afa4b8afb2be0218c1"
+SRC_URI[md5sum] = "342886a137ddd9ed4341675d132388ad"
+SRC_URI[sha256sum] = "1b0c28fd2f2b92d2df0a73d1aed88f43cb0dee1267aea6bc52ccb5fca5757a08"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 03/12] xserver-xorg: upgrade to 1.15.1
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 01/12] xf86-input-synaptics: upgrade to 1.7.4 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 02/12] libdrm: upgrade to 2.4.53 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 04/12] python-pygobject: upgrade to 2.28.3 Laurentiu Palcu
` (8 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
...erver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.15.0.bb => xserver-xorg_1.15.1.bb} (88%)
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.0.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb
similarity index 88%
rename from meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.0.bb
rename to meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb
index 1f9fa04..6a4168e 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.0.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_1.15.1.bb
@@ -8,8 +8,8 @@ SRC_URI += "file://crosscompile.patch \
file://xorg-CVE-2013-6424.patch \
"
-SRC_URI[md5sum] = "c2ace3697b32414094cf8c597c39d7d9"
-SRC_URI[sha256sum] = "613b2f2e7ee2a06d2f8e862c836dc70d319c52f1537749e027398f40086aabb8"
+SRC_URI[md5sum] = "e4c70262ed89764be8f8f5d699ed9227"
+SRC_URI[sha256sum] = "626db6882602ebe1ff81f7a4231c7ccc6ceb5032f2b5b3954bf749e1567221e2"
# These extensions are now integrated into the server, so declare the migration
# path for in-place upgrades.
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 04/12] python-pygobject: upgrade to 2.28.3
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (2 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 03/12] xserver-xorg: upgrade to 1.15.1 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 05/12] gdb: upgrade to 7.7 Laurentiu Palcu
` (7 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
...bject_2.27.91.bb => python-pygobject_2.28.3.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta/recipes-devtools/python/{python-pygobject_2.27.91.bb => python-pygobject_2.28.3.bb} (87%)
diff --git a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
similarity index 87%
rename from meta/recipes-devtools/python/python-pygobject_2.27.91.bb
rename to meta/recipes-devtools/python/python-pygobject_2.28.3.bb
index 49ee108..9dbe47c 100644
--- a/meta/recipes-devtools/python/python-pygobject_2.27.91.bb
+++ b/meta/recipes-devtools/python/python-pygobject_2.28.3.bb
@@ -5,7 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a916467b91076e631dd8edb7424769c7"
DEPENDS = "python python-pygobject-native glib-2.0"
DEPENDS_class-native = "python-native glib-2.0-native"
RDEPENDS_class-native = ""
-PR = "r6"
MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
@@ -13,8 +12,8 @@ SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
file://obsolete_automake_macros.patch \
"
-SRC_URI[md5sum] = "2b11a3050264721aac83188224b093a8"
-SRC_URI[sha256sum] = "a1dffbe2a8e0d490594554ed8d06f0ee4a371acb6c210e7f35158e9ae77e0df4"
+SRC_URI[md5sum] = "aa64900b274c4661a5c32e52922977f9"
+SRC_URI[sha256sum] = "7da88c169a56efccc516cebd9237da3fe518a343095a664607b368fe21df95b6"
S = "${WORKDIR}/pygobject-${PV}"
FILESPATH = "${FILE_DIRNAME}/python-pygobject:${FILE_DIRNAME}/files"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 05/12] gdb: upgrade to 7.7
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (3 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 04/12] python-pygobject: upgrade to 2.28.3 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 06/12] xproto: upgrade to 7.0.26 Laurentiu Palcu
` (6 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Removed the following patch(es):
* gdb-fix-cygwin-check-in-configure-script.patch (changes included in release)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../gdb/{gdb-7.6.2.inc => gdb-7.7.inc} | 6 ++--
...canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} | 0
.../gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} | 0
.../gdb-fix-cygwin-check-in-configure-script.patch | 38 --------------------
.../gdb/{gdb_7.6.2.bb => gdb_7.7.bb} | 0
5 files changed, 2 insertions(+), 42 deletions(-)
rename meta/recipes-devtools/gdb/{gdb-7.6.2.inc => gdb-7.7.inc} (61%)
rename meta/recipes-devtools/gdb/{gdb-cross-canadian_7.6.2.bb => gdb-cross-canadian_7.7.bb} (100%)
rename meta/recipes-devtools/gdb/{gdb-cross_7.6.2.bb => gdb-cross_7.7.bb} (100%)
delete mode 100644 meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
rename meta/recipes-devtools/gdb/{gdb_7.6.2.bb => gdb_7.7.bb} (100%)
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.2.inc b/meta/recipes-devtools/gdb/gdb-7.7.inc
similarity index 61%
rename from meta/recipes-devtools/gdb/gdb-7.6.2.inc
rename to meta/recipes-devtools/gdb/gdb-7.7.inc
index ea69b39..62adcaa 100644
--- a/meta/recipes-devtools/gdb/gdb-7.6.2.inc
+++ b/meta/recipes-devtools/gdb/gdb-7.7.inc
@@ -4,9 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \
file://COPYING.LIB;md5=9f604d8a4f8e74f4f5140845a21b6674"
-SRC_URI += " file://gdb-fix-cygwin-check-in-configure-script.patch "
-
S = "${WORKDIR}/${BPN}-${PV}"
-SRC_URI[md5sum] = "9ebf09fa76e4ca6034157086e9b20348"
-SRC_URI[sha256sum] = "17f7bcda1b24336aadcb1c5e703c355551e59467e221c6f4353b720dffad73a7"
+SRC_URI[md5sum] = "40051ff95b39bd57b14b1809e2c16152"
+SRC_URI[sha256sum] = "8814d98c2733639cb602b6ecd8d69e02498017e02b5724c9451c285b0e9ee173"
diff --git a/meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb b/meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross-canadian_7.6.2.bb
rename to meta/recipes-devtools/gdb/gdb-cross-canadian_7.7.bb
diff --git a/meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb b/meta/recipes-devtools/gdb/gdb-cross_7.7.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb-cross_7.6.2.bb
rename to meta/recipes-devtools/gdb/gdb-cross_7.7.bb
diff --git a/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch b/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
deleted file mode 100644
index 4e4647b..0000000
--- a/meta/recipes-devtools/gdb/gdb/gdb-fix-cygwin-check-in-configure-script.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-Avoid false positives if the search pattern "lose" is found in path
-descriptions in comments generated by the preprocessor.
-
-See <https://sourceware.org/bugzilla/show_bug.cgi?id=16152>.
----
- gdb/configure | 2 +-
- gdb/configure.ac | 2 +-
- 3 files changed, 7 insertions(+), 2 deletions(-)
-
-diff --git a/gdb/configure b/gdb/configure
-index 5514b2f..b38e183 100755
---- a/gdb/configure
-+++ b/gdb/configure
-@@ -12446,7 +12446,7 @@ lose
- #endif
- _ACEOF
- if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-- $EGREP "lose" >/dev/null 2>&1; then :
-+ $EGREP "^lose$" >/dev/null 2>&1; then :
- gdb_cv_os_cygwin=yes
- else
- gdb_cv_os_cygwin=no
-diff --git a/gdb/configure.ac b/gdb/configure.ac
-index 9b73887..2947293 100644
---- a/gdb/configure.ac
-+++ b/gdb/configure.ac
-@@ -1877,7 +1877,7 @@ AC_SUBST(WERROR_CFLAGS)
-
- # In the Cygwin environment, we need some additional flags.
- AC_CACHE_CHECK([for cygwin], gdb_cv_os_cygwin,
--[AC_EGREP_CPP(lose, [
-+[AC_EGREP_CPP(^lose$, [
- #if defined (__CYGWIN__) || defined (__CYGWIN32__)
- lose
- #endif],[gdb_cv_os_cygwin=yes],[gdb_cv_os_cygwin=no])])
---
-1.8.4
-
diff --git a/meta/recipes-devtools/gdb/gdb_7.6.2.bb b/meta/recipes-devtools/gdb/gdb_7.7.bb
similarity index 100%
rename from meta/recipes-devtools/gdb/gdb_7.6.2.bb
rename to meta/recipes-devtools/gdb/gdb_7.7.bb
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 06/12] xproto: upgrade to 7.0.26
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (4 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 05/12] gdb: upgrade to 7.7 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 07/12] xrandr: upgrade to 1.4.2 Laurentiu Palcu
` (5 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../{xproto_7.0.25.bb => xproto_7.0.26.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-proto/{xproto_7.0.25.bb => xproto_7.0.26.bb} (74%)
diff --git a/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb b/meta/recipes-graphics/xorg-proto/xproto_7.0.26.bb
similarity index 74%
rename from meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb
rename to meta/recipes-graphics/xorg-proto/xproto_7.0.26.bb
index cf24125..0d591dc 100644
--- a/meta/recipes-graphics/xorg-proto/xproto_7.0.25.bb
+++ b/meta/recipes-graphics/xorg-proto/xproto_7.0.26.bb
@@ -15,6 +15,6 @@ SRC_URI += "file://xproto_fix_for_x32.patch"
EXTRA_OECONF_append = " --enable-specs=no"
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[md5sum] = "28311ef4edbbbf89f617a7f8a2e5648f"
-SRC_URI[sha256sum] = "92247485dc4ffc3611384ba84136591923da857212a7dc29f4ad7797e13909fe"
+SRC_URI[md5sum] = "4dc2464bfeade23dab5de38da0f6b1b5"
+SRC_URI[sha256sum] = "636162c1759805a5a0114a369dffdeccb8af8c859ef6e1445f26a4e6e046514f"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 07/12] xrandr: upgrade to 1.4.2
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (5 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 06/12] xproto: upgrade to 7.0.26 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 08/12] xtrans: upgrade to 1.3.4 Laurentiu Palcu
` (4 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xrandr_1.4.1.bb => xrandr_1.4.2.bb} (72%)
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb b/meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb
similarity index 72%
rename from meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb
rename to meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb
index 6ca6863..84f01b0 100644
--- a/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb
+++ b/meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb
@@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
DEPENDS += "libxrandr libxrender"
PE = "1"
-SRC_URI[md5sum] = "52c3de0297bf45be6a189dc2e0515638"
-SRC_URI[sha256sum] = "67b554ab975652778bef587f86dab7fec8cb95dfd21c11d98a203dac5c241e50"
+SRC_URI[md5sum] = "78fd973d9b532106f8777a3449176148"
+SRC_URI[sha256sum] = "b2e76ee92ff827f1c52ded7c666fe6f2704ca81cdeef882397da4e3e8ab490bc"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 08/12] xtrans: upgrade to 1.3.4
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (6 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 07/12] xrandr: upgrade to 1.4.2 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 09/12] kexec-tools: upgrade to 2.0.6 Laurentiu Palcu
` (3 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-lib/{xtrans_1.3.3.bb => xtrans_1.3.4.bb} (82%)
diff --git a/meta/recipes-graphics/xorg-lib/xtrans_1.3.3.bb b/meta/recipes-graphics/xorg-lib/xtrans_1.3.4.bb
similarity index 82%
rename from meta/recipes-graphics/xorg-lib/xtrans_1.3.3.bb
rename to meta/recipes-graphics/xorg-lib/xtrans_1.3.4.bb
index 9895ea3..f2b8921 100644
--- a/meta/recipes-graphics/xorg-lib/xtrans_1.3.3.bb
+++ b/meta/recipes-graphics/xorg-lib/xtrans_1.3.4.bb
@@ -20,5 +20,5 @@ inherit gettext
BBCLASSEXTEND = "native nativesdk"
-SRC_URI[md5sum] = "2f14c31ab556fc91039f51a113b38aa2"
-SRC_URI[sha256sum] = "622db4adce224581a44fbe41321bbb0bdc0c78aec586ba83548f1f1c6e8a09bf"
+SRC_URI[md5sum] = "a615e17d9fee6f097fc3b716eacb3dca"
+SRC_URI[sha256sum] = "054d4ee3efd52508c753e9f7bc655ef185a29bd2850dd9e2fc2ccc33544f583a"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 09/12] kexec-tools: upgrade to 2.0.6
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (7 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 08/12] xtrans: upgrade to 1.3.4 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 10/12] nasm: upgrade to 2.11.02 Laurentiu Palcu
` (2 subsequent siblings)
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-kernel/kexec/{kexec-tools_2.0.4.bb => kexec-tools_2.0.6.bb} (57%)
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.4.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
similarity index 57%
rename from meta/recipes-kernel/kexec/kexec-tools_2.0.4.bb
rename to meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
index de44cf0..38a8947 100644
--- a/meta/recipes-kernel/kexec/kexec-tools_2.0.4.bb
+++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.6.bb
@@ -2,8 +2,8 @@ require kexec-tools.inc
export LDFLAGS = "-L${STAGING_LIBDIR}"
EXTRA_OECONF = " --with-zlib=yes"
-SRC_URI[md5sum] = "b9f2a3ba0ba9c78625ee7a50532500d8"
-SRC_URI[sha256sum] = "6ba1872c58434b8e92506ff515c7ef64555671af54097bae51b833bda3f5126c"
+SRC_URI[md5sum] = "c39ea40a7598e49b6dc961ee7de38f57"
+SRC_URI[sha256sum] = "a9c6cd9adc8c1c37b3272782f581cb8b4b4070d0e3e921a558a9083f68dcf29a"
PACKAGES =+ "kexec kdump"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 10/12] nasm: upgrade to 2.11.02
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (8 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 09/12] kexec-tools: upgrade to 2.0.6 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 11/12] xauth: upgrade to 1.0.9 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 12/12] fontconfig: upgrade to 2.11.1 Laurentiu Palcu
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../nasm/{nasm_2.11.bb => nasm_2.11.02.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-devtools/nasm/{nasm_2.11.bb => nasm_2.11.02.bb} (81%)
diff --git a/meta/recipes-devtools/nasm/nasm_2.11.bb b/meta/recipes-devtools/nasm/nasm_2.11.02.bb
similarity index 81%
rename from meta/recipes-devtools/nasm/nasm_2.11.bb
rename to meta/recipes-devtools/nasm/nasm_2.11.02.bb
index 5f4b953..db84ec5 100644
--- a/meta/recipes-devtools/nasm/nasm_2.11.bb
+++ b/meta/recipes-devtools/nasm/nasm_2.11.02.bb
@@ -6,8 +6,8 @@ COMPATIBLE_HOST = '(x86_64|i.86).*-(linux|freebsd.*)'
SRC_URI = "http://www.nasm.us/pub/nasm/releasebuilds/${PV}/nasm-${PV}.tar.bz2 "
-SRC_URI[md5sum] = "4cd558047ea5ed51fc2c7c94e249c7b8"
-SRC_URI[sha256sum] = "1ce7e897c67255a195367a60c739a90a0b33a4a73f058f7cda3253bcf975642b"
+SRC_URI[md5sum] = "3bbc8ed83115b8caf7931f35ec3bc5e0"
+SRC_URI[sha256sum] = "ece26b5ef565f94d19a72756d05965e424d2e5ca55f88b949852da70dd62f0e0"
inherit autotools-brokensep
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 11/12] xauth: upgrade to 1.0.9
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (9 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 10/12] nasm: upgrade to 2.11.02 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 12/12] fontconfig: upgrade to 2.11.1 Laurentiu Palcu
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/xorg-app/{xauth_1.0.8.bb => xauth_1.0.9.bb} (68%)
diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb
similarity index 68%
rename from meta/recipes-graphics/xorg-app/xauth_1.0.8.bb
rename to meta/recipes-graphics/xorg-app/xauth_1.0.9.bb
index a2da49e..b173f4f 100644
--- a/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb
+++ b/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb
@@ -8,5 +8,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b"
DEPENDS += "libxau libxext libxmu"
PE = "1"
-SRC_URI[md5sum] = "50ee2ec0836c0186b05ec8fdcfd566d0"
-SRC_URI[sha256sum] = "a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7"
+SRC_URI[md5sum] = "7d6003f32838d5b688e2c8a131083271"
+SRC_URI[sha256sum] = "56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 12/12] fontconfig: upgrade to 2.11.1
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
` (10 preceding siblings ...)
2014-04-29 13:29 ` [PATCH 11/12] xauth: upgrade to 1.0.9 Laurentiu Palcu
@ 2014-04-29 13:29 ` Laurentiu Palcu
11 siblings, 0 replies; 18+ messages in thread
From: Laurentiu Palcu @ 2014-04-29 13:29 UTC (permalink / raw)
To: openembedded-core
Removed the following patch(es):
* sysroot-arg.patch (changes included in release)
Correct the fccache.c license checksum and the line numbers because the
license snippet has moved and, also, at the previous upgrade the lines
were wrong (shifted a couple of lines).
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
---
.../fontconfig/fontconfig/sysroot-arg.patch | 32 --------------------
.../{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} | 8 ++---
2 files changed, 4 insertions(+), 36 deletions(-)
delete mode 100644 meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch
rename meta/recipes-graphics/fontconfig/{fontconfig_2.11.0.bb => fontconfig_2.11.1.bb} (83%)
diff --git a/meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch b/meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch
deleted file mode 100644
index abfdbc7..0000000
--- a/meta/recipes-graphics/fontconfig/fontconfig/sysroot-arg.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Submitted [https://bugs.freedesktop.org/show_bug.cgi?id=72044]
-Signed-off-by: Ross Burton <ross.burton@intel.com>
-
-From f2ade764cc9f009e1fe25b856b24b7695f66a952 Mon Sep 17 00:00:00 2001
-From: Ross Burton <ross.burton@intel.com>
-Date: Tue, 26 Nov 2013 17:18:25 +0000
-Subject: [PATCH] fc-cache: --sysroot option takes an argument
-
-The getopt_long option definitions say that sysroot doesn't take an argument,
-when it in fact does.
-
-Signed-off-by: Ross Burton <ross.burton@intel.com>
----
- fc-cache/fc-cache.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/fc-cache/fc-cache.c b/fc-cache/fc-cache.c
-index 27c7513..bf3b6b4 100644
---- a/fc-cache/fc-cache.c
-+++ b/fc-cache/fc-cache.c
-@@ -67,7 +67,7 @@
- const struct option longopts[] = {
- {"force", 0, 0, 'f'},
- {"really-force", 0, 0, 'r'},
-- {"sysroot", 0, 0, 'y'},
-+ {"sysroot", required_argument, 0, 'y'},
- {"system-only", 0, 0, 's'},
- {"version", 0, 0, 'V'},
- {"verbose", 0, 0, 'v'},
---
-1.8.4.4
-
diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb
similarity index 83%
rename from meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb
rename to meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb
index 48385a3..797b321 100644
--- a/meta/recipes-graphics/fontconfig/fontconfig_2.11.0.bb
+++ b/meta/recipes-graphics/fontconfig/fontconfig_2.11.1.bb
@@ -14,16 +14,16 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig"
LICENSE = "MIT-style & MIT & PD"
LIC_FILES_CHKSUM = "file://COPYING;md5=7a0449e9bc5370402a94c00204beca3d \
file://src/fcfreetype.c;endline=45;md5=5d9513e3196a1fbfdfa94051c09dfc84 \
- file://src/fccache.c;beginline=1131;endline=1146;md5=754c7b855210ee746e5f0b840fad9a9f"
+ file://src/fccache.c;beginline=1143;endline=1158;md5=0326cfeb4a7333dd4dd25fbbc4b9f27f"
SECTION = "libs"
DEPENDS = "expat freetype zlib"
SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \
- file://sysroot-arg.patch"
-SRC_URI[md5sum] = "84278204cd7f36adbea7ad8094e039ac"
-SRC_URI[sha256sum] = "274c047487b90dacbaa55f4d70b8cdcd556944e7251ce9cf1de442c00a16343b"
+ "
+SRC_URI[md5sum] = "e75e303b4f7756c2b16203a57ac87eba"
+SRC_URI[sha256sum] = "b6b066c7dce3f436fdc0dfbae9d36122b38094f4f53bd8dffd45e195b0540d8d"
PACKAGES =+ "fontconfig-utils"
FILES_${PN} =+ "${datadir}/xml/*"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 18+ messages in thread
* [PATCH 00/12] package upgrades
@ 2018-01-23 14:05 Maxin B. John
2018-01-23 14:06 ` Alexander Kanavin
0 siblings, 1 reply; 18+ messages in thread
From: Maxin B. John @ 2018-01-23 14:05 UTC (permalink / raw)
To: openembedded-core
Package upgrades including gtk+3
Maxin B. John (12):
freetype: upgrade to version 2.9
libsoup-2.4: upgrade to version 2.61.2
ofono: upgrade to version 1.22
pango: upgrade to version 1.41.0
libtasn1: upgrade to version 4.13
puzzles: upgrade to latest commit
sqlite3: upgrade to version 3.22.0
vte: upgrade to version 0.50.2
gtk+: upgrade to version 2.24.32
gtk+3: upgrade to version 3.22.26
gtk-icon-utils-native: upgrade to version 3.22.26
atk: upgrade to version 2.26.1
meta/recipes-connectivity/ofono/ofono_1.21.bb | 8 --
meta/recipes-connectivity/ofono/ofono_1.22.bb | 8 ++
.../gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} | 4 +-
.../gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} | 4 +-
...3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} | 4 +-
.../{freetype_2.8.1.bb => freetype_2.9.bb} | 6 +-
...op-introspection-macros-from-acinclude.m4.patch | 120 ---------------------
.../pango/{pango_1.40.12.bb => pango_1.41.0.bb} | 5 +-
...arify-conditions-to-avoid-compiler-errors.patch | 48 ---------
meta/recipes-sato/puzzles/puzzles_git.bb | 1 -
.../atk/{atk_2.26.0.bb => atk_2.26.1.bb} | 4 +-
.../gnutls/libtasn1/CVE-2017-10790.patch | 63 -----------
.../gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb} | 5 +-
...libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} | 4 +-
meta/recipes-support/sqlite/sqlite3_3.21.0.bb | 10 --
meta/recipes-support/sqlite/sqlite3_3.22.0.bb | 10 ++
.../vte/{vte_0.50.1.bb => vte_0.50.2.bb} | 4 +-
17 files changed, 37 insertions(+), 271 deletions(-)
delete mode 100644 meta/recipes-connectivity/ofono/ofono_1.21.bb
create mode 100644 meta/recipes-connectivity/ofono/ofono_1.22.bb
rename meta/recipes-gnome/gtk+/{gtk+3_3.22.24.bb => gtk+3_3.22.26.bb} (83%)
rename meta/recipes-gnome/gtk+/{gtk+_2.24.31.bb => gtk+_2.24.32.bb} (90%)
rename meta/recipes-gnome/gtk+/{gtk-icon-utils-native_3.22.17.bb => gtk-icon-utils-native_3.22.26.bb} (94%)
rename meta/recipes-graphics/freetype/{freetype_2.8.1.bb => freetype_2.9.bb} (89%)
delete mode 100644 meta/recipes-graphics/pango/pango/0001-Drop-introspection-macros-from-acinclude.m4.patch
rename meta/recipes-graphics/pango/{pango_1.40.12.bb => pango_1.41.0.bb} (88%)
delete mode 100644 meta/recipes-sato/puzzles/files/0001-Clarify-conditions-to-avoid-compiler-errors.patch
rename meta/recipes-support/atk/{atk_2.26.0.bb => atk_2.26.1.bb} (78%)
delete mode 100644 meta/recipes-support/gnutls/libtasn1/CVE-2017-10790.patch
rename meta/recipes-support/gnutls/{libtasn1_4.12.bb => libtasn1_4.13.bb} (80%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.60.2.bb => libsoup-2.4_2.61.2.bb} (89%)
delete mode 100644 meta/recipes-support/sqlite/sqlite3_3.21.0.bb
create mode 100644 meta/recipes-support/sqlite/sqlite3_3.22.0.bb
rename meta/recipes-support/vte/{vte_0.50.1.bb => vte_0.50.2.bb} (91%)
--
2.4.0
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 00/12] package upgrades
2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
@ 2018-01-23 14:06 ` Alexander Kanavin
2018-01-24 9:01 ` Maxin B. John
0 siblings, 1 reply; 18+ messages in thread
From: Alexander Kanavin @ 2018-01-23 14:06 UTC (permalink / raw)
To: Maxin B. John, openembedded-core
On 01/23/2018 04:05 PM, Maxin B. John wrote:
> Package upgrades including gtk+3
Btw, do give it a try to run AUH locally (without sending emails to
anyone). Making local runs easy was one of my goals. You can give it a
list of things to update on the command line, if you don't want it to go
over all of oe-core, and it will test builds with musl and strange
architectures etc. Now that you have also jku's packages, it should
really help.
Alex
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 00/12] package upgrades
2018-01-23 14:06 ` Alexander Kanavin
@ 2018-01-24 9:01 ` Maxin B. John
2018-01-25 7:09 ` Alexander Kanavin
0 siblings, 1 reply; 18+ messages in thread
From: Maxin B. John @ 2018-01-24 9:01 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: openembedded-core
Hi Alex,
On Tue, Jan 23, 2018 at 04:06:11PM +0200, Alexander Kanavin wrote:
> On 01/23/2018 04:05 PM, Maxin B. John wrote:
> >Package upgrades including gtk+3
>
> Btw, do give it a try to run AUH locally (without sending emails to anyone).
No, I didn't try to run AUH locally.
> Making local runs easy was one of my goals. You can give it a list of things
> to update on the command line, if you don't want it to go over all of
> oe-core, and it will test builds with musl and strange architectures etc.
> Now that you have also jku's packages, it should really help.
It looks like a very helpful tool. I am going to use it for next set of upgrades.
Notes:
Eventhough README in AUH is a good starting point, couldn't locate a quick-start
documentation in the wiki or official documentation. It will be useful.
Link: https://git.yoctoproject.org/cgit/cgit.cgi/auto-upgrade-helper/tree/README
> Alex
Thanks and Regards,
Maxin
^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [PATCH 00/12] package upgrades
2018-01-24 9:01 ` Maxin B. John
@ 2018-01-25 7:09 ` Alexander Kanavin
0 siblings, 0 replies; 18+ messages in thread
From: Alexander Kanavin @ 2018-01-25 7:09 UTC (permalink / raw)
To: Maxin B. John; +Cc: openembedded-core
On 01/24/2018 11:01 AM, Maxin B. John wrote:
> Eventhough README in AUH is a good starting point, couldn't locate a quick-start
> documentation in the wiki or official documentation. It will be useful.
Absolutely. So can you write that please as you set it up and make it
work? I'm not the best person perhaps, as I know AUH inside out, and I'm
not able to see what first-time users see. I can then edit for technical
correctness and caveats etc.
Alex
^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2018-01-25 7:15 UTC | newest]
Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-29 13:29 [PATCH 00/12] package upgrades Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 01/12] xf86-input-synaptics: upgrade to 1.7.4 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 02/12] libdrm: upgrade to 2.4.53 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 03/12] xserver-xorg: upgrade to 1.15.1 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 04/12] python-pygobject: upgrade to 2.28.3 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 05/12] gdb: upgrade to 7.7 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 06/12] xproto: upgrade to 7.0.26 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 07/12] xrandr: upgrade to 1.4.2 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 08/12] xtrans: upgrade to 1.3.4 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 09/12] kexec-tools: upgrade to 2.0.6 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 10/12] nasm: upgrade to 2.11.02 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 11/12] xauth: upgrade to 1.0.9 Laurentiu Palcu
2014-04-29 13:29 ` [PATCH 12/12] fontconfig: upgrade to 2.11.1 Laurentiu Palcu
-- strict thread matches above, loose matches on Subject: below --
2018-01-23 14:05 [PATCH 00/12] package upgrades Maxin B. John
2018-01-23 14:06 ` Alexander Kanavin
2018-01-24 9:01 ` Maxin B. John
2018-01-25 7:09 ` Alexander Kanavin
2013-06-28 15:53 [PATCH 00/12] Package upgrades Ionut Radu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox