summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/wayland/weston/systemd-notify.weston-start
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-01-27 17:59:12 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2022-01-29 16:10:03 -0600
commit20d809ad97104d228672ce15be5ce0abf489bbbe (patch)
treea1b0ba9e0131692c8e408f9860a5322d60c25451 /recipes-graphics/wayland/weston/systemd-notify.weston-start
parent9bfbf2b84e1bedb8a2d3aab67493ac2877c86491 (diff)
downloadmeta-freescale-20d809ad97104d228672ce15be5ce0abf489bbbe.tar.gz
weston: Update base portion of recipe
Update the base portion of the i.MX fork recipe to the latest OE-core recipe c8aa0222ce2be647911114aaebcbb0d55d7caf87. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/wayland/weston/systemd-notify.weston-start')
-rw-r--r--recipes-graphics/wayland/weston/systemd-notify.weston-start9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston/systemd-notify.weston-start b/recipes-graphics/wayland/weston/systemd-notify.weston-start
new file mode 100644
index 00000000..a97e7b38
--- /dev/null
+++ b/recipes-graphics/wayland/weston/systemd-notify.weston-start
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3# SPDX-FileCopyrightText: Huawei Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6
7if [[ -x "/usr/lib/weston/systemd-notify.so" ]]; then
8 add_weston_module "systemd-notify.so"
9fi