Revert "meta-rcar-gen3: fix rc.pvr weston dependency" 70/25070/3 9.99.3 jellyfish/9.99.3 jellyfish_9.99.3
authorRonan Le Martret <ronan.lemartret@iot.bzh>
Tue, 28 Jul 2020 12:20:09 +0000 (12:20 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 25 Aug 2020 15:29:14 +0000 (15:29 +0000)
Bug-AGL: SPEC-3516

This reverts commit fa4a9da20cbfe75e3bc260974c14f853d0733851.

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Change-Id: Ib6d07ccd0a858251dbcaba195ed0ad9c77abf2e2
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25070
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

meta-agl-bsp/meta-rcar-gen3/recipes-graphics/gles-module/gles-user-module.bbappend

index e50822f..b902fc9 100644 (file)
@@ -1,8 +1 @@
 require checksum_control.inc
-
-do_install_append() {
-    # Fix weston dependency, needs to be weston@.service
-    if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)} ; then
-        sed -i 's/^RequiredBy=weston.service$/RequiredBy=weston@.service/' ${D}${systemd_system_unitdir}/rc.pvr.service
-    fi
-}