From 7950a90bcc6865236b55fcc9559f3d8327d65b3c Mon Sep 17 00:00:00 2001 From: Tom Hochstein Date: Thu, 9 Jun 2016 14:27:05 -0500 Subject: weston-init: Use bitbake path variable (From OE-Core rev: 537afef2209bef327a28234207d1ef7e4e596a6e) Signed-off-by: Tom Hochstein Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-graphics/wayland/weston-init.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/wayland/weston-init.bb') diff --git a/meta/recipes-graphics/wayland/weston-init.bb b/meta/recipes-graphics/wayland/weston-init.bb index e4e2701af7..291cd16b2a 100644 --- a/meta/recipes-graphics/wayland/weston-init.bb +++ b/meta/recipes-graphics/wayland/weston-init.bb @@ -15,6 +15,7 @@ do_install() { # Install weston-start script install -Dm755 ${WORKDIR}/weston-start ${D}${bindir}/weston-start sed -i 's,@DATADIR@,${datadir},g' ${D}${bindir}/weston-start + sed -i 's,@LOCALSTATEDIR@,${localstatedir},g' ${D}${bindir}/weston-start } inherit allarch update-rc.d distro_features_check systemd -- cgit v1.2.3-54-g00ecf