From: Phil Blundell Date: Mon, 19 Apr 2010 08:58:41 +0000 (+0100) Subject: gtk-demo-image: new X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04d50d5a04032319e8bdcbf8de59866846e3dc63;p=openembedded.git gtk-demo-image: new --- 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