From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mail.openembedded.org (Postfix) with ESMTP id 9EA016C72D for ; Wed, 12 Feb 2014 16:39:37 +0000 (UTC) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 Feb 2014 08:39:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,833,1384329600"; d="scan'208";a="482281813" Received: from sentry.rb.intel.com ([10.237.105.54]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2014 08:39:37 -0800 From: Cristian Iorga To: openembedded-core@lists.openembedded.org Date: Wed, 12 Feb 2014 18:42:29 +0200 Message-Id: X-Mailer: git-send-email 1.8.3.2 Subject: [PATCH v2 0/3] PUs and telepathy-mission-control fix X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 16:39:38 -0000 In V2, flac has some corrections related to typos and unneeded features. The following changes since commit b70a10ca3ee4a0add90d387e2c8288e531aaa47c: systemd-serialgetty: Update to match version in recent systemd (2014-02-11 22:59:38 +0000) are available in the git repository at: git://git.yoctoproject.org/poky-contrib ciorga/PUs http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ciorga/PUs Cristian Iorga (3): telepathy-mission-control: typo in connectivity switch harfbuzz: upgrade to 0.9.26 flac: upgrade to 1.3.0 .../telepathy/telepathy-mission-control_5.16.0.bb | 2 +- .../{harfbuzz_0.9.25.bb => harfbuzz_0.9.26.bb} | 6 +- .../flac/flac-1.2.1/0001-No-AltiVec-on-SPE.patch | 78 ----------- .../flac/flac-1.2.1/asm-pic.patch | 99 -------------- .../flac/flac-1.2.1/disable-xmms-plugin.patch | 25 ---- .../flac/flac-1.2.1/flac-gcc43-fixes.patch | 15 --- .../flac/flac-1.2.1/obsolete_automake_macros.patch | 14 -- meta/recipes-multimedia/flac/flac-1.2.1/xmms.m4 | 149 --------------------- .../0001-Fix-Makefile.am-altivec-logic.patch | 35 +++++ .../flac/{flac_1.2.1.bb => flac_1.3.0.bb} | 50 +++---- 10 files changed, 56 insertions(+), 417 deletions(-) rename meta/recipes-graphics/harfbuzz/{harfbuzz_0.9.25.bb => harfbuzz_0.9.26.bb} (86%) delete mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/0001-No-AltiVec-on-SPE.patch delete mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/asm-pic.patch delete mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/disable-xmms-plugin.patch delete mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/flac-gcc43-fixes.patch delete mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/obsolete_automake_macros.patch delete mode 100644 meta/recipes-multimedia/flac/flac-1.2.1/xmms.m4 create mode 100644 meta/recipes-multimedia/flac/flac-1.3.0/0001-Fix-Makefile.am-altivec-logic.patch rename meta/recipes-multimedia/flac/{flac_1.2.1.bb => flac_1.3.0.bb} (42%) -- 1.8.3.2