summaryrefslogtreecommitdiffstats
path: root/meta-uhmi/meta-agl-uhmi-demo/recipes-graphics/wayland/weston-init.bbappend
blob: 1cc6091c2b81cbb2c543d0e1613e6312bd8c0909 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

WESTON_INIT_IVI_SHELL ?= "weston_ivi-shell.ini"

SRC_URI:append = " \
	  file://${WESTON_INIT_IVI_SHELL} \
"

do_install:append () {
    install -d ${D}/${sysconfdir}/xdg/weston
    install -m 644 ${WORKDIR}/${WESTON_INIT_IVI_SHELL} ${D}/${sysconfdir}/xdg/weston/
	  ln -nfs ${sysconfdir}/xdg/weston/${WESTON_INIT_IVI_SHELL} ${D}/${sysconfdir}/xdg/weston/weston.ini
}