From aa7ec171103d5e8fa26ad875bf209e373f295d7a Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 26 Apr 2011 16:29:48 -0700 Subject: table: move old clutter demo to meta-demoapps (From OE-Core rev: 36ec158df1ed6db4dc917d16fa7adb0f34fec0b4) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/clutter/table.inc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta/recipes-graphics/clutter/table.inc (limited to 'meta/recipes-graphics/clutter/table.inc') diff --git a/meta/recipes-graphics/clutter/table.inc b/meta/recipes-graphics/clutter/table.inc deleted file mode 100644 index 937ad56b9c..0000000000 --- a/meta/recipes-graphics/clutter/table.inc +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Table Clutter Demo" -HOMEPAGE = "http://www.clutter-project.org/" -LICENSE = "LGPLv2.1 & GPLv2" - -DEPENDS = "clutter-gst-1.4 gnome-vfs" - -inherit autotools pkgconfig - -do_install() { - install -d ${D}${bindir} - install -m 0755 ${S}/table ${D}${bindir}/table -} - -- cgit v1.2.3-54-g00ecf