[oe-commits] Phil Blundell : gtk-demo-image: new

git version control git at git.openembedded.org
Fri Jun 4 12:58:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 04d50d5a04032319e8bdcbf8de59866846e3dc63
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=04d50d5a04032319e8bdcbf8de59866846e3dc63

Author: Phil Blundell <philb at gnu.org>
Date:   Mon Apr 19 09:58:41 2010 +0100

gtk-demo-image: new

---

 recipes/images/gtk-demo-image.bb |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

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





More information about the Openembedded-commits mailing list