From patchwork Thu Jul 5 17:39:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [00/14,2011.03-maintenance] Pull request 20120705 Date: Thu, 05 Jul 2012 17:39:18 -0000 From: Apelete Seketeli X-Patchwork-Id: 31269 Message-Id: To: openembedded-devel@lists.openembedded.org 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%)