From: Martin Kelly Date: Thu, 4 May 2017 19:39:11 +0000 (-0700) Subject: agl-postints: remove unneeded Glob X-Git-Tag: 3.99.1~39 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=ea0a1f935acfb2113aeb476f82c1cc7979684f5c;p=AGL%2Fmeta-agl.git agl-postints: remove unneeded Glob We're using ConditionPathExistsGlob on a straight filepath without wildcards. Just use ConditionPathExists instead. Change-Id: I6f9743beffa1c529013a084758a8589b380a0ba9 Signed-off-by: Martin Kelly Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9311 Reviewed-by: José Bollo Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Stéphane Desneux Reviewed-by: Walt Miner --- diff --git a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service b/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service index d1b506308..a80b16002 100644 --- a/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service +++ b/meta-agl/recipes-devtools/run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service @@ -2,7 +2,7 @@ Description=Run pending agl postinsts DefaultDependencies=no After=#SYSTEMD_SERVICE_AFTER# -ConditionPathExistsGlob=#SYSCONFDIR#/agl-postinsts +ConditionPathExists=#SYSCONFDIR#/agl-postinsts [Service] Type=oneshot