From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RvJQY-0001yc-Iq for openembedded-core@lists.openembedded.org; Thu, 09 Feb 2012 03:08:02 +0100 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga102.ch.intel.com with ESMTP; 08 Feb 2012 17:59:57 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="104740497" Received: from unknown (HELO shamshir.amr.corp.intel.com) ([10.255.14.207]) by azsmga001.ch.intel.com with ESMTP; 08 Feb 2012 17:59:57 -0800 From: Joshua Lock To: openembedded-core@lists.openembedded.org Date: Wed, 8 Feb 2012 17:59:50 -0800 Message-Id: X-Mailer: git-send-email 1.7.7.6 Subject: [PATCH 0/5] Clutter-centric updates X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2012 02:08:02 -0000 Here are clutter and mx recipe updates and some changes to the mx recipe to ensure it's fully functional following some discussion with the mx maintainer. Cheers, Joshua The following changes since commit 4ef5e70f531f48cef90805402c16ec02ad3f2b92: tcmode-default: add preference for gdb/gdbserver (2012-02-08 10:16:48 -0600) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib josh/stuff http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/stuff Joshua Lock (5): clutter-1.8: update to clutter-1.8.4 mx: update to 1.4.2 mx: ensure gettext and dbus are present clutter: upgrade git recipe to reflect 1.8.4 tag distro-tracking-fields: update clutter, clutter_git and mx .../conf/distro/include/distro_tracking_fields.inc | 16 ++-- .../{clutter-1.8_1.8.2.bb => clutter-1.8_1.8.4.bb} | 7 +- meta/recipes-graphics/clutter/clutter_git.bb | 6 +- .../mx/files/introspection-m4.patch | 107 ++++++++++++++++++++ .../mx/{mx_1.3.2.bb => mx_1.4.2.bb} | 15 ++- 5 files changed, 130 insertions(+), 21 deletions(-) rename meta/recipes-graphics/clutter/{clutter-1.8_1.8.2.bb => clutter-1.8_1.8.4.bb} (79%) create mode 100644 meta/recipes-graphics/mx/files/introspection-m4.patch rename meta/recipes-graphics/mx/{mx_1.3.2.bb => mx_1.4.2.bb} (40%) -- 1.7.7.6