From ea0a1f935acfb2113aeb476f82c1cc7979684f5c Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Thu, 4 May 2017 12:39:11 -0700 Subject: [PATCH] agl-postints: remove unneeded Glob MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- .../run-agl-postinsts/run-agl-postinsts/run-agl-postinsts.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6