All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-browser][PATCH V2 1/3] chromium: Remove older recipes
Date: Sat, 29 Jun 2013 14:27:13 +0200	[thread overview]
Message-ID: <20130629122713.GT3261@jama> (raw)
In-Reply-To: <1372437419-31205-1-git-send-email-raj.khem@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4244 bytes --]

On Fri, Jun 28, 2013 at 09:36:56AM -0700, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  ...ser_main_loop.cc-fix-build-with-glib-2.35.patch |   42 --
>  .../chromium-24.0.1312.52/armv6/include.gypi       |    8 -
>  .../chromium-24.0.1312.52/armv6/oe-defaults.gypi   |   15 -
>  .../chromium-24.0.1312.52/armv7a/include.gypi      |    9 -
>  .../chromium-24.0.1312.52/armv7a/oe-defaults.gypi  |   15 -
>  .../glib-2.16-use-siginfo_t.patch                  |   35 --
>  .../chromium-24.0.1312.52/i586/include.gypi        |    5 -
>  .../chromium-24.0.1312.52/i586/oe-defaults.gypi    |   15 -
>  .../chromium-24.0.1312.52/ui-gl-no-narrowing.patch |   20 -
>  .../chromium/chromium-24.0.1312.52/unistd-2.patch  |   27 -
>  .../chromium-24.0.1312.52/x86-64/include.gypi      |    5 -
>  .../chromium-24.0.1312.52/x86-64/oe-defaults.gypi  |   15 -
>  .../chromium/chromium-29.0.1518.2/google-chrome    |    7 +
>  .../chromium-29.0.1518.2/google-chrome.desktop     |  222 ++++++++
>  .../chromium/chromium/armv6/include.gypi           |   26 -
>  .../chromium/chromium/armv7a/include.gypi          |   26 -
>  recipes-browser/chromium/chromium/bison-2.6.patch  |  558 --------------------
>  recipes-browser/chromium/chromium/google-chrome    |    7 -
>  .../chromium/chromium/google-chrome.desktop        |  222 --------
>  recipes-browser/chromium/chromium/gypi.patch       |   19 -
>  recipes-browser/chromium/chromium/memset.patch     |   13 -
>  .../chromium/chromium/softfloat-fix.patch          |   22 -
>  recipes-browser/chromium/chromium/unistd.patch     |   51 --
>  recipes-browser/chromium/chromium_19.0.1049.3.bb   |  150 ------
>  recipes-browser/chromium/chromium_20.0.1086.0.bb   |  141 -----
>  recipes-browser/chromium/chromium_24.0.1312.52.bb  |   76 ---
>  26 files changed, 229 insertions(+), 1522 deletions(-)
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/0001-browser_main_loop.cc-fix-build-with-glib-2.35.patch
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/armv6/include.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/armv6/oe-defaults.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/armv7a/include.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/armv7a/oe-defaults.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/glib-2.16-use-siginfo_t.patch
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/i586/include.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/i586/oe-defaults.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/ui-gl-no-narrowing.patch
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/unistd-2.patch
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/x86-64/include.gypi
>  delete mode 100644 recipes-browser/chromium/chromium-24.0.1312.52/x86-64/oe-defaults.gypi
>  create mode 100644 recipes-browser/chromium/chromium-29.0.1518.2/google-chrome
>  create mode 100644 recipes-browser/chromium/chromium-29.0.1518.2/google-chrome.desktop

Fails to apply cleanly:

patching file recipes-browser/chromium/chromium/google-chrome.desktop
Reversed (or previously applied) patch detected!  Assume -R? [n] ^C

>  delete mode 100644 recipes-browser/chromium/chromium/armv6/include.gypi
>  delete mode 100644 recipes-browser/chromium/chromium/armv7a/include.gypi
>  delete mode 100644 recipes-browser/chromium/chromium/bison-2.6.patch
>  delete mode 100755 recipes-browser/chromium/chromium/google-chrome
>  delete mode 100644 recipes-browser/chromium/chromium/google-chrome.desktop
>  delete mode 100644 recipes-browser/chromium/chromium/gypi.patch
>  delete mode 100644 recipes-browser/chromium/chromium/memset.patch
>  delete mode 100644 recipes-browser/chromium/chromium/softfloat-fix.patch
>  delete mode 100644 recipes-browser/chromium/chromium/unistd.patch
>  delete mode 100644 recipes-browser/chromium/chromium_19.0.1049.3.bb
>  delete mode 100644 recipes-browser/chromium/chromium_20.0.1086.0.bb
>  delete mode 100644 recipes-browser/chromium/chromium_24.0.1312.52.bb

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  parent reply	other threads:[~2013-06-29 12:26 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28 16:36 [meta-browser][PATCH V2 1/3] chromium: Remove older recipes Khem Raj
2013-06-28 16:36 ` [meta-browser][PATCH V2 2/3] libxi_1.7.1.bbappend: Remove Khem Raj
2013-06-28 16:36 ` [meta-browser][PATCH V2 3/3] nspr: Match the bbappend to OE-Core Khem Raj
2013-06-29 12:27 ` Martin Jansa [this message]
2013-06-29 14:30   ` [meta-browser][PATCH V2 1/3] chromium: Remove older recipes Khem Raj
2013-06-29 15:36     ` Martin Jansa
2013-06-29 15:46       ` Martin Jansa
2013-06-29 17:47         ` Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130629122713.GT3261@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.