All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14][2011.03-maintenance] Pull request 20120705
@ 2012-07-05 17:39 Apelete Seketeli
  2012-07-05 17:39 ` [PATCH 01/14] opkg-utils: rebase on oe-core recipe Apelete Seketeli
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Apelete Seketeli @ 2012-07-05 17:39 UTC (permalink / raw)
  To: openembedded-devel

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




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

end of thread, other threads:[~2012-07-10  9:41 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05 17:39 [PATCH 00/14][2011.03-maintenance] Pull request 20120705 Apelete Seketeli
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

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.