diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2019-05-15 16:31:54 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2019-05-22 10:04:19 +0200 |
commit | f00b344fa255c9979096462a37a8b95a452598d3 (patch) | |
tree | 333daf9a7efa27393ee4aa2ea130b6bb4e6a4ad4 | |
parent | 5c0da5e5a944b19e3f33c88d761c1ed63c8fc68b (diff) |
x-window-xterm: add recipe
This recipe starts xterm as the first X11 application.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-graphics/x-window-simple-app/x-window-xterm_1.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
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 |