summaryrefslogtreecommitdiff
path: root/recipes-core/base-files/base-files/wayland-env.sh
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2022-03-28 16:39:51 +0200
committerMing Liu <ming.liu@toradex.com>2022-03-29 12:02:58 +0200
commitf4c744cd55620e24703c358a15c3511d4d925192 (patch)
tree13977e93e6ba6d6eac89554124a2fb9528b6942b /recipes-core/base-files/base-files/wayland-env.sh
parentbbc532e7c65c507ea6b91d1e73ecb60b34d4ab54 (diff)
base-files: dont install wayland-env.sh
It's been handled in weston-init recipe of meta-toradex-nxp layer, drop a duplicated weston env file. Related-to: ELB-3477 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-core/base-files/base-files/wayland-env.sh')
-rw-r--r--recipes-core/base-files/base-files/wayland-env.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes-core/base-files/base-files/wayland-env.sh b/recipes-core/base-files/base-files/wayland-env.sh
deleted file mode 100644
index e351296..0000000
--- a/recipes-core/base-files/base-files/wayland-env.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-if test -z "$XDG_RUNTIME_DIR"; then
- export XDG_RUNTIME_DIR=/run/user/`id -u`
- if ! test -d "$XDG_RUNTIME_DIR"; then
- mkdir --parents $XDG_RUNTIME_DIR
- chmod 0700 $XDG_RUNTIME_DIR
- fi
-
- export XDG_SESSION_TYPE=unspecified
- export XDG_SESSION_CLASS=background
-fi
-