Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] Various comms and multimedia PUs
@ 2015-02-05 18:24 Cristian Iorga
  0 siblings, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2015-02-05 18:24 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 1f53edeaf9ea59dd55459a6d5a93829fb4983839:

  libtool: avoid running automake/autoconf --version (2015-02-05 09:46:11 +0000)

are available in the git repository at:

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

Cristian Iorga (2):
  flac: upgrade to 1.3.1
  neard: upgrade to 0.15

 meta/recipes-connectivity/neard/neard.inc          | 10 +++---
 .../neard/neard/parallel-build.patch               | 40 ----------------------
 meta/recipes-connectivity/neard/neard_0.14.bb      | 12 -------
 meta/recipes-connectivity/neard/neard_0.15.bb      |  9 +++++
 .../0001-Fix-Makefile.am-altivec-logic.patch       | 35 -------------------
 .../flac/{flac_1.3.0.bb => flac_1.3.1.bb}          | 18 ++++------
 6 files changed, 20 insertions(+), 104 deletions(-)
 delete mode 100644 meta/recipes-connectivity/neard/neard/parallel-build.patch
 delete mode 100644 meta/recipes-connectivity/neard/neard_0.14.bb
 create mode 100644 meta/recipes-connectivity/neard/neard_0.15.bb
 delete mode 100644 meta/recipes-multimedia/flac/flac-1.3.0/0001-Fix-Makefile.am-altivec-logic.patch
 rename meta/recipes-multimedia/flac/{flac_1.3.0.bb => flac_1.3.1.bb} (77%)

-- 
2.1.0



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

* [PATCH 0/2] Various comms and multimedia PUs
@ 2015-02-11 10:10 Cristian Iorga
  2015-02-11 10:10 ` [PATCH 1/2] harfbuzz: upgrade to 0.9.38 Cristian Iorga
  2015-02-11 10:10 ` [PATCH 2/2] connman: upgrade to 1.28 Cristian Iorga
  0 siblings, 2 replies; 4+ messages in thread
From: Cristian Iorga @ 2015-02-11 10:10 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit 231d4a9d3d89af4b1b5f6ea439c630e4cac82079:

  bitbake: bitbake-user-manual: Removed errant writer note line. (2015-02-10 23:09:32 +0000)

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 (2):
  harfbuzz: upgrade to 0.9.38
  connman: upgrade to 1.28

 .../connman/{connman_1.26.bb => connman_1.28.bb}                     | 5 ++---
 .../harfbuzz/{harfbuzz_0.9.37.bb => harfbuzz_0.9.38.bb}              | 4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.26.bb => connman_1.28.bb} (67%)
 rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.37.bb => harfbuzz_0.9.38.bb} (88%)

-- 
2.1.0



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

* [PATCH 1/2] harfbuzz: upgrade to 0.9.38
  2015-02-11 10:10 [PATCH 0/2] Various comms and multimedia PUs Cristian Iorga
@ 2015-02-11 10:10 ` Cristian Iorga
  2015-02-11 10:10 ` [PATCH 2/2] connman: upgrade to 1.28 Cristian Iorga
  1 sibling, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2015-02-11 10:10 UTC (permalink / raw)
  To: openembedded-core

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

diff --git a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.37.bb b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.38.bb
similarity index 88%
rename from meta/recipes-graphics/harfbuzz/harfbuzz_0.9.37.bb
rename to meta/recipes-graphics/harfbuzz/harfbuzz_0.9.38.bb
index 333cf2e..90794c7 100644
--- a/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.37.bb
+++ b/meta/recipes-graphics/harfbuzz/harfbuzz_0.9.38.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] = "bfe733250e34629a188d82e3b971bc1e"
-SRC_URI[sha256sum] = "255f3b3842dead16863d1d0c216643d97b80bfa087aaa8fc5926da24ac120207"
+SRC_URI[md5sum] = "8839e574be8089c0de83768798bf7916"
+SRC_URI[sha256sum] = "6736f383b4edfcaaeb6f3292302ca382d617d8c79948bb2dd2e8f86cdccfd514"
 
 inherit autotools pkgconfig lib_package
 
-- 
2.1.0



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

* [PATCH 2/2] connman: upgrade to 1.28
  2015-02-11 10:10 [PATCH 0/2] Various comms and multimedia PUs Cristian Iorga
  2015-02-11 10:10 ` [PATCH 1/2] harfbuzz: upgrade to 0.9.38 Cristian Iorga
@ 2015-02-11 10:10 ` Cristian Iorga
  1 sibling, 0 replies; 4+ messages in thread
From: Cristian Iorga @ 2015-02-11 10:10 UTC (permalink / raw)
  To: openembedded-core

- Fixes an issue with DHCPv6 retransmission timer
calculation that causes system load to jump to 100%;
- All WiFi P2P issues encountered with Miracast have been addressed;
- ConnMan no longer hands off foreground autoscanning to
wpa_supplicant as it causes issues when finding hidden WiFi networks;

Other changes and fixes include:

- Several fixes for handling IPv6 contexts via oFono;
- Fix memory deallocation in exit code paths;
- Use OPEN auth_alg for wpa_supplicant open WiFi networks;
- A WiFi Access Point with unknown strength now has a proper
minimum value which translates to a service 'Strenght' property of 30;
- Fix byte order in DHCP server identifier;
- Properly cancel an ongoing service connect if the Agent exits.

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
 .../connman/{connman_1.26.bb => connman_1.28.bb}                     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta/recipes-connectivity/connman/{connman_1.26.bb => connman_1.28.bb} (67%)

diff --git a/meta/recipes-connectivity/connman/connman_1.26.bb b/meta/recipes-connectivity/connman/connman_1.28.bb
similarity index 67%
rename from meta/recipes-connectivity/connman/connman_1.26.bb
rename to meta/recipes-connectivity/connman/connman_1.28.bb
index 7c0c4f7..53e71fa 100644
--- a/meta/recipes-connectivity/connman/connman_1.26.bb
+++ b/meta/recipes-connectivity/connman/connman_1.28.bb
@@ -5,9 +5,8 @@ SRC_URI  = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
             file://add_xuser_dbus_permission.patch \
             file://connman \
             "
-SRC_URI[md5sum] = "ba05b110b7c81e5fa14e8b402ef37a9e"
-SRC_URI[sha256sum] = "7184e4b6d954449ee00a30e188924b3e37a20ad2fd9a0b76a2bdd82c863dcf8a"
+SRC_URI[md5sum] = "6e07c93877f80bb73c9d4dbfc697f3fc"
+SRC_URI[sha256sum] = "b1d5e7dd2652725906e220a8b0206477e97080e835272971e3b2fd10943c5c94"
 
 RRECOMMENDS_${PN} = "connman-conf"
 
-PR = "r1"
-- 
2.1.0



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

end of thread, other threads:[~2015-02-11 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 10:10 [PATCH 0/2] Various comms and multimedia PUs Cristian Iorga
2015-02-11 10:10 ` [PATCH 1/2] harfbuzz: upgrade to 0.9.38 Cristian Iorga
2015-02-11 10:10 ` [PATCH 2/2] connman: upgrade to 1.28 Cristian Iorga
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05 18:24 [PATCH 0/2] Various comms and multimedia PUs Cristian Iorga

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