From patchwork Thu Nov 10 01:29:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [6/7] clutter: PROVIDES clutter-1.6 Date: Thu, 10 Nov 2011 01:29:53 -0000 From: Joshua Lock X-Patchwork-Id: 14685 Message-Id: <6aa22077b6b63ed9727cdf74459df479a722408b.1320888203.git.josh@linux.intel.com> To: openembedded-core@lists.openembedded.org Since the two are API/ABI compatible and this may make things easier for external layers using clutter. Signed-off-by: Joshua Lock --- meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb index efafbc2..c67ea2a 100644 --- a/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb +++ b/meta/recipes-graphics/clutter/clutter-1.8_1.8.0.bb @@ -2,6 +2,9 @@ require recipes-graphics/clutter/clutter.inc PR = "r2" +# We're API/ABI compatible and this may make things easier for layers +PROVIDES += "clutter-1.6" + # Internal json-glib was removed in Clutter 1.5.2 STDDEPENDS += "json-glib cogl atk"