From f00b344fa255c9979096462a37a8b95a452598d3 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 15 May 2019 16:31:54 +0200 Subject: x-window-xterm: add recipe This recipe starts xterm as the first X11 application. Signed-off-by: Max Krummenacher --- recipes-graphics/x-window-simple-app/x-window-xterm_1.0.bb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 recipes-graphics/x-window-simple-app/x-window-xterm_1.0.bb diff --git a/recipes-graphics/x-window-simple-app/x-window-xterm_1.0.bb b/recipes-graphics/x-window-simple-app/x-window-xterm_1.0.bb new file mode 100644 index 0000000..eef8e1c --- /dev/null +++ b/recipes-graphics/x-window-simple-app/x-window-xterm_1.0.bb @@ -0,0 +1,9 @@ +# set the following variable to your one and only application which should +# be started + +RDEPENDS ?= "xterm" +INITIAL_PATH ?= "" +X_APPLICATION ?= "/usr/bin/xterm" + +FILESEXTRAPATHS_prepend := "${THISDIR}/x-window-simple-app:" +require recipes-graphics/x-window-simple-app/x-window-simple-app.inc -- cgit v1.2.3