All of lore.kernel.org
 help / color / mirror / Atom feed
From: Apelete Seketeli <apelete@seketeli.net>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/14][2011.03-maintenance] Pull request 20120705
Date: Thu,  5 Jul 2012 19:39:18 +0200	[thread overview]
Message-ID: <cover.1341438914.git.apelete@seketeli.net> (raw)

Hello,

The patches that come as a follow-up of this message fix build issues
for the muffinman-image recipe. This is the result of rebasing them
from master and testing that the recipes still build.
Please pull this commit into 2011.03-maintenance branch.

The following changes since commit 19af5b608b3c69dcd73501402fdba3ca2d16e7b2:

  classes/mirrors.bbclass: update debian snapshot mirror url (2012-06-19 07:52:20 -0700)

are available in the git repository at:

  git://seketeli.net/~apelete/oe.git muffinman-image-fix

Apelete Seketeli (14):
  opkg-utils: rebase on oe-core recipe
  util-linux-ng: update SRC_URI to kernel.org valid URI
  libecj-bootstrap_3.6.1: Update SRC_URI to archive.eclipse.org
  udev/acl_2.2.49: update recipe SRC_URI
  udev/attr_2.4.44: update recipe SRC_URI
  udev: update SRC_URI of multiple recipes
  task-muffinman: remove phoneme-advanced-foundation
  bluez4_4.42: update checksum values
  gtk+: Rebase gtk+-2.20.1/no-demos.patch
  gtk+: Add no-test-inline-pixbufs.patch to gtk+-2.20.1
  openssl_1.0.0e: fix build issue for hosts without ipv6
  xcursor-transparent-theme_0.1.1: update SRC_URI
  echinus_0.4.3.2: update SRC_URI
  psplash: convert from svn.o-hand.com to git.yoctoproject.org

 recipes/bluez/bluez4_4.42.bb                       |    4 +-
 recipes/echinus/echinus_0.4.3.2.bb                 |    2 +-
 recipes/ecj/libecj-bootstrap_3.6.1.bb              |    2 +-
 recipes/gtk+/gtk+-2.20.1/no-demos.patch            |    7 +--
 .../gtk+/gtk+-2.20.1/no-test-inline-pixbufs.patch  |   22 ++++++++
 recipes/gtk+/gtk+_2.20.1.bb                        |    1 +
 recipes/openssl/openssl.inc                        |    5 +-
 .../opkg-utils/index-ignore-filenotfound.patch     |   54 --------------------
 recipes/opkg-utils/opkg-utils/mtime-int.patch      |   27 ----------
 .../{opkg-utils_svn.bb => opkg-utils_git.bb}       |   19 +++----
 ...ash-angstrom_svn.bb => psplash-angstrom_git.bb} |    5 +-
 ...plash-kaeilos_svn.bb => psplash-kaeilos_git.bb} |    6 +--
 ...3pandora_svn.bb => psplash-omap3pandora_git.bb} |    5 +-
 .../{psplash-ti_svn.bb => psplash-ti_git.bb}       |    5 +-
 recipes/psplash/psplash.inc                        |    8 +--
 recipes/psplash/{psplash_svn.bb => psplash_git.bb} |    5 +-
 recipes/tasks/task-muffinman.bb                    |    2 +-
 recipes/udev/acl_2.2.49.bb                         |    2 +-
 recipes/udev/attr_2.4.44.bb                        |    2 +-
 recipes/udev/udev_151.bb                           |    2 +-
 recipes/udev/udev_154.bb                           |    2 +-
 recipes/udev/udev_162.bb                           |    2 +-
 recipes/udev/udev_165.bb                           |    2 +-
 recipes/util-linux-ng/util-linux-ng.inc            |    2 +-
 .../xcursor-transparent-theme_0.1.1.bb             |    2 +-
 25 files changed, 68 insertions(+), 127 deletions(-)
 create mode 100644 recipes/gtk+/gtk+-2.20.1/no-test-inline-pixbufs.patch
 delete mode 100644 recipes/opkg-utils/opkg-utils/index-ignore-filenotfound.patch
 delete mode 100644 recipes/opkg-utils/opkg-utils/mtime-int.patch
 rename recipes/opkg-utils/{opkg-utils_svn.bb => opkg-utils_git.bb} (44%)
 rename recipes/psplash/{psplash-angstrom_svn.bb => psplash-angstrom_git.bb} (85%)
 rename recipes/psplash/{psplash-kaeilos_svn.bb => psplash-kaeilos_git.bb} (77%)
 rename recipes/psplash/{psplash-omap3pandora_svn.bb => psplash-omap3pandora_git.bb} (85%)
 rename recipes/psplash/{psplash-ti_svn.bb => psplash-ti_git.bb} (86%)
 rename recipes/psplash/{psplash_svn.bb => psplash_git.bb} (84%)

-- 
1.7.10




             reply	other threads:[~2012-07-05 17:50 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05 17:39 Apelete Seketeli [this message]
2012-07-05 17:39 ` [PATCH 01/14] opkg-utils: rebase on oe-core recipe Apelete Seketeli
2012-07-05 17:39 ` [PATCH 02/14] util-linux-ng: update SRC_URI to kernel.org valid URI Apelete Seketeli
2012-07-05 17:39 ` [PATCH 03/14] libecj-bootstrap_3.6.1: Update SRC_URI to archive.eclipse.org Apelete Seketeli
2012-07-05 17:39 ` [PATCH 04/14] udev/acl_2.2.49: update recipe SRC_URI Apelete Seketeli
2012-07-05 17:39 ` [PATCH 05/14] udev/attr_2.4.44: " Apelete Seketeli
2012-07-05 17:39 ` [PATCH 06/14] udev: update SRC_URI of multiple recipes Apelete Seketeli
2012-07-05 17:39 ` [PATCH 07/14] task-muffinman: remove phoneme-advanced-foundation Apelete Seketeli
2012-07-05 17:39 ` [PATCH 08/14] bluez4_4.42: update checksum values Apelete Seketeli
2012-07-05 17:39 ` [PATCH 09/14] gtk+: Rebase gtk+-2.20.1/no-demos.patch Apelete Seketeli
2012-07-05 17:39 ` [PATCH 10/14] gtk+: Add no-test-inline-pixbufs.patch to gtk+-2.20.1 Apelete Seketeli
2012-07-05 17:39 ` [PATCH 11/14] openssl_1.0.0e: fix build issue for hosts without ipv6 Apelete Seketeli
2012-07-05 17:39 ` [PATCH 12/14] xcursor-transparent-theme_0.1.1: update SRC_URI Apelete Seketeli
2012-07-05 17:39 ` [PATCH 13/14] echinus_0.4.3.2: " Apelete Seketeli
2012-07-05 17:39 ` [PATCH 14/14] psplash: convert from svn.o-hand.com to git.yoctoproject.org Apelete Seketeli
2012-07-10  9:29 ` [PATCH 00/14][2011.03-maintenance] Pull request 20120705 Tom Rini

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=cover.1341438914.git.apelete@seketeli.net \
    --to=apelete@seketeli.net \
    --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.