Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/10] Package upgrades
@ 2013-07-05  7:10 Ionut Radu
  2013-07-05  7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
                   ` (9 more replies)
  0 siblings, 10 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Tested on core-image-sato on all architectures (pcc, x86, x86-64, ppc, arm)

The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9:

  bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +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 (10):
  libassuan: Updated from 2.1.0 to 2.1.1
  augeas: Update from 1.0.0 to 1.1.0
  libxvmc: Update from 1.0.7 to 1.0.8
  libxi: Update from 1.7.1 to 1.7.2
  libsoup-2.4: Updated from 2.42.1 to 2.43.2
  libgpg-error: Updated from 1.11 to 1.12
  libxrender: Updated from 0.9.7 to 0.9.8
  libxv: Updated from 1.0.8 to 1.0.9
  freetype: Updated from 2.4.12 to 2.5.0
  ethtool: Updated from 3.9 to 3.10

 meta/recipes-extended/augeas/augeas_1.0.0.bb                     |    6 ------
 meta/recipes-extended/augeas/augeas_1.1.0.bb                     |    6 ++++++
 .../recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} |    4 ++--
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}           |    6 ++----
 .../recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} |    5 ++---
 .../xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb}        |    5 ++---
 .../recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} |    6 ++----
 .../xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb}              |    5 ++---
 .../libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb}         |    4 ++--
 .../{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch     |    0
 .../libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb}  |    5 ++---
 .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb}     |    4 ++--
 12 files changed, 24 insertions(+), 32 deletions(-)
 delete mode 100644 meta/recipes-extended/augeas/augeas_1.0.0.bb
 create mode 100644 meta/recipes-extended/augeas/augeas_1.1.0.bb
 rename meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} (79%)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} (80%)
 rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb} (81%)
 rename meta/recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} (76%)
 rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb} (75%)
 rename meta/recipes-support/libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb} (83%)
 rename meta/recipes-support/libgpg-error/{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch (100%)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb} (85%)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb} (85%)

-- 
1.7.10.4



^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0 Ionut Radu
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb}           |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libassuan/{libassuan_2.1.0.bb => libassuan_2.1.1.bb} (83%)

diff --git a/meta/recipes-support/libassuan/libassuan_2.1.0.bb b/meta/recipes-support/libassuan/libassuan_2.1.1.bb
similarity index 83%
rename from meta/recipes-support/libassuan/libassuan_2.1.0.bb
rename to meta/recipes-support/libassuan/libassuan_2.1.1.bb
index 0483560..91784ea 100644
--- a/meta/recipes-support/libassuan/libassuan_2.1.0.bb
+++ b/meta/recipes-support/libassuan/libassuan_2.1.1.bb
@@ -13,7 +13,7 @@ DEPENDS = "libgpg-error"
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
 	   file://libassuan-add-pkgconfig-support.patch"
 
-SRC_URI[md5sum] = "b3231eec8e567f4f9294474a387378f5"
-SRC_URI[sha256sum] = "a4c5bd3a0c2726e8bcc2ea8a3b15f7aae3bd92d4f85968f315fd3a75d101c267"
+SRC_URI[md5sum] = "757243cc4a71b30ed8d8dbe784035d36"
+SRC_URI[sha256sum] = "23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d"
 
 inherit autotools binconfig pkgconfig
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
  2013-07-05  7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8 Ionut Radu
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-extended/augeas/augeas_1.0.0.bb |    6 ------
 meta/recipes-extended/augeas/augeas_1.1.0.bb |    6 ++++++
 2 files changed, 6 insertions(+), 6 deletions(-)
 delete mode 100644 meta/recipes-extended/augeas/augeas_1.0.0.bb
 create mode 100644 meta/recipes-extended/augeas/augeas_1.1.0.bb

diff --git a/meta/recipes-extended/augeas/augeas_1.0.0.bb b/meta/recipes-extended/augeas/augeas_1.0.0.bb
deleted file mode 100644
index 82bda19..0000000
--- a/meta/recipes-extended/augeas/augeas_1.0.0.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require augeas.inc
-
-PR = "r1"
-
-SRC_URI[md5sum] = "82131019432ecf8102e1491610ad2dd1"
-SRC_URI[sha256sum] = "31bf757c5b8197765946b3805f3793c32b03cd92a7a77ec95d37e71a1f131912"
diff --git a/meta/recipes-extended/augeas/augeas_1.1.0.bb b/meta/recipes-extended/augeas/augeas_1.1.0.bb
new file mode 100644
index 0000000..5eebcc6
--- /dev/null
+++ b/meta/recipes-extended/augeas/augeas_1.1.0.bb
@@ -0,0 +1,6 @@
+require augeas.inc
+
+PR = "r1"
+
+SRC_URI[md5sum] = "520ce983457ff9ffa3816bc41a9f328b"
+SRC_URI[sha256sum] = "9d81e4228329e2d5cccb018ab06bc8b734fb2dede2c4d9b5c02303d4a690b76b"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
  2013-07-05  7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
  2013-07-05  7:10 ` [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2 Ionut Radu
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb}               |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxvmc_1.0.7.bb => libxvmc_1.0.8.bb} (75%)

diff --git a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb
similarity index 75%
rename from meta/recipes-graphics/xorg-lib/libxvmc_1.0.7.bb
rename to meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb
index 70b4816..b0d5e0d 100644
--- a/meta/recipes-graphics/xorg-lib/libxvmc_1.0.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxvmc_1.0.8.bb
@@ -11,10 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0a207f08d4961489c55046c9a5e500da \
 
 DEPENDS += "libxext libxv videoproto"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXvMC"
 
-SRC_URI[md5sum] = "3340c99ff556ea2457b4be47f5cb96fa"
-SRC_URI[sha256sum] = "28f085fc8518a3dadfe355360705d50153051f09898093e69af806c0b437cea3"
+SRC_URI[md5sum] = "2e4014e9d55c430e307999a6b3dd256d"
+SRC_URI[sha256sum] = "5e1a401efa433f959d41e17932b8c218c56b931348f494b8fa4656d7d798b204"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (2 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxi_1.7.1.bb => libxi_1.7.2.bb} (80%)

diff --git a/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb b/meta/recipes-graphics/xorg-lib/libxi_1.7.2.bb
similarity index 80%
rename from meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb
rename to meta/recipes-graphics/xorg-lib/libxi_1.7.2.bb
index da51fe1..0ae98e0 100644
--- a/meta/recipes-graphics/xorg-lib/libxi_1.7.1.bb
+++ b/meta/recipes-graphics/xorg-lib/libxi_1.7.2.bb
@@ -14,9 +14,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=17b064789fab936a1c58c4e13d965b0f \
 DEPENDS += "libxext inputproto libxfixes"
 
 PE = "1"
-PR = "r0"
 
 XORG_PN = "libXi"
 
-SRC_URI[md5sum] = "24d71afed1b86c60d4eb361628d7f47b"
-SRC_URI[sha256sum] = "e92adb6b69c53c51e05c1e65db97e23751b935a693000fb0606c11b88c0066c5"
+SRC_URI[md5sum] = "f4df3532b1af1dcc905d804f55b30b4a"
+SRC_URI[sha256sum] = "df24781dc63645e2b561cd0b20bd8a0e7aff02e426a8d2a7641159004d4cb20e"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (3 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05 13:07   ` Burton, Ross
  2013-07-05  7:10 ` [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12 Ionut Radu
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb}       |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-support/libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb} (85%)

diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.43.2.bb
similarity index 85%
rename from meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
rename to meta/recipes-support/libsoup/libsoup-2.4_2.43.2.bb
index ef8d439..9063076 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.42.1.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.43.2.bb
@@ -17,8 +17,8 @@ PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome"
 SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
 SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz"
 
-SRC_URI[md5sum] = "aaccd590a8002b69716f885fa8589887"
-SRC_URI[sha256sum] = "20bd5365bb3e7de70fade91ac82c9dea31636318df90b8c26bc4cde2523a8c91"
+SRC_URI[md5sum] = "40e977be8d0ff5f1b89ff31232f7713f"
+SRC_URI[sha256sum] = "332acd3d2a205605446b8f5e78dc5517a42a99ad1deaa7b81ef1de2402a51990"
 
 S = "${WORKDIR}/libsoup-${PV}"
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (4 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8 Ionut Radu
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch      |    0
 .../libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb}   |    5 ++---
 2 files changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-support/libgpg-error/{libgpg-error-1.11 => libgpg-error-1.12}/pkgconfig.patch (100%)
 rename meta/recipes-support/libgpg-error/{libgpg-error_1.11.bb => libgpg-error_1.12.bb} (85%)

diff --git a/meta/recipes-support/libgpg-error/libgpg-error-1.11/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
similarity index 100%
rename from meta/recipes-support/libgpg-error/libgpg-error-1.11/pkgconfig.patch
rename to meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.12.bb
similarity index 85%
rename from meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
rename to meta/recipes-support/libgpg-error/libgpg-error_1.12.bb
index 1caa0dd..0b44ea3 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.12.bb
@@ -10,13 +10,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
 
 
 SECTION = "libs"
-PR = "r0"
 
 SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \
            file://pkgconfig.patch"
 
-SRC_URI[md5sum] = "b9fa55b71cae73cb2e44254c2acc4e2c"
-SRC_URI[sha256sum] = "ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0"
+SRC_URI[md5sum] = "8f0eb41a344d19ac2aa9bd101dfb9ce6"
+SRC_URI[sha256sum] = "cafc9ed6a87c53a35175d5a1220a96ca386696eef2fa059cc0306211f246e55f"
 
 inherit autotools binconfig pkgconfig gettext
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (5 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9 Ionut Radu
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb}         |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxrender_0.9.7.bb => libxrender_0.9.8.bb} (81%)

diff --git a/meta/recipes-graphics/xorg-lib/libxrender_0.9.7.bb b/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
similarity index 81%
rename from meta/recipes-graphics/xorg-lib/libxrender_0.9.7.bb
rename to meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
index c4baba8..abd7767 100644
--- a/meta/recipes-graphics/xorg-lib/libxrender_0.9.7.bb
+++ b/meta/recipes-graphics/xorg-lib/libxrender_0.9.8.bb
@@ -13,12 +13,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8bc71986d3b9b3639f6dfd6fac8f196"
 
 DEPENDS += "virtual/libx11 renderproto xproto xdmcp"
 
-PR = "r0"
 PE = "1"
 
 XORG_PN = "libXrender"
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "ee62f4c7f0f16ced4da63308963ccad2"
-SRC_URI[sha256sum] = "f9b46b93c9bc15d5745d193835ac9ba2a2b411878fad60c504bbb8f98492bbe6"
+SRC_URI[md5sum] = "2bd9a15fcf64d216e63b8d129e4f1f1c"
+SRC_URI[sha256sum] = "1d14b02f0060aec5d90dfdcf16a996f17002e515292906ed26e3dcbba0f4fc62"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (6 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05  7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
  2013-07-05  7:10 ` [PATCH 10/10] ethtool: Updated from 3.9 to 3.10 Ionut Radu
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/xorg-lib/{libxv_1.0.8.bb => libxv_1.0.9.bb} (76%)

diff --git a/meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb b/meta/recipes-graphics/xorg-lib/libxv_1.0.9.bb
similarity index 76%
rename from meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
rename to meta/recipes-graphics/xorg-lib/libxv_1.0.9.bb
index 1654bb8..f46bc2d 100644
--- a/meta/recipes-graphics/xorg-lib/libxv_1.0.8.bb
+++ b/meta/recipes-graphics/xorg-lib/libxv_1.0.9.bb
@@ -12,9 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=827da9afab1f727f2a66574629e0f39c"
 
 DEPENDS += "libxext videoproto"
 
-PR = "r0"
-
 XORG_PN = "libXv"
 
-SRC_URI[md5sum] = "224dadca53d9c88f8a2b8945babcea70"
-SRC_URI[sha256sum] = "4f00eb5347390909cea4e53a69425839d2a6a44e0e0613321d59e7e4aeaf73d7"
+SRC_URI[md5sum] = "3f642e1d868a2289769b983cf346e7bb"
+SRC_URI[sha256sum] = "a874dbf864d0271bbe795af67ef5b3f20096c92fc11eacbf0d2af00e32bc5b4b"
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (7 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  2013-07-05 13:13   ` Burton, Ross
  2013-07-05  7:10 ` [PATCH 10/10] ethtool: Updated from 3.9 to 3.10 Ionut Radu
  9 siblings, 1 reply; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}           |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)

diff --git a/meta/recipes-graphics/freetype/freetype_2.4.12.bb b/meta/recipes-graphics/freetype/freetype_2.5.0.bb
similarity index 90%
rename from meta/recipes-graphics/freetype/freetype_2.4.12.bb
rename to meta/recipes-graphics/freetype/freetype_2.5.0.bb
index 8cf79d3..d35c7ef 100644
--- a/meta/recipes-graphics/freetype/freetype_2.4.12.bb
+++ b/meta/recipes-graphics/freetype/freetype_2.5.0.bb
@@ -13,13 +13,11 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=c017ff17fc6f0794adf93db5559ccd56
 
 SECTION = "libs"
 
-PR = "r0"
-
 SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
 "
 
-SRC_URI[md5sum] = "3463102764315eb86c0d3c2e1f3ffb7d"
-SRC_URI[sha256sum] = "a78a17486689ab6852a9e1a759b179827ac9dfd7e2f237ddf169c73398c85381"
+SRC_URI[md5sum] = "07b7f54bc32d3a0f8a44ec4586c73d81"
+SRC_URI[sha256sum] = "b8c75164f9073809797da19b81fa89d2c0ea507d8913f3b70c744f501880d7de"
 
 S = "${WORKDIR}/freetype-${PV}"
 
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* [PATCH 10/10] ethtool: Updated from 3.9 to 3.10
  2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
                   ` (8 preceding siblings ...)
  2013-07-05  7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
@ 2013-07-05  7:10 ` Ionut Radu
  9 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-05  7:10 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_3.9.bb => ethtool_3.10.bb} (79%)

diff --git a/meta/recipes-extended/ethtool/ethtool_3.9.bb b/meta/recipes-extended/ethtool/ethtool_3.10.bb
similarity index 79%
rename from meta/recipes-extended/ethtool/ethtool_3.9.bb
rename to meta/recipes-extended/ethtool/ethtool_3.10.bb
index 4e18ea4..aa8b129 100644
--- a/meta/recipes-extended/ethtool/ethtool_3.9.bb
+++ b/meta/recipes-extended/ethtool/ethtool_3.10.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 
 SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "e5942ca785b3893f53bed421260d9534"
-SRC_URI[sha256sum] = "5680005481820ba77bad8be62c0ec60bc108088f39b57448b39956bd3169f163"
+SRC_URI[md5sum] = "b41deb37143dfb86934a8f52cea853d2"
+SRC_URI[sha256sum] = "62f0a9cea954c32a2bdc2d2ece295fda5b915cfea56f5de97b997d8ebaae0381"
 
 inherit autotools
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 15+ messages in thread

* Re: [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2
  2013-07-05  7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
@ 2013-07-05 13:07   ` Burton, Ross
  0 siblings, 0 replies; 15+ messages in thread
From: Burton, Ross @ 2013-07-05 13:07 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 5 July 2013 08:10, Ionut Radu <ionutx.radu@intel.com> wrote:
> Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
> ---
>  .../libsoup/{libsoup-2.4_2.42.1.bb => libsoup-2.4_2.43.2.bb}       |    4 ++--

NAK.

libsoup is GNOME so this is a development release.

Ross


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0
  2013-07-05  7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
@ 2013-07-05 13:13   ` Burton, Ross
  0 siblings, 0 replies; 15+ messages in thread
From: Burton, Ross @ 2013-07-05 13:13 UTC (permalink / raw)
  To: Ionut Radu; +Cc: openembedded-core

On 5 July 2013 08:10, Ionut Radu <ionutx.radu@intel.com> wrote:
>  .../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb}           |    6 ++----

Upstream says:

"Please download the 2.5.0.1 bundle of the FreeType library which
fixes a packaging error."

So please update this for 2.5.0.1.

Ross


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 00/10] Package upgrades
@ 2013-10-15 12:45 Laurentiu Palcu
  0 siblings, 0 replies; 15+ messages in thread
From: Laurentiu Palcu @ 2013-10-15 12:45 UTC (permalink / raw)
  To: openembedded-core

Basic functionality tests done with a core-image-sato image for qemux86 and a
lenovo s10-3t. Also, buildhistory didn't show major changes.

The patchset was build tested on a local autobuilder too, for all major architectures, on
top of the following commit: faf8f8660fae26a14578738b642fdeb08bcb9d54.

Thanks,
Laurentiu

The following changes since commit 2b5bac02196b8bd30d223d508f5f7d4300889fd7:

  poky: Update Version post release (2013-10-14 16:59:12 +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 (10):
  byacc: upgrade to 20130925
  xkeyboard-config: upgrade to 2.10.1
  xauth: upgrade to 1.0.8
  xf86-input-evdev: upgrade to 2.8.2
  libdrm: upgrade to 2.4.47
  xset: upgrade to 1.2.3
  xf86-video-intel: upgrade to 2.21.15
  xinput: upgrade to 1.6.1
  xprop: upgrade to 1.2.2
  xf86-video-fbdev: upgrade to 0.4.4

 .../byacc/{byacc_20130304.bb => byacc_20130925.bb} |    4 +--
 .../drm/{libdrm_2.4.46.bb => libdrm_2.4.47.bb}     |    4 +--
 .../xorg-app/{xauth_1.0.7.bb => xauth_1.0.8.bb}    |    5 ++-
 .../xorg-app/{xinput_1.6.0.bb => xinput_1.6.1.bb}  |    5 ++-
 .../xorg-app/{xprop_1.2.1.bb => xprop_1.2.2.bb}    |    5 ++-
 .../xorg-app/{xset_1.2.2.bb => xset_1.2.3.bb}      |    5 ++-
 ...ut-evdev_2.8.1.bb => xf86-input-evdev_2.8.2.bb} |    4 +--
 .../xf86-video-fbdev/Remove-mibstore.h.patch       |   35 --------------------
 ...eo-fbdev_0.4.3.bb => xf86-video-fbdev_0.4.4.bb} |    6 ++--
 ...ntel_2.21.13.bb => xf86-video-intel_2.21.15.bb} |    4 +--
 ...rd-config_2.9.bb => xkeyboard-config_2.10.1.bb} |    4 +--
 11 files changed, 20 insertions(+), 61 deletions(-)
 rename meta/recipes-extended/byacc/{byacc_20130304.bb => byacc_20130925.bb} (74%)
 rename meta/recipes-graphics/drm/{libdrm_2.4.46.bb => libdrm_2.4.47.bb} (46%)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.7.bb => xauth_1.0.8.bb} (65%)
 rename meta/recipes-graphics/xorg-app/{xinput_1.6.0.bb => xinput_1.6.1.bb} (64%)
 rename meta/recipes-graphics/xorg-app/{xprop_1.2.1.bb => xprop_1.2.2.bb} (77%)
 rename meta/recipes-graphics/xorg-app/{xset_1.2.2.bb => xset_1.2.3.bb} (74%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.8.1.bb => xf86-input-evdev_2.8.2.bb} (83%)
 delete mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-fbdev/Remove-mibstore.h.patch
 rename meta/recipes-graphics/xorg-driver/{xf86-video-fbdev_0.4.3.bb => xf86-video-fbdev_0.4.4.bb} (44%)
 rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.13.bb => xf86-video-intel_2.21.15.bb} (88%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.9.bb => xkeyboard-config_2.10.1.bb} (87%)

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 15+ messages in thread

* [PATCH 00/10] Package Upgrades
@ 2015-04-07 11:24 Robert Yang
  0 siblings, 0 replies; 15+ messages in thread
From: Robert Yang @ 2015-04-07 11:24 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit fbaddd724855a829698d853a70eee86118d6a5e7:

  package_manager: call createrepo with --dbpath pointing inside WORKDIR (2015-04-02 12:00:55 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib rbt/PU
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=rbt/PU

Robert Yang (10):
  strace: 4.9 -> 4.10
  libuser: 0.60 -> 0.61
  patch: 2.7.1 -> 2.7.5
  libgcrypt: 1.6.2 -> 1.6.3
  gnupg: 2.1.1 -> 2.1.2
  socat: 1.7.2.4 -> 1.7.3.0
  dhcp: 4.3.1 -> 4.3.2
  groff: 1.22.2 -> 1.22.3
  man-pages: 3.76 -> 3.82
  glib-2.0: 2.42.1 -> 2.44.0

 .../dhcp/dhcp/dhcp-xen-checksum.patch              |  307 --------------------
 .../dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb}          |    5 +-
 .../socat/socat/fix-cross-compiling-failed.patch   |   36 ---
 .../socat/socat/socat-1.7.2.4-linux-3.17.patch     |   29 --
 .../socat/{socat_1.7.2.4.bb => socat_1.7.3.0.bb}   |    8 +-
 .../{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb}     |    4 +-
 meta/recipes-devtools/patch/patch.inc              |    1 +
 .../patch/patch/patch-CVE-2015-1196.patch          |  200 -------------
 .../patch/{patch_2.7.1.bb => patch_2.7.5.bb}       |    6 +-
 .../{strace-4.9 => strace}/Makefile-ptest.patch    |    8 +-
 .../strace/{strace-4.9 => strace}/git-version-gen  |    0
 .../strace/{strace-4.9 => strace}/run-ptest        |    0
 .../strace-add-configure-options.patch             |   24 +-
 .../strace/{strace_4.9.bb => strace_4.10.bb}       |    8 +-
 ...off-1.22.2-correct-man.local-install-path.patch |   36 +--
 .../groff/{groff_1.22.2.bb => groff_1.22.3.bb}     |    7 +-
 .../libuser/libuser/fixsepbuild.patch              |   35 ---
 .../libuser/{libuser_0.60.bb => libuser_0.61.bb}   |    6 +-
 .../{man-pages_3.76.bb => man-pages_3.82.bb}       |    4 +-
 .../gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb}       |    4 +-
 meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb  |    4 -
 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb  |    4 +
 22 files changed, 59 insertions(+), 677 deletions(-)
 delete mode 100644 meta/recipes-connectivity/dhcp/dhcp/dhcp-xen-checksum.patch
 rename meta/recipes-connectivity/dhcp/{dhcp_4.3.1.bb => dhcp_4.3.2.bb} (64%)
 delete mode 100644 meta/recipes-connectivity/socat/socat/fix-cross-compiling-failed.patch
 delete mode 100644 meta/recipes-connectivity/socat/socat/socat-1.7.2.4-linux-3.17.patch
 rename meta/recipes-connectivity/socat/{socat_1.7.2.4.bb => socat_1.7.3.0.bb} (78%)
 rename meta/recipes-core/glib-2.0/{glib-2.0_2.42.1.bb => glib-2.0_2.44.0.bb} (83%)
 delete mode 100644 meta/recipes-devtools/patch/patch/patch-CVE-2015-1196.patch
 rename meta/recipes-devtools/patch/{patch_2.7.1.bb => patch_2.7.5.bb} (60%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/Makefile-ptest.patch (90%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/git-version-gen (100%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/run-ptest (100%)
 rename meta/recipes-devtools/strace/{strace-4.9 => strace}/strace-add-configure-options.patch (70%)
 rename meta/recipes-devtools/strace/{strace_4.9.bb => strace_4.10.bb} (84%)
 rename meta/recipes-extended/groff/{groff-1.22.2 => groff-1.22.3}/groff-1.22.2-correct-man.local-install-path.patch (40%)
 rename meta/recipes-extended/groff/{groff_1.22.2.bb => groff_1.22.3.bb} (92%)
 delete mode 100644 meta/recipes-extended/libuser/libuser/fixsepbuild.patch
 rename meta/recipes-extended/libuser/{libuser_0.60.bb => libuser_0.61.bb} (85%)
 rename meta/recipes-extended/man-pages/{man-pages_3.76.bb => man-pages_3.82.bb} (86%)
 rename meta/recipes-support/gnupg/{gnupg_2.1.1.bb => gnupg_2.1.2.bb} (89%)
 delete mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.2.bb
 create mode 100644 meta/recipes-support/libgcrypt/libgcrypt_1.6.3.bb

-- 
1.7.9.5



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2015-04-07 11:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-05  7:10 [PATCH 00/10] Package upgrades Ionut Radu
2013-07-05  7:10 ` [PATCH 01/10] libassuan: Updated from 2.1.0 to 2.1.1 Ionut Radu
2013-07-05  7:10 ` [PATCH 02/10] augeas: Update from 1.0.0 to 1.1.0 Ionut Radu
2013-07-05  7:10 ` [PATCH 03/10] libxvmc: Update from 1.0.7 to 1.0.8 Ionut Radu
2013-07-05  7:10 ` [PATCH 04/10] libxi: Update from 1.7.1 to 1.7.2 Ionut Radu
2013-07-05  7:10 ` [PATCH 05/10] libsoup-2.4: Updated from 2.42.1 to 2.43.2 Ionut Radu
2013-07-05 13:07   ` Burton, Ross
2013-07-05  7:10 ` [PATCH 06/10] libgpg-error: Updated from 1.11 to 1.12 Ionut Radu
2013-07-05  7:10 ` [PATCH 07/10] libxrender: Updated from 0.9.7 to 0.9.8 Ionut Radu
2013-07-05  7:10 ` [PATCH 08/10] libxv: Updated from 1.0.8 to 1.0.9 Ionut Radu
2013-07-05  7:10 ` [PATCH 09/10] freetype: Updated from 2.4.12 to 2.5.0 Ionut Radu
2013-07-05 13:13   ` Burton, Ross
2013-07-05  7:10 ` [PATCH 10/10] ethtool: Updated from 3.9 to 3.10 Ionut Radu
  -- strict thread matches above, loose matches on Subject: below --
2013-10-15 12:45 [PATCH 00/10] Package upgrades Laurentiu Palcu
2015-04-07 11:24 [PATCH 00/10] Package Upgrades Robert Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox