Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-14 Thread Gary Thomas
On 2014-03-14 14:52, Otavio Salvador wrote:
> On Fri, Mar 14, 2014 at 1:57 PM, Gary Thomas  wrote:
>> On 2014-03-13 05:12, Gary Thomas wrote:
>>> On 2014-03-11 22:46, Khem Raj wrote:
 Removed already applied patches

 License year changed thats why there is change in checksum

 -// Copyright 2014 The Chromium Authors. All rights reserved.
 +// Copyright (c) 2013 The Chromium Authors. All rights reserved.

 we see

 rpm/bin/debugedit: canonicalization unexpectedly shrank by one character

 so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"

 Signed-off-by: Khem Raj 
 ---
  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
  .../armv6/oe-defaults.gypi|  0
  .../armv7a/include.gypi   |  0
  .../armv7a/oe-defaults.gypi   |  0
  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
  .../google-chrome.desktop |  0
  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
  .../i586/oe-defaults.gypi |  0
  .../secitem_array.patch   |  0
  .../uninitialised-warning.patch   |  6 +++---
  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
  .../x86-64/include.gypi   |  0
  .../x86-64/oe-defaults.gypi   |  0
  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
 ---
  15 files changed, 11 insertions(+), 10 deletions(-)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
 (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/armv6/include.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/armv6/oe-defaults.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/armv7a/include.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/armv7a/oe-defaults.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/google-chrome (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/google-chrome.desktop (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/i586/include.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/i586/oe-defaults.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/secitem_array.patch (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/uninitialised-warning.patch (96%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/unistd-2.patch (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/x86-64/include.gypi (100%)
  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
 chromium}/x86-64/oe-defaults.gypi (100%)
  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
 chromium_35.0.1883.0.bb} (84%)

 diff --git 
 a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
  
 b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
 similarity index 100%
 rename from 
 recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
 rename to 
 recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
 diff --git 
 a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
 b/recipes-browser/chromium/chromium/armv6/include.gypi
 similarity index 100%
 rename from 
 recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
 rename to recipes-browser/chromium/chromium/armv6/include.gypi
 diff --git 
 a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
 b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
 similarity index 100%
 rename from 
 recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
 rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
 diff --git 
 a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
 b/recipes-browser/chromium/chromium/armv7a/include.gypi
 similarity index 100%
 rename from 
 recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
 rename to recipes-browser/chromium/chromium/armv7a/include.gypi
 diff --git 
 a/recipes-browser/chromium/

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-14 Thread Otavio Salvador
On Fri, Mar 14, 2014 at 1:57 PM, Gary Thomas  wrote:
> On 2014-03-13 05:12, Gary Thomas wrote:
>> On 2014-03-11 22:46, Khem Raj wrote:
>>> Removed already applied patches
>>>
>>> License year changed thats why there is change in checksum
>>>
>>> -// Copyright 2014 The Chromium Authors. All rights reserved.
>>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
>>>
>>> we see
>>>
>>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
>>>
>>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
>>>
>>> Signed-off-by: Khem Raj 
>>> ---
>>>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>>>  .../armv6/oe-defaults.gypi|  0
>>>  .../armv7a/include.gypi   |  0
>>>  .../armv7a/oe-defaults.gypi   |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>>>  .../google-chrome.desktop |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>>>  .../i586/oe-defaults.gypi |  0
>>>  .../secitem_array.patch   |  0
>>>  .../uninitialised-warning.patch   |  6 +++---
>>>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>>>  .../x86-64/include.gypi   |  0
>>>  .../x86-64/oe-defaults.gypi   |  0
>>>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
>>> ---
>>>  15 files changed, 11 insertions(+), 10 deletions(-)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
>>> (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv6/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv6/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv7a/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv7a/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/google-chrome (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/google-chrome.desktop (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/i586/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/i586/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/secitem_array.patch (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/uninitialised-warning.patch (96%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/unistd-2.patch (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/x86-64/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/x86-64/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
>>> chromium_35.0.1883.0.bb} (84%)
>>>
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>>  
>>> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> rename to 
>>> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
>>> b/recipes-browser/chromium/chromium/armv6/include.gypi
>>> similarity index 100%
>>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
>>> rename to recipes-browser/chromium/chromium/armv6/include.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
>>> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
>>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
>>> b/recipes-browser/chromium/chromium/armv7a/include.gypi
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
>>> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
>>> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
>>> similarity index 100%
>>> rename fr

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-14 Thread Khem Raj
Thanks for patches, will do
-Khem


On Fri, Mar 14, 2014 at 9:57 AM, Gary Thomas  wrote:
> On 2014-03-13 05:12, Gary Thomas wrote:
>> On 2014-03-11 22:46, Khem Raj wrote:
>>> Removed already applied patches
>>>
>>> License year changed thats why there is change in checksum
>>>
>>> -// Copyright 2014 The Chromium Authors. All rights reserved.
>>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
>>>
>>> we see
>>>
>>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
>>>
>>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
>>>
>>> Signed-off-by: Khem Raj 
>>> ---
>>>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>>>  .../armv6/oe-defaults.gypi|  0
>>>  .../armv7a/include.gypi   |  0
>>>  .../armv7a/oe-defaults.gypi   |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>>>  .../google-chrome.desktop |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>>>  .../i586/oe-defaults.gypi |  0
>>>  .../secitem_array.patch   |  0
>>>  .../uninitialised-warning.patch   |  6 +++---
>>>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>>>  .../x86-64/include.gypi   |  0
>>>  .../x86-64/oe-defaults.gypi   |  0
>>>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
>>> ---
>>>  15 files changed, 11 insertions(+), 10 deletions(-)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
>>> (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv6/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv6/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv7a/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv7a/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/google-chrome (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/google-chrome.desktop (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/i586/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/i586/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/secitem_array.patch (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/uninitialised-warning.patch (96%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/unistd-2.patch (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/x86-64/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/x86-64/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
>>> chromium_35.0.1883.0.bb} (84%)
>>>
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>>  
>>> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> rename to 
>>> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
>>> b/recipes-browser/chromium/chromium/armv6/include.gypi
>>> similarity index 100%
>>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
>>> rename to recipes-browser/chromium/chromium/armv6/include.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
>>> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
>>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
>>> b/recipes-browser/chromium/chromium/armv7a/include.gypi
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
>>> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
>>> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
>>>

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-14 Thread Gary Thomas
On 2014-03-13 05:12, Gary Thomas wrote:
> On 2014-03-11 22:46, Khem Raj wrote:
>> Removed already applied patches
>>
>> License year changed thats why there is change in checksum
>>
>> -// Copyright 2014 The Chromium Authors. All rights reserved.
>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
>>
>> we see
>>
>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
>>
>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
>>
>> Signed-off-by: Khem Raj 
>> ---
>>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>>  .../armv6/oe-defaults.gypi|  0
>>  .../armv7a/include.gypi   |  0
>>  .../armv7a/oe-defaults.gypi   |  0
>>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>>  .../google-chrome.desktop |  0
>>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>>  .../i586/oe-defaults.gypi |  0
>>  .../secitem_array.patch   |  0
>>  .../uninitialised-warning.patch   |  6 +++---
>>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>>  .../x86-64/include.gypi   |  0
>>  .../x86-64/oe-defaults.gypi   |  0
>>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
>> ---
>>  15 files changed, 11 insertions(+), 10 deletions(-)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
>> (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv6/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv6/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv7a/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv7a/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/google-chrome (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/google-chrome.desktop (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/i586/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/i586/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/secitem_array.patch (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/uninitialised-warning.patch (96%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/unistd-2.patch (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/x86-64/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/x86-64/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
>> chromium_35.0.1883.0.bb} (84%)
>>
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>  
>> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>> similarity index 100%
>> rename from 
>> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>> rename to 
>> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
>> b/recipes-browser/chromium/chromium/armv6/include.gypi
>> similarity index 100%
>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
>> rename to recipes-browser/chromium/chromium/armv6/include.gypi
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
>> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>> similarity index 100%
>> rename from 
>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
>> b/recipes-browser/chromium/chromium/armv7a/include.gypi
>> similarity index 100%
>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
>> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
>> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
>> similarity index 100%
>> rename from 
>> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi
>> rename to recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
>> diff --

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-13 Thread Gary Thomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2014-03-12 19:08, Martin Jansa wrote:
> On Wed, Mar 12, 2014 at 06:42:45PM -0600, Gary Thomas wrote:
>> On 2014-03-12 18:02, Khem Raj wrote:
>>> On Wed, Mar 12, 2014 at 4:57 PM, Gary Thomas  wrote:
 On 2014-03-11 22:46, Khem Raj wrote:
> Removed already applied patches
> 
> License year changed thats why there is change in checksum
> 
> -// Copyright 2014 The Chromium Authors. All rights reserved. +// 
> Copyright (c) 2013 The Chromium Authors. All rights reserved.
> 
> we see
> 
> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
> 
> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
> 
> Signed-off-by: Khem Raj  --- 
> ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0 
> .../{chromium-29.0.1518.2 =>
> chromium}/armv6/include.gypi |  0 .../armv6/oe-defaults.gypi  
>   |  0 .../armv7a/include.gypi
>|  0 
> .../armv7a/oe-defaults.gypi   |  0 
> .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0 
> .../google-chrome.desktop
> |  0 .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0 
> .../i586/oe-defaults.gypi |  0 
> .../secitem_array.patch
> |  0 .../uninitialised-warning.patch   |  6 
> +++--- .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0 
> .../x86-64/include.gypi
> |  0 .../x86-64/oe-defaults.gypi   |  0 
> .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
> --- 15 files changed, 11
> insertions(+), 10 deletions(-) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
> (100%) 
> rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv6/include.gypi (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 =>
> chromium}/armv6/oe-defaults.gypi (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv7a/include.gypi (100%) rename
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv7a/oe-defaults.gypi (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 =>
> chromium}/google-chrome (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/google-chrome.desktop (100%) rename
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/i586/include.gypi (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 =>
> chromium}/i586/oe-defaults.gypi (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/secitem_array.patch (100%) rename
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/uninitialised-warning.patch (96%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 =>
> chromium}/unistd-2.patch (100%) rename 
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/x86-64/include.gypi (100%) rename
> recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/x86-64/oe-defaults.gypi (100%) rename 
> recipes-browser/chromium/{chromium_29.0.1518.2.bb =>
> chromium_35.0.1883.0.bb} (84%)
> 
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>  similarity index 100% rename from
> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>  rename to
> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>  diff --git
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
> b/recipes-browser/chromium/chromium/armv6/include.gypi similarity index 
> 100% rename from
> recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi rename 
> to recipes-browser/chromium/chromium/armv6/include.gypi diff --git
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi similarity 
> index 100% rename from
> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi diff 
> --git
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
> b/recipes-browser/chromium/chromium/armv7a/include.gypi similarity index 
> 100% rename from
> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi rename 
> to recipes-browser/chromium/chromium/armv7a/in

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-13 Thread Gary Thomas
On 2014-03-11 22:46, Khem Raj wrote:
> Removed already applied patches
> 
> License year changed thats why there is change in checksum
> 
> -// Copyright 2014 The Chromium Authors. All rights reserved.
> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
> 
> we see
> 
> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
> 
> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
> 
> Signed-off-by: Khem Raj 
> ---
>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>  .../armv6/oe-defaults.gypi|  0
>  .../armv7a/include.gypi   |  0
>  .../armv7a/oe-defaults.gypi   |  0
>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>  .../google-chrome.desktop |  0
>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>  .../i586/oe-defaults.gypi |  0
>  .../secitem_array.patch   |  0
>  .../uninitialised-warning.patch   |  6 +++---
>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>  .../x86-64/include.gypi   |  0
>  .../x86-64/oe-defaults.gypi   |  0
>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
> ---
>  15 files changed, 11 insertions(+), 10 deletions(-)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv6/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv6/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv7a/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv7a/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/google-chrome (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/google-chrome.desktop (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/i586/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/i586/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/secitem_array.patch (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/uninitialised-warning.patch (96%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/unistd-2.patch (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/x86-64/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/x86-64/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
> chromium_35.0.1883.0.bb} (84%)
> 
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>  
> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> similarity index 100%
> rename from 
> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> rename to 
> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
> b/recipes-browser/chromium/chromium/armv6/include.gypi
> similarity index 100%
> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
> rename to recipes-browser/chromium/chromium/armv6/include.gypi
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
> similarity index 100%
> rename from 
> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
> b/recipes-browser/chromium/chromium/armv7a/include.gypi
> similarity index 100%
> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
> similarity index 100%
> rename from 
> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi
> rename to recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/google-chrome 
> b/recipes-browser/chromium/chromium/google-chrome
> similarity index 100

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-12 Thread Khem Raj
On Wed, Mar 12, 2014 at 5:42 PM, Gary Thomas  wrote:
> Yes, the failing machine is 32bit.  'ulimit -m' shows unlimited, so my
> 3G of RAM + 5G of swap _should_ be the same.

if you take a look here
https://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites

it asks for 4G RAM/8G swap/10 GB storage

your system looks like is not sufficiently resourced to build chromium
and its 32bit

that sort of limits the memory linker can use too,  --no-keep-memory
as Martin said could help a bit but only if you are hoverning around
borders at the expense of speed

may be your option is to use larger swap space + --no-keep-memory

better one is to just buy a new 64bit machine with 8G of RAM :)
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-12 Thread Martin Jansa
On Wed, Mar 12, 2014 at 06:42:45PM -0600, Gary Thomas wrote:
> On 2014-03-12 18:02, Khem Raj wrote:
> > On Wed, Mar 12, 2014 at 4:57 PM, Gary Thomas  wrote:
> >> On 2014-03-11 22:46, Khem Raj wrote:
> >>> Removed already applied patches
> >>>
> >>> License year changed thats why there is change in checksum
> >>>
> >>> -// Copyright 2014 The Chromium Authors. All rights reserved.
> >>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
> >>>
> >>> we see
> >>>
> >>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
> >>>
> >>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
> >>>
> >>> Signed-off-by: Khem Raj 
> >>> ---
> >>>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
> >>>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
> >>>  .../armv6/oe-defaults.gypi|  0
> >>>  .../armv7a/include.gypi   |  0
> >>>  .../armv7a/oe-defaults.gypi   |  0
> >>>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
> >>>  .../google-chrome.desktop |  0
> >>>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
> >>>  .../i586/oe-defaults.gypi |  0
> >>>  .../secitem_array.patch   |  0
> >>>  .../uninitialised-warning.patch   |  6 +++---
> >>>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
> >>>  .../x86-64/include.gypi   |  0
> >>>  .../x86-64/oe-defaults.gypi   |  0
> >>>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
> >>> ---
> >>>  15 files changed, 11 insertions(+), 10 deletions(-)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
> >>> (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/armv6/include.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/armv6/oe-defaults.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/armv7a/include.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/armv7a/oe-defaults.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/google-chrome (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/google-chrome.desktop (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/i586/include.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/i586/oe-defaults.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/secitem_array.patch (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/uninitialised-warning.patch (96%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/unistd-2.patch (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/x86-64/include.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> >>> chromium}/x86-64/oe-defaults.gypi (100%)
> >>>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
> >>> chromium_35.0.1883.0.bb} (84%)
> >>>
> >>> diff --git 
> >>> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> >>>  
> >>> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> >>> similarity index 100%
> >>> rename from 
> >>> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> >>> rename to 
> >>> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> >>> diff --git 
> >>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
> >>> b/recipes-browser/chromium/chromium/armv6/include.gypi
> >>> similarity index 100%
> >>> rename from 
> >>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
> >>> rename to recipes-browser/chromium/chromium/armv6/include.gypi
> >>> diff --git 
> >>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
> >>> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
> >>> similarity index 100%
> >>> rename from 
> >>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
> >>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
> >>> diff --git 
> >>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
> >>> b/recipes-browser/chromium/chromium/armv7a/include.gypi
> >>> similarity index 100%
> >>> rename from 
> >>> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
> >>> ren

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-12 Thread Gary Thomas
On 2014-03-12 18:02, Khem Raj wrote:
> On Wed, Mar 12, 2014 at 4:57 PM, Gary Thomas  wrote:
>> On 2014-03-11 22:46, Khem Raj wrote:
>>> Removed already applied patches
>>>
>>> License year changed thats why there is change in checksum
>>>
>>> -// Copyright 2014 The Chromium Authors. All rights reserved.
>>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
>>>
>>> we see
>>>
>>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
>>>
>>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
>>>
>>> Signed-off-by: Khem Raj 
>>> ---
>>>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>>>  .../armv6/oe-defaults.gypi|  0
>>>  .../armv7a/include.gypi   |  0
>>>  .../armv7a/oe-defaults.gypi   |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>>>  .../google-chrome.desktop |  0
>>>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>>>  .../i586/oe-defaults.gypi |  0
>>>  .../secitem_array.patch   |  0
>>>  .../uninitialised-warning.patch   |  6 +++---
>>>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>>>  .../x86-64/include.gypi   |  0
>>>  .../x86-64/oe-defaults.gypi   |  0
>>>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
>>> ---
>>>  15 files changed, 11 insertions(+), 10 deletions(-)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
>>> (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv6/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv6/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv7a/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/armv7a/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/google-chrome (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/google-chrome.desktop (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/i586/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/i586/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/secitem_array.patch (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/uninitialised-warning.patch (96%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/unistd-2.patch (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/x86-64/include.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>>> chromium}/x86-64/oe-defaults.gypi (100%)
>>>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
>>> chromium_35.0.1883.0.bb} (84%)
>>>
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>>  
>>> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> rename to 
>>> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
>>> b/recipes-browser/chromium/chromium/armv6/include.gypi
>>> similarity index 100%
>>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
>>> rename to recipes-browser/chromium/chromium/armv6/include.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
>>> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
>>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
>>> b/recipes-browser/chromium/chromium/armv7a/include.gypi
>>> similarity index 100%
>>> rename from 
>>> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
>>> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
>>> diff --git 
>>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
>>> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
>>> similarity index 100%
>>> rename from 

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-12 Thread Khem Raj
On Wed, Mar 12, 2014 at 4:57 PM, Gary Thomas  wrote:
> On 2014-03-11 22:46, Khem Raj wrote:
>> Removed already applied patches
>>
>> License year changed thats why there is change in checksum
>>
>> -// Copyright 2014 The Chromium Authors. All rights reserved.
>> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
>>
>> we see
>>
>> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
>>
>> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
>>
>> Signed-off-by: Khem Raj 
>> ---
>>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>>  .../armv6/oe-defaults.gypi|  0
>>  .../armv7a/include.gypi   |  0
>>  .../armv7a/oe-defaults.gypi   |  0
>>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>>  .../google-chrome.desktop |  0
>>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>>  .../i586/oe-defaults.gypi |  0
>>  .../secitem_array.patch   |  0
>>  .../uninitialised-warning.patch   |  6 +++---
>>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>>  .../x86-64/include.gypi   |  0
>>  .../x86-64/oe-defaults.gypi   |  0
>>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
>> ---
>>  15 files changed, 11 insertions(+), 10 deletions(-)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch 
>> (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv6/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv6/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv7a/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/armv7a/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/google-chrome (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/google-chrome.desktop (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/i586/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/i586/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/secitem_array.patch (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/uninitialised-warning.patch (96%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/unistd-2.patch (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/x86-64/include.gypi (100%)
>>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
>> chromium}/x86-64/oe-defaults.gypi (100%)
>>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
>> chromium_35.0.1883.0.bb} (84%)
>>
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>>  
>> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>> similarity index 100%
>> rename from 
>> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>> rename to 
>> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
>> b/recipes-browser/chromium/chromium/armv6/include.gypi
>> similarity index 100%
>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
>> rename to recipes-browser/chromium/chromium/armv6/include.gypi
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
>> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>> similarity index 100%
>> rename from 
>> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
>> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
>> b/recipes-browser/chromium/chromium/armv7a/include.gypi
>> similarity index 100%
>> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
>> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
>> diff --git 
>> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
>> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
>> similarity index 100%
>> rename from 
>> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi
>> rename to recipes-browser/chromium/chromium/armv7a/oe-defaults.gy

Re: [oe] [meta-browser][RFT][PATCH] chromium: Upgrade 29 -> 35

2014-03-12 Thread Gary Thomas
On 2014-03-11 22:46, Khem Raj wrote:
> Removed already applied patches
> 
> License year changed thats why there is change in checksum
> 
> -// Copyright 2014 The Chromium Authors. All rights reserved.
> +// Copyright (c) 2013 The Chromium Authors. All rights reserved.
> 
> we see
> 
> rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
> 
> so we add PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
> 
> Signed-off-by: Khem Raj 
> ---
>  ..._focus_tracker_notify_deprecated_since_ATK_2_9_4.patch |  0
>  .../{chromium-29.0.1518.2 => chromium}/armv6/include.gypi |  0
>  .../armv6/oe-defaults.gypi|  0
>  .../armv7a/include.gypi   |  0
>  .../armv7a/oe-defaults.gypi   |  0
>  .../{chromium-29.0.1518.2 => chromium}/google-chrome  |  0
>  .../google-chrome.desktop |  0
>  .../{chromium-29.0.1518.2 => chromium}/i586/include.gypi  |  0
>  .../i586/oe-defaults.gypi |  0
>  .../secitem_array.patch   |  0
>  .../uninitialised-warning.patch   |  6 +++---
>  .../{chromium-29.0.1518.2 => chromium}/unistd-2.patch |  0
>  .../x86-64/include.gypi   |  0
>  .../x86-64/oe-defaults.gypi   |  0
>  .../{chromium_29.0.1518.2.bb => chromium_35.0.1883.0.bb}  | 15 
> ---
>  15 files changed, 11 insertions(+), 10 deletions(-)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv6/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv6/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv7a/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/armv7a/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/google-chrome (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/google-chrome.desktop (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/i586/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/i586/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/secitem_array.patch (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/uninitialised-warning.patch (96%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/unistd-2.patch (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/x86-64/include.gypi (100%)
>  rename recipes-browser/chromium/{chromium-29.0.1518.2 => 
> chromium}/x86-64/oe-defaults.gypi (100%)
>  rename recipes-browser/chromium/{chromium_29.0.1518.2.bb => 
> chromium_35.0.1883.0.bb} (84%)
> 
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
>  
> b/recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> similarity index 100%
> rename from 
> recipes-browser/chromium/chromium-29.0.1518.2/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> rename to 
> recipes-browser/chromium/chromium/001-atk_focus_tracker_notify_deprecated_since_ATK_2_9_4.patch
> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi 
> b/recipes-browser/chromium/chromium/armv6/include.gypi
> similarity index 100%
> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv6/include.gypi
> rename to recipes-browser/chromium/chromium/armv6/include.gypi
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi 
> b/recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
> similarity index 100%
> rename from 
> recipes-browser/chromium/chromium-29.0.1518.2/armv6/oe-defaults.gypi
> rename to recipes-browser/chromium/chromium/armv6/oe-defaults.gypi
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi 
> b/recipes-browser/chromium/chromium/armv7a/include.gypi
> similarity index 100%
> rename from recipes-browser/chromium/chromium-29.0.1518.2/armv7a/include.gypi
> rename to recipes-browser/chromium/chromium/armv7a/include.gypi
> diff --git 
> a/recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi 
> b/recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
> similarity index 100%
> rename from 
> recipes-browser/chromium/chromium-29.0.1518.2/armv7a/oe-defaults.gypi
> rename to recipes-browser/chromium/chromium/armv7a/oe-defaults.gypi
> diff --git a/recipes-browser/chromium/chromium-29.0.1518.2/google-chrome 
> b/recipes-browser/chromium/chromium/google-chrome
> similarity index 100