Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] Comms and multimedia PUs
@ 2014-06-23 13:18 Cristian Iorga
  2014-06-23 13:18 ` [PATCH 1/3] bluez5: upgrade to 5.20 Cristian Iorga
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-06-23 13:18 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 7c1a975a1c2fd884aa9f6f4736656d854a6c5edb:

  bitbake: toaster: Fix spacing and layout in no image files notification (2014-06-20 14:03:58 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ciorga/PUs
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs

Cristian Iorga (3):
  bluez5: upgrade to 5.20
  harfbuzz: upgrade to 0.9.29
  iproute2: upgrade to 3.15.0

 meta/recipes-connectivity/bluez5/bluez5_5.19.bb                       | 3 ---
 meta/recipes-connectivity/bluez5/bluez5_5.20.bb                       | 3 +++
 .../iproute2/{iproute2_3.14.0.bb => iproute2_3.15.0.bb}               | 4 ++--
 .../harfbuzz/{harfbuzz_0.9.28.bb => harfbuzz_0.9.29.bb}               | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.19.bb
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.20.bb
 rename meta/recipes-connectivity/iproute2/{iproute2_3.14.0.bb => iproute2_3.15.0.bb} (68%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.28.bb => harfbuzz_0.9.29.bb} (88%)

-- 
1.9.1



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

* [PATCH 1/3] bluez5: upgrade to 5.20
  2014-06-23 13:18 [PATCH 0/3] Comms and multimedia PUs Cristian Iorga
@ 2014-06-23 13:18 ` Cristian Iorga
  2014-06-23 13:18 ` [PATCH 2/3] harfbuzz: upgrade to 0.9.29 Cristian Iorga
  2014-06-23 13:18 ` [PATCH 3/3] iproute2: upgrade to 3.15.0 Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-06-23 13:18 UTC (permalink / raw)
  To: openembedded-core

Mostly bugfix release;
Improved handling of PS3 controllers;
Support for the A2DP aptX codec.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 meta/recipes-connectivity/bluez5/bluez5_5.19.bb | 3 ---
 meta/recipes-connectivity/bluez5/bluez5_5.20.bb | 3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)
 delete mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.19.bb
 create mode 100644 meta/recipes-connectivity/bluez5/bluez5_5.20.bb

diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.19.bb b/meta/recipes-connectivity/bluez5/bluez5_5.19.bb
deleted file mode 100644
index 41d655d..0000000
--- a/meta/recipes-connectivity/bluez5/bluez5_5.19.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require bluez5.inc
-SRC_URI[md5sum] = "2d839c0bc9f8daaa6ca32e65d7701812"
-SRC_URI[sha256sum] = "12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a"
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.20.bb b/meta/recipes-connectivity/bluez5/bluez5_5.20.bb
new file mode 100644
index 0000000..1f4476a
--- /dev/null
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.20.bb
@@ -0,0 +1,3 @@
+require bluez5.inc
+SRC_URI[md5sum] = "177d4551f76e5933cc467c3abc6d3796"
+SRC_URI[sha256sum] = "531fbaa0a9baf7b1f76fb8fd8975c20d3cc61cdc772a39d63df1d6abfc2a7481"
-- 
1.9.1



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

* [PATCH 2/3] harfbuzz: upgrade to 0.9.29
  2014-06-23 13:18 [PATCH 0/3] Comms and multimedia PUs Cristian Iorga
  2014-06-23 13:18 ` [PATCH 1/3] bluez5: upgrade to 5.20 Cristian Iorga
@ 2014-06-23 13:18 ` Cristian Iorga
  2014-06-23 13:18 ` [PATCH 3/3] iproute2: upgrade to 3.15.0 Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-06-23 13:18 UTC (permalink / raw)
  To: openembedded-core

Mostly a bugfix release.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../harfbuzz/{harfbuzz_0.9.28.bb => harfbuzz_0.9.29.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.28.bb => harfbuzz_0.9.29.bb} (88%)

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.28.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.29.bb
similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.28.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_0.9.29.bb
index 82ed2b1..96a4932 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.28.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.29.bb
@@ -11,8 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e021dd6dda6ff1e6b1044002fc662b9b \
 SECTION = "libs"
 
 SRC_URI = "http://www.freedesktop.org/software/harfbuzz/release/${BP}.tar.bz2"
-SRC_URI[md5sum] = "accbeb679f39d839038b95a87e40870e"
-SRC_URI[sha256sum] = "a567f7c58018af0a9751e18641fd8434bfcef8307122dabe47dd652ce8bde048"
+SRC_URI[md5sum] = "6251eb6d57e8c4e9e855188dbbdf8b6d"
+SRC_URI[sha256sum] = "601cea38c6fa0cf362dd9042c66cf4db711c5f9390de4ca46d6d2fc3f64de390"
 inherit autotools pkgconfig lib_package
 
 DEPENDS = "glib-2.0 cairo freetype"
-- 
1.9.1



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

* [PATCH 3/3] iproute2: upgrade to 3.15.0
  2014-06-23 13:18 [PATCH 0/3] Comms and multimedia PUs Cristian Iorga
  2014-06-23 13:18 ` [PATCH 1/3] bluez5: upgrade to 5.20 Cristian Iorga
  2014-06-23 13:18 ` [PATCH 2/3] harfbuzz: upgrade to 0.9.29 Cristian Iorga
@ 2014-06-23 13:18 ` Cristian Iorga
  2 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2014-06-23 13:18 UTC (permalink / raw)
  To: openembedded-core

The main new features are:
  * ss gets more attention
  * Support for HHF qdisc
  * Updates to bridge command
  * Lots of vxlan related changes
  * Lots of little corrections and build fixes.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../iproute2/{iproute2_3.14.0.bb => iproute2_3.15.0.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/iproute2/{iproute2_3.14.0.bb => iproute2_3.15.0.bb} (68%)

diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb
similarity index 68%
rename from meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb
index ed40648..7cf9115 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.14.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.15.0.bb
@@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
            file://configure-cross.patch \
            file://0001-iproute2-de-bash-scripts.patch \
           "
-SRC_URI[md5sum] = "bd9d7567bbb987c88120669f5e1a1092"
-SRC_URI[sha256sum] = "bda38951c49f89ffc2e2fe85579ce616337b5d3a2f0319921fd071c838356bd4"
+SRC_URI[md5sum] = "5b1711c9d16071959052e369a2682d77"
+SRC_URI[sha256sum] = "5359ed1f31839d8542a057c0c4233131ab9c28d8c41fc9c8484579d9c0b99af4"
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
1.9.1



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

end of thread, other threads:[~2014-06-23 13:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 13:18 [PATCH 0/3] Comms and multimedia PUs Cristian Iorga
2014-06-23 13:18 ` [PATCH 1/3] bluez5: upgrade to 5.20 Cristian Iorga
2014-06-23 13:18 ` [PATCH 2/3] harfbuzz: upgrade to 0.9.29 Cristian Iorga
2014-06-23 13:18 ` [PATCH 3/3] iproute2: upgrade to 3.15.0 Cristian Iorga

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