git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db1714
)
gtk-demo-image: new
author
Phil Blundell
<philb@gnu.org>
Mon, 19 Apr 2010 08:58:41 +0000
(09:58 +0100)
committer
Phil 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]
patch
|
blob
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
+++ 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