summaryrefslogtreecommitdiffstats
path: root/meta-demoapps/recipes-graphics/clutter/table.inc
diff options
context:
space:
mode:
authorZhai Edwin <edwin.zhai@intel.com>2011-09-28 09:15:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-28 14:58:54 +0100
commit45f64a9bfd7c83c07a3b082c75a8f73e7c0a1976 (patch)
tree147db9043e9d0c73530aaed4b4d0340f29c188fe /meta-demoapps/recipes-graphics/clutter/table.inc
parent0155f4567690d98e16525cfd6d427d2a4067a907 (diff)
downloadpoky-45f64a9bfd7c83c07a3b082c75a8f73e7c0a1976.tar.gz
tables: remove it as obsolete recipe
tables depends on obsolete gnome-vfs, and is not maintained in clutter git repo (From OE-Core rev: e0908b7b080c0d861a1b3ccb2185b9281b10fa1a) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-demoapps/recipes-graphics/clutter/table.inc')
-rw-r--r--meta-demoapps/recipes-graphics/clutter/table.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-demoapps/recipes-graphics/clutter/table.inc b/meta-demoapps/recipes-graphics/clutter/table.inc
deleted file mode 100644
index 937ad56b9c..0000000000
--- a/meta-demoapps/recipes-graphics/clutter/table.inc
+++ /dev/null
@@ -1,13 +0,0 @@
1DESCRIPTION = "Table Clutter Demo"
2HOMEPAGE = "http://www.clutter-project.org/"
3LICENSE = "LGPLv2.1 & GPLv2"
4
5DEPENDS = "clutter-gst-1.4 gnome-vfs"
6
7inherit autotools pkgconfig
8
9do_install() {
10 install -d ${D}${bindir}
11 install -m 0755 ${S}/table ${D}${bindir}/table
12}
13