[oe-commits] David-John Willis : xfce46-image: Add very simple Xfce 4.6 image

git version control git at git.openembedded.org
Tue Oct 27 14:44:45 UTC 2009


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

Author: David-John Willis <John.Willis at Distant-earth.com>
Date:   Tue Oct 27 13:28:46 2009 +0000

xfce46-image: Add very simple Xfce 4.6 image

---

 recipes/images/xfce46-image.bb |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/images/xfce46-image.bb b/recipes/images/xfce46-image.bb
new file mode 100644
index 0000000..8f8e240
--- /dev/null
+++ b/recipes/images/xfce46-image.bb
@@ -0,0 +1,14 @@
+export IMAGE_BASENAME = "xfce46-image"
+
+XSERVER ?= "xserver-xorg \
+           xf86-input-evdev \
+           xf86-input-mouse \
+           xf86-video-fbdev \
+           xf86-input-keyboard \
+"
+
+DEPENDS = "virtual/xserver ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"
+
+IMAGE_INSTALL = "${XSERVER} ${MACHINE_TASK_PROVIDER} task-xfce46-base task-xfce46-extras"
+
+inherit image





More information about the Openembedded-commits mailing list