diff options
author | Phil Blundell <philb@gnu.org> | 2010-04-19 09:58:41 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2010-06-04 13:57:46 +0100 |
commit | 04d50d5a04032319e8bdcbf8de59866846e3dc63 (patch) | |
tree | 772f5852ad71f2b5a6e181530825470a8f522cc6 /recipes | |
parent | 3db17146cb491d7d0f25ef7ecc24b31478b4b2ff (diff) |
gtk-demo-image: new
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 0000000000..ac8c89cd33 --- /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 |