gtk-demo-image: new
authorPhil Blundell <philb@gnu.org>
Mon, 19 Apr 2010 08:58:41 +0000 (09:58 +0100)
committerPhil Blundell <philb@gnu.org>
Fri, 4 Jun 2010 12:57:46 +0000 (13:57 +0100)
recipes/images/gtk-demo-image.bb [new file with mode: 0644]

diff --git a/recipes/images/gtk-demo-image.bb b/recipes/images/gtk-demo-image.bb
new file mode 100644 (file)
index 0000000..ac8c89c
--- /dev/null
@@ -0,0 +1,12 @@
+export IMAGE_BASENAME = "gtk-demo-image"
+
+DEPENDS = "task-boot"
+IMAGE_INSTALL = "\
+    task-boot \
+    dropbear \
+    xauth \
+    gtk+ \
+    gtk+-demo \
+    "
+
+inherit image