[OE-core] [PATCH 0/1] uprev serf: 1.3.6 - 1.3.8

2014-11-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com

Release changes:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
  Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
  Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
  Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
  Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)

The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:

  bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 
17:04:50 +)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/serf
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/serf

Wenzong Fan (1):
  serf: 1.3.6 - 1.3.8

 .../serf/{serf_1.3.6.bb = serf_1.3.8.bb}  |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)

-- 
1.7.9.5

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/1] serf: 1.3.6 - 1.3.8

2014-11-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com

Release changes:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
  Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
  Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
  Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
  Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)

Signed-off-by: Wenzong Fan wenzong@windriver.com
---
 .../serf/{serf_1.3.6.bb = serf_1.3.8.bb}  |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)

diff --git a/meta/recipes-support/serf/serf_1.3.6.bb 
b/meta/recipes-support/serf/serf_1.3.8.bb
similarity index 74%
rename from meta/recipes-support/serf/serf_1.3.6.bb
rename to meta/recipes-support/serf/serf_1.3.8.bb
index 08b04d3..10db122 100644
--- a/meta/recipes-support/serf/serf_1.3.6.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,8 +1,8 @@
 
-SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-1.3.6.tar.bz2 \
+SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
file://norpath.patch
-SRC_URI[md5sum] = 7fe38fa6eab078e0beabf291d8e4995d
-SRC_URI[sha256sum] = 
ca637beb0399797d4fc7ffa85e801733cd9c876997fac4a4fd12e9afe86563f2
+SRC_URI[md5sum] = 2e4efe57ff28cb3202a112e90f0c2889
+SRC_URI[sha256sum] = 
e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
 
 LICENSE = Apache-2.0
 LIC_FILES_CHKSUM = file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327
-- 
1.7.9.5

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [meta-oe][PATCH] serf: update to 1.3.8 including CVE-2014-3504

2014-11-17 Thread Armin Kuster
Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
Includes security fix:
Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)
- CVE-2014-3504: (Closes: #757965)

Signed-off-by: Armin Kuster akuster...@gmail.com
---
 meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)

diff --git a/meta/recipes-support/serf/serf_1.3.6.bb 
b/meta/recipes-support/serf/serf_1.3.8.bb
similarity index 74%
rename from meta/recipes-support/serf/serf_1.3.6.bb
rename to meta/recipes-support/serf/serf_1.3.8.bb
index 08b04d3..10db122 100644
--- a/meta/recipes-support/serf/serf_1.3.6.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,8 +1,8 @@
 
-SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-1.3.6.tar.bz2 \
+SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
file://norpath.patch
-SRC_URI[md5sum] = 7fe38fa6eab078e0beabf291d8e4995d
-SRC_URI[sha256sum] = 
ca637beb0399797d4fc7ffa85e801733cd9c876997fac4a4fd12e9afe86563f2
+SRC_URI[md5sum] = 2e4efe57ff28cb3202a112e90f0c2889
+SRC_URI[sha256sum] = 
e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
 
 LICENSE = Apache-2.0
 LIC_FILES_CHKSUM = file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327
-- 
1.9.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [meta-oe][PATCH] serf: update to 1.3.8 including CVE-2014-3504

2014-11-17 Thread akuster

Just noticed another post.

drop this.

- armin

On 11/17/2014 07:32 AM, Armin Kuster wrote:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
Includes security fix:
Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)
- CVE-2014-3504: (Closes: #757965)

Signed-off-by: Armin Kuster akuster...@gmail.com
---
  meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
  rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)

diff --git a/meta/recipes-support/serf/serf_1.3.6.bb 
b/meta/recipes-support/serf/serf_1.3.8.bb
similarity index 74%
rename from meta/recipes-support/serf/serf_1.3.6.bb
rename to meta/recipes-support/serf/serf_1.3.8.bb
index 08b04d3..10db122 100644
--- a/meta/recipes-support/serf/serf_1.3.6.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,8 +1,8 @@

-SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-1.3.6.tar.bz2 \
+SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
 file://norpath.patch
-SRC_URI[md5sum] = 7fe38fa6eab078e0beabf291d8e4995d
-SRC_URI[sha256sum] = 
ca637beb0399797d4fc7ffa85e801733cd9c876997fac4a4fd12e9afe86563f2
+SRC_URI[md5sum] = 2e4efe57ff28cb3202a112e90f0c2889
+SRC_URI[sha256sum] = 
e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590

  LICENSE = Apache-2.0
  LIC_FILES_CHKSUM = file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327


--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] uprev serf: 1.3.6 - 1.3.8

2014-11-17 Thread akuster

Please add to the 1.3.7 the security fix

- CVE-2014-3504: (Closes: #757965)

On 11/17/2014 12:38 AM, wenzong@windriver.com wrote:

From: Wenzong Fan wenzong@windriver.com

Release changes:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
   Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
   Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
   Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
   Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)

The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:

   bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 
17:04:50 +)

are available in the git repository at:

   git://git.pokylinux.org/poky-contrib wenzong/serf
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/serf

Wenzong Fan (1):
   serf: 1.3.6 - 1.3.8

  .../serf/{serf_1.3.6.bb = serf_1.3.8.bb}  |6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
  rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)


--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 1/1] serf: 1.3.6 - 1.3.8

2014-11-17 Thread akuster
Since Dizzy would need the security fix in serf 1.3.7, would  I backport 
1.3.8 to Dizzy from master or do we need a separate 1.3.7 update for Dizzy?


- Armin


On 11/17/2014 12:38 AM, wenzong@windriver.com wrote:

From: Wenzong Fan wenzong@windriver.com

Release changes:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
   Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
   Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
   Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
   Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)

Signed-off-by: Wenzong Fan wenzong@windriver.com
---
  .../serf/{serf_1.3.6.bb = serf_1.3.8.bb}  |6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
  rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)

diff --git a/meta/recipes-support/serf/serf_1.3.6.bb 
b/meta/recipes-support/serf/serf_1.3.8.bb
similarity index 74%
rename from meta/recipes-support/serf/serf_1.3.6.bb
rename to meta/recipes-support/serf/serf_1.3.8.bb
index 08b04d3..10db122 100644
--- a/meta/recipes-support/serf/serf_1.3.6.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,8 +1,8 @@

-SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-1.3.6.tar.bz2 \
+SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
 file://norpath.patch
-SRC_URI[md5sum] = 7fe38fa6eab078e0beabf291d8e4995d
-SRC_URI[sha256sum] = 
ca637beb0399797d4fc7ffa85e801733cd9c876997fac4a4fd12e9afe86563f2
+SRC_URI[md5sum] = 2e4efe57ff28cb3202a112e90f0c2889
+SRC_URI[sha256sum] = 
e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590

  LICENSE = Apache-2.0
  LIC_FILES_CHKSUM = file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327


--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] OE Changelog since 2014-11-09 until 2014-11-16

2014-11-17 Thread cliff . brake
Changelog since 2014-11-09 until 2014-11-16.  Projects included in this report:

bitbake: git://git.openembedded.org/bitbake
openembedded-core: git://git.openembedded.org/openembedded-core
meta-openembedded: git://git.openembedded.org/meta-openembedded
meta-angstrom: git://github.com/Angstrom-distribution/meta-angstrom.git
meta-arago: git://arago-project.org/git/meta-arago.git
meta-atmel: https://github.com/linux4sam/meta-atmel.git
meta-beagleboard: git://github.com/beagleboard/meta-beagleboard.git
meta-browser: git://github.com/OSSystems/meta-browser.git
meta-bug: git://github.com/buglabs/meta-bug.git
meta-chicken: git://github.com/OSSystems/meta-chicken
meta-efikamx: git://github.com/kraj/meta-efikamx.git
meta-ettus: http://github.com/koenkooi/meta-ettus.git
meta-fsl-arm: git://git.yoctoproject.org/meta-fsl-arm
meta-fsl-arm-extra: git://github.com/Freescale/meta-fsl-arm-extra.git
meta-fsl-ppc: git://git.yoctoproject.org/meta-fsl-ppc
meta-guacamayo: git://github.com/Guacamayo/meta-guacamayo.git
meta-gumstix: git://github.com/gumstix/meta-gumstix.git
meta-gumstix-community: 
git://gitorious.org/schnitzeltony-oe-meta/meta-gumstix-community.git
meta-handheld: git://git.openembedded.org/meta-handheld
meta-igep: http://github.com/ebutera/meta-igep.git
meta-intel: git://git.yoctoproject.org/meta-intel
meta-ivi: git://git.yoctoproject.org/meta-ivi
meta-java: git://github.com/woglinde/meta-java
meta-kde: git://gitorious.org/openembedded-core-layers/meta-kde.git
meta-micro: git://git.openembedded.org/meta-micro
meta-mono: git://git.yoctoproject.org/meta-mono.git
meta-netbookpro: git://github.com/tworaz/meta-netbookpro
meta-nslu2: git://github.com/kraj/meta-nslu2
meta-opie: git://git.openembedded.org/meta-opie
meta-qt3: git://git.yoctoproject.org/meta-qt3
meta-qt5: git://github.com/meta-qt5/meta-qt5.git
meta-slugos: git://github.com/kraj/meta-slugos
meta-systemd: git://git.yoctoproject.org/meta-systemd
meta-raspberrypi: git://github.com/djwillis/meta-raspberrypi.git
meta-smartphone: http://git.shr-project.org/repo/meta-smartphone.git
meta-ti: git://git.yoctoproject.org/meta-ti
meta-webos: git://github.com/openwebos/meta-webos.git
meta-xilinx: git://git.yoctoproject.org/meta-xilinx
meta-yocto: git://git.yoctoproject.org/meta-yocto
openembedded: git://git.openembedded.org/openembedded


Changelog for bitbake:

Alexandru DAMIAN (10):
  toaster script: webport option and other improvements
  toasterui: performance improvements
  toaster: SQL query logging
  toaster: update Release model to pinpoint to specific Branch
  adding angular-animate plugin
  toastergui: Various fixes for projects, layers and targets page
  toaster: separate the load configuration file command
  toastergui: changes for the Project page, round 3 of reviews
  toaster: importing angular service
  toastergui: fix XSS injection points in projects page

Aníbal Limón (1):
  fetch/wget: Add latest_versionstring method

Belen Barros (1):
  toastergui: Silly UI fixes

Brendan Le Foll (1):
  cooker.py: fix loginfo op being set to an invalid value

Martin Hundebøll (1):
  progressbar: use '/usr/bin/env' in shebangs with python

Michael Wood (3):
  toaster: Fix the table data so that it matches the column order
  toaster: Update filter count labels when Add/Remove layers
  toaster: Replace bootstrap js with the correct version


Changelog for openembedded-core:

Armin Kuster (2):
  tzcode: update to 2014j
  tzdata: update to 2014j

Chen Qi (2):
  systemd: avoid using system-auth
  systemd: add PACKAGECONFIG for 'audit'

Chong Lu (2):
  nss: Upgrade to 3.17.2
  strace: add libunwind dependency

Denys Dmytriyenko (1):
  u-boot: update to version 2014.07

Jackie Huang (1):
  classextend: Do not extend for that already have multilib prefix

Kai Kang (2):
  beecrypt: add option --with-dev-dsp
  qemu: remove task sanitize_sources

Koen Kooi (1):
  gptfdisk: add 0.8.10+git version

Mark Hatle (1):
  meta-environment: Fix config-site with a multilib config

Martin Hundebøll (1):
  scripts: use '/usr/bin/env' in shebangs with python

Paul Barker (1):
  opkg-utils: Update SRCREV

Paul Eggleton (1):
  documentation.conf: add missing tasks / variables

Robert Yang (1):
  apr-native: Set CONFIG_SHELL to /bin/bash

Ross Burton (2):
  vala: upgrade to 0.26.1
  docbook-xsl-stylesheets: fix do_configure typo

Shiqun Lin (1):
  libtool: remove build host paths from installed libtool


Changelog for meta-openembedded:

Hongxu Jia (2):
  pimd: add do_install to pimd
  ssmping: add do_install to ssmping

Jackie Huang (1):
  traceroute: add VPATH to find libraries and avoid host contamination

Roy Li (1):
  postfix: create or update aliases.db when using systemd


Changelog for meta-angstrom:


Changelog for meta-arago:


Re: [OE-core] [PATCH 1/1] serf: 1.3.6 - 1.3.8

2014-11-17 Thread Mark Hatle

On 11/17/14, 9:43 AM, akuster wrote:

Since Dizzy would need the security fix in serf 1.3.7, would  I backport
1.3.8 to Dizzy from master or do we need a separate 1.3.7 update for Dizzy?


Unless there is no way to backport, usual process is a separate 1.3.7 update for 
Dizzy.


--Mark


- Armin


On 11/17/2014 12:38 AM, wenzong@windriver.com wrote:

From: Wenzong Fan wenzong@windriver.com

Release changes:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)

Signed-off-by: Wenzong Fan wenzong@windriver.com
---
   .../serf/{serf_1.3.6.bb = serf_1.3.8.bb}  |6 +++---
   1 file changed, 3 insertions(+), 3 deletions(-)
   rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)

diff --git a/meta/recipes-support/serf/serf_1.3.6.bb 
b/meta/recipes-support/serf/serf_1.3.8.bb
similarity index 74%
rename from meta/recipes-support/serf/serf_1.3.6.bb
rename to meta/recipes-support/serf/serf_1.3.8.bb
index 08b04d3..10db122 100644
--- a/meta/recipes-support/serf/serf_1.3.6.bb
+++ b/meta/recipes-support/serf/serf_1.3.8.bb
@@ -1,8 +1,8 @@

-SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-1.3.6.tar.bz2 \
+SRC_URI = http://serf.googlecode.com/svn/src_releases/serf-${PV}.tar.bz2 \
  file://norpath.patch
-SRC_URI[md5sum] = 7fe38fa6eab078e0beabf291d8e4995d
-SRC_URI[sha256sum] = 
ca637beb0399797d4fc7ffa85e801733cd9c876997fac4a4fd12e9afe86563f2
+SRC_URI[md5sum] = 2e4efe57ff28cb3202a112e90f0c2889
+SRC_URI[sha256sum] = 
e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590

   LICENSE = Apache-2.0
   LIC_FILES_CHKSUM = file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327



--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/3] netbase: upgrade to 5.3

2014-11-17 Thread Cristian Iorga
- switched to tar.xz archive.

Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 meta/recipes-core/netbase/{netbase_5.2.bb = netbase_5.3.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-core/netbase/{netbase_5.2.bb = netbase_5.3.bb} (76%)

diff --git a/meta/recipes-core/netbase/netbase_5.2.bb 
b/meta/recipes-core/netbase/netbase_5.3.bb
similarity index 76%
rename from meta/recipes-core/netbase/netbase_5.2.bb
rename to meta/recipes-core/netbase/netbase_5.3.bb
index ab7ae65..4ac0221 100644
--- a/meta/recipes-core/netbase/netbase_5.2.bb
+++ b/meta/recipes-core/netbase/netbase_5.3.bb
@@ -6,11 +6,11 @@ LICENSE = GPLv2
 LIC_FILES_CHKSUM = 
file://debian/copyright;md5=3dd6192d306f582dee7687da3d8748ab
 PE = 1
 
-SRC_URI = ${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.gz \
+SRC_URI = ${DEBIAN_MIRROR}/main/n/netbase/netbase_${PV}.tar.xz \
file://hosts
 
-SRC_URI[md5sum] = 3a01bfce6a28e1743412198abd241262
-SRC_URI[sha256sum] = 
d62ba56d62b9b121664828175c2a237a7014ef32df8a4116ea33cff332de3307
+SRC_URI[md5sum] = 2637a27fd3de02a278d2b5be7e6558c1
+SRC_URI[sha256sum] = 
81f6c69795044d62b8ad959cf9daf049d0545fd466c52860ad3f933b1e97b88b
 
 do_install () {
install -d ${D}/${mandir}/man8 ${D}${sysconfdir}
-- 
2.1.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 3/3] iproute2: upgrade to 3.17.0

2014-11-17 Thread Cristian Iorga
0001-ip-link-Remove-unnecessary-device-checking.patch removed,
included upstream.

Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 ...p-link-Remove-unnecessary-device-checking.patch | 35 --
 .../{iproute2_3.16.0.bb = iproute2_3.17.0.bb} |  5 ++--
 2 files changed, 2 insertions(+), 38 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_3.16.0.bb = 
iproute2_3.17.0.bb} (58%)

diff --git 
a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
 
b/meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
deleted file mode 100644
index 0305a70..000
--- 
a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 38790ccf7bd0e6eab78024ec381fd98d7c6a2782 Mon Sep 17 00:00:00 2001
-From: vadimk vadi...@gmail.com
-Date: Sat, 30 Aug 2014 15:06:00 +0300
-Subject: [PATCH] ip link: Remove unnecessary device checking
-
-The real checking is performed later in iplink_modify(..) func which
-checks device existence if NLM_F_CREATE flag is set.
-
-Also it fixes the case when impossible to add veth link which was
-caused by 9a02651a87 (ip: check for missing dev arg when doing VF rate)
-because these devices are not exist yet.
-
-Signed-off-by: Vadim Kochan vadi...@gmail.com
-Acked-by: Oliver Hartkopp socket...@hartkopp.net
-Signed-off-by: Stephen Hemminger step...@networkplumber.org

- ip/iplink.c |2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/ip/iplink.c b/ip/iplink.c
-index 1a907d9..ea06871 100644
 a/ip/iplink.c
-+++ b/ip/iplink.c
-@@ -593,8 +593,6 @@ int iplink_parse(int argc, char **argv, struct iplink_req 
*req,
-   duparg2(dev, *argv);
-   *dev = *argv;
-   dev_index = ll_name_to_index(*dev);
--  if (dev_index == 0)
--  invarg(Unknown device, *argv);
-   }
-   argc--; argv++;
-   }
--- 
-1.7.10.4
-
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb 
b/meta/recipes-connectivity/iproute2/iproute2_3.17.0.bb
similarity index 58%
rename from meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb
rename to meta/recipes-connectivity/iproute2/iproute2_3.17.0.bb
index 39fe9c8..d12b33f 100644
--- a/meta/recipes-connectivity/iproute2/iproute2_3.16.0.bb
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.17.0.bb
@@ -3,10 +3,9 @@ require iproute2.inc
 SRC_URI = ${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
file://configure-cross.patch \
file://0001-iproute2-de-bash-scripts.patch \
-   file://0001-ip-link-Remove-unnecessary-device-checking.patch \
   
-SRC_URI[md5sum] = 6c823b40fdcfa7b8120743349a52ac18
-SRC_URI[sha256sum] = 
1f0a8a6c0e872166f75433f5cbf9766f3002b5c2f13501b3bb8c51846a127b79
+SRC_URI[md5sum] = b741a02c6dda5818d18011d572874493
+SRC_URI[sha256sum] = 
09e406636e7598e46d5d4f7b928bf5db57049d65dbeb9a496005957ee16f6000
 
 # CFLAGS are computed in Makefile and reference CCOPTS
 #
-- 
2.1.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/3] libpcap: upgrade to 1.6.2

2014-11-17 Thread Cristian Iorga
- Bug fixes.

Signed-off-by: Cristian Iorga cristian.io...@intel.com
---
 .../libpcap/{libpcap_1.6.1.bb = libpcap_1.6.2.bb}| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.6.1.bb = 
libpcap_1.6.2.bb} (77%)

diff --git a/meta/recipes-connectivity/libpcap/libpcap_1.6.1.bb 
b/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb
similarity index 77%
rename from meta/recipes-connectivity/libpcap/libpcap_1.6.1.bb
rename to meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb
index f570ebb..a2d5ef4 100644
--- a/meta/recipes-connectivity/libpcap/libpcap_1.6.1.bb
+++ b/meta/recipes-connectivity/libpcap/libpcap_1.6.2.bb
@@ -1,8 +1,8 @@
 require libpcap.inc
 
 SRC_URI += file://aclocal.patch
-SRC_URI[md5sum] = 5eb05edf6b6c6e63d536d1c9fbfb2f7c
-SRC_URI[sha256sum] = 
116cbb3ac9e96d5dd7b39638a2f894a67fa3dcf06d794e6dae2b9a942ad13476
+SRC_URI[md5sum] = 5f14191c1a684a75532c739c2c4059fa
+SRC_URI[sha256sum] = 
5db3e2998f1eeba2c76da55da5d474248fe19c44f49e15cac8a796a2c7e19690
 
 #
 # make install doesn't cover the shared lib
-- 
2.1.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/3] Various Comms PUs

2014-11-17 Thread Cristian Iorga
The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:

  bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 
17:04:50 +)

are available in the git repository at:

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

Cristian Iorga (3):
  netbase: upgrade to 5.3
  libpcap: upgrade to 1.6.2
  iproute2: upgrade to 3.17.0

 ...p-link-Remove-unnecessary-device-checking.patch | 35 --
 .../{iproute2_3.16.0.bb = iproute2_3.17.0.bb} |  5 ++--
 .../libpcap/{libpcap_1.6.1.bb = libpcap_1.6.2.bb} |  4 +--
 .../netbase/{netbase_5.2.bb = netbase_5.3.bb} |  6 ++--
 4 files changed, 7 insertions(+), 43 deletions(-)
 delete mode 100644 
meta/recipes-connectivity/iproute2/iproute2/0001-ip-link-Remove-unnecessary-device-checking.patch
 rename meta/recipes-connectivity/iproute2/{iproute2_3.16.0.bb = 
iproute2_3.17.0.bb} (58%)
 rename meta/recipes-connectivity/libpcap/{libpcap_1.6.1.bb = 
libpcap_1.6.2.bb} (77%)
 rename meta/recipes-core/netbase/{netbase_5.2.bb = netbase_5.3.bb} (76%)

-- 
2.1.0

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH] cups: remove unrecognised option

2014-11-17 Thread Ross Burton
--disable-openssl was removed in 2.0, so don't pass it to configure.

Signed-off-by: Ross Burton ross.bur...@intel.com
---
 meta/recipes-extended/cups/cups.inc |1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-extended/cups/cups.inc 
b/meta/recipes-extended/cups/cups.inc
index 6720c3d..16fdd4f 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -33,7 +33,6 @@ EXTRA_OECONF =  \
--enable-gnutls \
--enable-dbus \
--enable-browsing \
-   --disable-openssl \
--disable-gssapi \
--enable-debug \
--disable-relro \
-- 
1.7.10.4

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH][Dizzy Only] babeltrace: Backport fix for unaligned integer

2014-11-17 Thread Saul Wold

[YOCTO #6464]

Signed-off-by: Saul Wold s...@linux.intel.com
---
This is addressed via a package update in master so this is Dizzy only

Sau!

 ...n-t-perform-unaligned-integer-read-writes.patch | 252 +
 meta/recipes-kernel/lttng/babeltrace_1.2.1.bb  |   1 +
 2 files changed, 253 insertions(+)
 create mode 100644 
meta/recipes-kernel/lttng/babeltrace/0001-Fix-don-t-perform-unaligned-integer-read-writes.patch

diff --git 
a/meta/recipes-kernel/lttng/babeltrace/0001-Fix-don-t-perform-unaligned-integer-read-writes.patch
 
b/meta/recipes-kernel/lttng/babeltrace/0001-Fix-don-t-perform-unaligned-integer-read-writes.patch
new file mode 100644
index 000..ea0aad6
--- /dev/null
+++ 
b/meta/recipes-kernel/lttng/babeltrace/0001-Fix-don-t-perform-unaligned-integer-read-writes.patch
@@ -0,0 +1,252 @@
+From 6a0b6cd5133db9e3c72914d4e5dd7fc792360934 Mon Sep 17 00:00:00 2001
+From: Mathieu Desnoyers mathieu.desnoy...@efficios.com
+Date: Wed, 16 Jul 2014 10:58:48 -0400
+Subject: [PATCH] Fix: don't perform unaligned integer read/writes
+
+Signed-off-by: Mathieu Desnoyers mathieu.desnoy...@efficios.com
+
+Upstream-Status: Backport
+Signed-off-by: Saul Wold s...@linux.intel.com
+
+---
+ formats/ctf/types/integer.c | 108 
+ 1 file changed, 70 insertions(+), 38 deletions(-)
+
+diff --git a/formats/ctf/types/integer.c b/formats/ctf/types/integer.c
+index 189943e..85931be 100644
+--- a/formats/ctf/types/integer.c
 b/formats/ctf/types/integer.c
+@@ -62,7 +62,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   uint8_t v;
+ 
+-  v = *(const uint8_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._unsigned = v;
+   break;
+   }
+@@ -70,7 +70,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   uint16_t v;
+ 
+-  v = *(const uint16_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._unsigned =
+   rbo ? GUINT16_SWAP_LE_BE(v) : v;
+   break;
+@@ -79,7 +79,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   uint32_t v;
+ 
+-  v = *(const uint32_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._unsigned =
+   rbo ? GUINT32_SWAP_LE_BE(v) : v;
+   break;
+@@ -88,7 +88,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   uint64_t v;
+ 
+-  v = *(const uint64_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._unsigned =
+   rbo ? GUINT64_SWAP_LE_BE(v) : v;
+   break;
+@@ -102,7 +102,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   int8_t v;
+ 
+-  v = *(const int8_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._signed = v;
+   break;
+   }
+@@ -110,7 +110,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   int16_t v;
+ 
+-  v = *(const int16_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._signed =
+   rbo ? (int16_t) GUINT16_SWAP_LE_BE(v) : v;
+   break;
+@@ -119,7 +119,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   int32_t v;
+ 
+-  v = *(const int32_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._signed =
+   rbo ? (int32_t) GUINT32_SWAP_LE_BE(v) : v;
+   break;
+@@ -128,7 +128,7 @@ int _aligned_integer_read(struct bt_stream_pos *ppos,
+   {
+   int64_t v;
+ 
+-  v = *(const int64_t *) ctf_get_pos_addr(pos);
++  memcpy(v, ctf_get_pos_addr(pos), sizeof(v));
+   integer_definition-value._signed =
+   rbo ? (int64_t) GUINT64_SWAP_LE_BE(v) : v;
+   break;
+@@ -163,48 +163,80 @@ int _aligned_integer_write(struct bt_stream_pos *ppos,
+   if (pos-dummy)
+   goto end;
+  

Re: [OE-core] [PATCH 0/1] uprev serf: 1.3.6 - 1.3.8

2014-11-17 Thread wenzong fan

On 11/17/2014 11:35 PM, akuster wrote:

Please add to the 1.3.7 the security fix

- CVE-2014-3504: (Closes: #757965)


Ok, I have added this comment and updated the contrib branch.

Thanks
Wenzong



On 11/17/2014 12:38 AM, wenzong@windriver.com wrote:

From: Wenzong Fan wenzong@windriver.com

Release changes:

Serf 1.3.8 [2014-10-20, from /tags/1.3.8, r]
   Fix issue #152: CRC calculation error for gzipped http reponses  4GB.
   Fix issue #153: SSPI CredHandle not freed when APR pool is destroyed.
   Fix issue #154: Disable SSLv2 and SSLv3 as both or broken.

Serf 1.3.7 [2014-08-11, from /tags/1.3.7, r2411]
   Handle NUL bytes in fields of an X.509 certificate. (r2393, r2399)

The following changes since commit
edaeb8940813b620090a0797ad3b6a076897512d:

   bitbake: cooker.py: fix loginfo op being set to an invalid value
(2014-11-12 17:04:50 +)

are available in the git repository at:

   git://git.pokylinux.org/poky-contrib wenzong/serf
   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/serf

Wenzong Fan (1):
   serf: 1.3.6 - 1.3.8

  .../serf/{serf_1.3.6.bb = serf_1.3.8.bb}  |6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
  rename meta/recipes-support/serf/{serf_1.3.6.bb = serf_1.3.8.bb} (74%)




--
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] luajit : Installation fails once enable multilib environment

2014-11-17 Thread Mohd Azril Ahmad
Hi all,

I'm looking for solution regarding the luajit installation fails once I
enable the intel corei7 64-bit with multilib environment where this doesn't
happen on normal setup (non-multilib).

Below are my local config and error log :

local.conf :
---
MACHINE ??= valleyisland-64
...
### Enabling Multi-lib 
require conf/multilib.conf
DEFAULTTUNE = corei7-64
MULTILIBS = multilib:lib32
DEFAULTTUNE_virtclass-multilib-lib32 = corei7-32

luajit 2.0.3 installation error :
-
Build Configuration:
BB_VERSION= 1.22.0
BUILD_SYS = x86_64-linux
NATIVELSBSTRING   = Fedora-20
TARGET_SYS= x86_64-poky-linux
MACHINE   = valleyisland-64
DISTRO= poky
DISTRO_VERSION= 1.6.2
TUNE_FEATURES = m64 corei7
TARGET_FPU= 
meta
meta-yocto
meta-yocto-bsp= daisy:30b8d9378b8260e452552b806610dc9b6fe0b69f
meta-intel
meta-valleyisland = daisy:d9eaf5edeb848671db0a7ac864850833af82bef2
meta-oe
meta-python
meta-networking
meta-multimedia
meta-gnome
meta-efl  = master:a4bdcbdbca05bbb4a452e06982038f0a38bcb91f
meta-browser  = master:1ed7500cc43706165ccac8daccba47124e63d3eb
meta-mycustom = unknown:unknown

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_install (log file is located at
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/temp/log.do_install.24577)
ERROR: Logfile of failure stored in:
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/temp/log.do_install.24577
Log data follows:
| DEBUG: Executing shell function do_install
| NOTE: make -j 8 CROSS=x86_64-poky-linux- TARGET_CFLAGS=
--sysroot=/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/sysroots/valleyisland-64
-m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2 TARGET_LDFLAGS=
--sysroot=/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/sysroots/valleyisland-64
TARGET_SHLDFLAGS=
--sysroot=/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/sysroots/valleyisland-64
HOST_CC=gcc
DESTDIR=/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image
install
|  Installing LuaJIT 2.0.3 to /usr 
| mkdir -p
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/bin
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/include/luajit-2.0
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/share/man/man1
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/pkgconfig
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/share/luajit-2.0.3/jit
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/share/lua/5.1
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/lua/5.1
| cd src  install -m 0755 luajit
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/bin/luajit-2.0.3
| cd src  test -f libluajit.a  install -m 0644 libluajit.a
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/libluajit-5.1.a
|| :
| rm -f
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/bin/luajit
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/libluajit-5.1.so.2.0.3
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/
libluajit-5.1.so
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/
libluajit-5.1.so
| cd src  test -f libluajit.so  \
|   install -m 0755 libluajit.so
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/libluajit-5.1.so.2.0.3
 \
|   ldconfig -n
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib
 \
|   ln -sf libluajit-5.1.so.2.0.3
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/
libluajit-5.1.so  \
|   ln -sf libluajit-5.1.so.2.0.3
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/lib/
libluajit-5.1.so || :
| cd etc  install -m 0644 luajit.1
/MOUNT/EXT/YOCTO_BUILDER/YOCTO_SOURCE/TEST_BUILD/tmp/work/corei7-64-poky-linux/luajit/2.0.3-r0/image/usr/share/man/man1
| cd 

[OE-core] [PATCH 0/3] bison: update to 3.0.2

2014-11-17 Thread Chong Lu
The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:

  bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 
17:04:50 +)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/bison
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/bison

Chong Lu (3):
  bison: update to 3.0.2
  gstreamer: change priv_gst_parse_yylex arguments
  webkit-gtk: ANGLE doesn't build with bison 3

 .../bison/bison-do-not-try-to-generate-docs.patch  | 37 ++
 .../bison/bison/dont-depend-on-help2man.patch  | 32 ---
 .../bison/bison/fix_cross_manpage_building.patch   | 19 ---
 .../bison/{bison_2.7.1.bb = bison_3.0.2.bb}   | 21 ++--
 ...mer-change-priv_gst_parse_yylex-arguments.patch | 33 +++
 .../gstreamer/gstreamer_0.10.36.bb |  1 +
 ...bkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch | 26 +++
 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb   |  1 +
 8 files changed, 108 insertions(+), 62 deletions(-)
 create mode 100644 
meta/recipes-devtools/bison/bison/bison-do-not-try-to-generate-docs.patch
 delete mode 100644 
meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
 delete mode 100644 
meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch
 rename meta/recipes-devtools/bison/{bison_2.7.1.bb = bison_3.0.2.bb} (70%)
 create mode 100644 
meta/recipes-multimedia/gstreamer/gstreamer-0.10.36/gstreamer-change-priv_gst_parse_yylex-arguments.patch
 create mode 100644 
meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch

-- 
1.9.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 2/3] gstreamer: change priv_gst_parse_yylex arguments

2014-11-17 Thread Chong Lu
Change priv_gst_parse_yylex to fit new bison version, else we will
get following error:

| grammar.tab.c: In function 'priv_gst_parse_yyparse':
| grammar.tab.c:67:25: error: too few arguments to function 
'priv_gst_parse_yylex'
|  #define yylex   priv_gst_parse_yylex
|  ^

Signed-off-by: Chong Lu chong...@windriver.com
---
 ...mer-change-priv_gst_parse_yylex-arguments.patch | 33 ++
 .../gstreamer/gstreamer_0.10.36.bb |  1 +
 2 files changed, 34 insertions(+)
 create mode 100644 
meta/recipes-multimedia/gstreamer/gstreamer-0.10.36/gstreamer-change-priv_gst_parse_yylex-arguments.patch

diff --git 
a/meta/recipes-multimedia/gstreamer/gstreamer-0.10.36/gstreamer-change-priv_gst_parse_yylex-arguments.patch
 
b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.36/gstreamer-change-priv_gst_parse_yylex-arguments.patch
new file mode 100644
index 000..bf93cb2
--- /dev/null
+++ 
b/meta/recipes-multimedia/gstreamer/gstreamer-0.10.36/gstreamer-change-priv_gst_parse_yylex-arguments.patch
@@ -0,0 +1,33 @@
+gstreamer: change priv_gst_parse_yylex arguments
+
+Change priv_gst_parse_yylex to fit new bison version, else we will
+get following error:
+
+| grammar.tab.c: In function 'priv_gst_parse_yyparse':
+| grammar.tab.c:67:25: error: too few arguments to function 
'priv_gst_parse_yylex'
+|  #define yylex   priv_gst_parse_yylex
+|  ^
+
+Upstream-Status: Pending
+
+Signed-off-by: Chong Lu chong...@windriver.com
+---
+ gst/parse/grammar.y | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
+index 24fc87b..24fe906 100644
+--- a/gst/parse/grammar.y
 b/gst/parse/grammar.y
+@@ -36,7 +36,7 @@
+ 
+ typedef void* yyscan_t;
+ 
+-int priv_gst_parse_yylex (void * yylval_param , yyscan_t yyscanner);
++int priv_gst_parse_yylex (yyscan_t yyscanner);
+ int priv_gst_parse_yylex_init (yyscan_t scanner);
+ int priv_gst_parse_yylex_destroy (yyscan_t scanner);
+ struct yy_buffer_state * priv_gst_parse_yy_scan_string (char* , yyscan_t);
+-- 
+1.9.1
+
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb 
b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
index f08908a..5b30603 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer_0.10.36.bb
@@ -15,6 +15,7 @@ SRC_URI = 
http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz
file://check_fix.patch \
file://gst-inspect-check-error.patch \

file://0001-baseparse-Fix-self-comparison-always-evaluates-to-tr.patch \
+   file://gstreamer-change-priv_gst_parse_yylex-arguments.patch \
 
 
 SRC_URI[md5sum] = a0cf7d6877f694a1a2ad2b4d1ecb890b
-- 
1.9.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 1/3] bison: update to 3.0.2

2014-11-17 Thread Chong Lu
Upgrade bison to 3.0.2.
Don't try to generate docs when cross-compiling.
Remove unneeded patches: dont-depend-on-help2man.patch and
fix_cross_manpage_building.patch

Signed-off-by: Chong Lu chong...@windriver.com
---
 .../bison/bison-do-not-try-to-generate-docs.patch  | 37 ++
 .../bison/bison/dont-depend-on-help2man.patch  | 32 ---
 .../bison/bison/fix_cross_manpage_building.patch   | 19 ---
 .../bison/{bison_2.7.1.bb = bison_3.0.2.bb}   | 21 ++--
 4 files changed, 47 insertions(+), 62 deletions(-)
 create mode 100644 
meta/recipes-devtools/bison/bison/bison-do-not-try-to-generate-docs.patch
 delete mode 100644 
meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
 delete mode 100644 
meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch
 rename meta/recipes-devtools/bison/{bison_2.7.1.bb = bison_3.0.2.bb} (70%)

diff --git 
a/meta/recipes-devtools/bison/bison/bison-do-not-try-to-generate-docs.patch 
b/meta/recipes-devtools/bison/bison/bison-do-not-try-to-generate-docs.patch
new file mode 100644
index 000..53a3d9b
--- /dev/null
+++ b/meta/recipes-devtools/bison/bison/bison-do-not-try-to-generate-docs.patch
@@ -0,0 +1,37 @@
+bison: don't try to generate docs
+
+We usually cannot run the just created binaries when cross-compiling,
+so in that case ignore the documentation dependencies.
+
+Upstream-Status: Inappropriate
+
+Signed-off-by: Chong Lu chong...@windriver.com
+---
+ doc/local.mk |4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/doc/local.mk b/doc/local.mk
+index 4fe0859..27e3cc2 100644
+--- a/doc/local.mk
 b/doc/local.mk
+@@ -86,7 +86,7 @@ doc/refcard.pdf: doc/refcard.tex
+ 
+ EXTRA_DIST += $(top_srcdir)/doc/bison.help
+ MAINTAINERCLEANFILES += $(top_srcdir)/doc/bison.help
+-$(top_srcdir)/doc/bison.help: src/bison$(EXEEXT)
++$(top_srcdir)/doc/bison.help:
+   $(AM_V_GEN)src/bison$(EXEEXT) --version doc/bison.help.tmp
+   $(AM_V_at) src/bison$(EXEEXT) --help   doc/bison.help.tmp
+   $(AM_V_at)$(top_srcdir)/build-aux/move-if-change doc/bison.help.tmp $@
+@@ -106,7 +106,7 @@ remove_time_stamp = \
+   sed 's/^\(\.TH[^]*[^]*[^]*\)[^]*/\1/'
+ 
+ # Depend on configure to get version number changes.
+-$(top_srcdir)/doc/bison.1: doc/bison.help doc/bison.x $(top_srcdir)/configure
++$(top_srcdir)/doc/bison.1:
+   $(AM_V_GEN)$(HELP2MAN)  \
+   --include=$(top_srcdir)/doc/bison.x \
+   --output=$@.t src/bison$(EXEEXT)
+-- 
+1.7.9.5
+
diff --git a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch 
b/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
deleted file mode 100644
index 21b44bf..000
--- a/meta/recipes-devtools/bison/bison/dont-depend-on-help2man.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Upstream-Status: Inappropriate
-
-Signed-off-by: Marko Lindqvist cazf...@gmail.com
-diff -Nurd bison-2.7/doc/Makefile.am bison-2.7/doc/Makefile.am
 bison-2.7/doc/Makefile.am  2012-12-09 17:51:03.0 +0200
-+++ bison-2.7/doc/Makefile.am  2013-01-02 06:49:50.804894071 +0200
-@@ -52,15 +52,11 @@
- ## Man Pages.  ##
- ## --- ##
-
--dist_man_MANS = $(srcdir)/bison.1
--
--EXTRA_DIST += $(dist_man_MANS:.1=.x) common.x
--MAINTAINERCLEANFILES += $(dist_man_MANS)
-+EXTRA_DIST += bison.x common.x
-
- # Depend on configure to get version number changes.
- common_dep = $(top_srcdir)/configure $(srcdir)/common.x
- srcsrcdir = $(top_srcdir)/bin
--$(srcdir)/bison.1:  $(common_dep) $(top_srcdir)/src/getargs.c
-
- # Differences to ignore when comparing the man page (the date).
- remove_time_stamp = \
-@@ -94,8 +90,6 @@
-   fi
-   $(AM_V_at)rm -f $@*.t
-
--nodist_man_MANS = yacc.1
--
- ## -- ##
- ## Graphviz examples generation.  ##
- ## -- ##
diff --git a/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch 
b/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch
deleted file mode 100644
index 8b68379..000
--- a/meta/recipes-devtools/bison/bison/fix_cross_manpage_building.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Upstream-Status: Inappropriate [embedded specific]
-
-help2man is looking at the generated binary for help output. This does not 
work for cross compilations. So taking out the local PREPATH (../src) directory 
from path so that help2 man can find the native version of the bison in the 
native sysroot directory.
-
-Date: 2010/06/28
-Signed-Off-By: Nitin A Kamble nitin.a.kam...@intel.com
-
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index c7f2755..af9453a 100644
 a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -80,7 +80,6 @@ PREPATH = $(top_builddir)/src
- echo cd $$dir '' $(MAKE) $(AM_MAKEFLAGS) $$program\
- (cd $$dir  $(MAKE) $(AM_MAKEFLAGS) $$program) || exit;  \
-   done
--  $(AM_V_at)PATH=$(PREPATH)$(PATH_SEPARATOR)$$PATH;  \
-   export PATH;  

[OE-core] [PATCH 3/3] webkit-gtk: ANGLE doesn't build with bison 3

2014-11-17 Thread Chong Lu
Use %lex-param to set YYLEX_PARAM.

Signed-off-by: Chong Lu chong...@windriver.com
---
 ...bkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch | 26 ++
 meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb   |  1 +
 2 files changed, 27 insertions(+)
 create mode 100644 
meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch

diff --git 
a/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
 
b/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
new file mode 100644
index 000..e7e9083
--- /dev/null
+++ 
b/meta/recipes-sato/webkit/files/webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch
@@ -0,0 +1,26 @@
+webkit-gtk: ANGLE doesn't build with bison 3
+
+Use %lex-param to set YYLEX_PARAM.
+
+Upstream-Status: Pending
+
+Signed-off-by: Chong Lu chong...@windriver.com
+---
+ Source/ThirdParty/ANGLE/src/compiler/glslang.y | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Source/ThirdParty/ANGLE/src/compiler/glslang.y 
b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+index ec1a85c..15723cc 100644
+--- a/Source/ThirdParty/ANGLE/src/compiler/glslang.y
 b/Source/ThirdParty/ANGLE/src/compiler/glslang.y
+@@ -32,6 +32,7 @@ WHICH GENERATES THE GLSL ES PARSER (glslang_tab.cpp AND 
glslang_tab.h).
+ %expect 1 /* One shift reduce conflict because of if | else */
+ %pure-parser
+ %parse-param {TParseContext* context}
++%lex-param {YYLEX_PARAM}
+ 
+ %union {
+ struct {
+-- 
+1.9.1
+
diff --git a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb 
b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
index 29f8a79..735ce5f 100644
--- a/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
+++ b/meta/recipes-sato/webkit/webkit-gtk_1.8.3.bb
@@ -26,6 +26,7 @@ SRC_URI = \
   file://obsolete_automake_macros.patch \
   file://0001-Enable-mips64-build.patch \
   file://aarch64.patch \
+  file://webkit-gtk-ANGLE-doesn-t-build-with-bison-3.patch \
  
 
 SRC_URI[md5sum] = dcbf9d5e2e6391f857c29a57528b32a6
-- 
1.9.1

-- 
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core