Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-flock / stx-metal / files / 0001-mtce-compute-dont-install-empty-directory-unless-nee.patch
1 From 90d95ca75997a935587ff3c774d0f5375c3f505a Mon Sep 17 00:00:00 2001
2 From: babak sarashki <babak.sarashki@windriver.com>
3 Date: Tue, 9 Jul 2019 12:42:53 -0700
4 Subject: [PATCH] mtce-compute dont install empty directory unless needed
5
6 ---
7  mtce-compute/src/Makefile | 1 -
8  1 file changed, 1 deletion(-)
9
10 diff --git a/mtce-compute/src/Makefile b/mtce-compute/src/Makefile
11 index 9aea4b0..ed9a8a9 100755
12 --- a/mtce-compute/src/Makefile
13 +++ b/mtce-compute/src/Makefile
14 @@ -16,7 +16,6 @@ install:
15         # # Compute-Only Init Scripts (source group x)
16         install -m 755 -p -D scripts/$(SOURCE1) $(buildroot)/$(_sysconfdir)/init.d/goenabledWorker
17         # # Compute-Only Process Monitor Config files (source group 1x)
18 -       install -m 755 -d $(buildroot)/$(local_etc_pmond)
19         # # Compute-Only Go Enabled Test (source group 2x)
20         install -m 755 -d $(buildroot)/$(local_etc_goenabledd)
21         install -m 755 -p -D scripts/$(SOURCE22) $(buildroot)/$(local_etc_goenabledd)/virt-support-goenabled.sh
22 -- 
23 2.17.1
24