meta-starlingx/recipes-core/stx-metal/files/0001-mtce-compute-dont-install-empty-directory-unless-nee.patch
babak sarashki e6a7fff91e Staging starlingx
Added stx-config, stx-fault, and stx-metal.
2020-05-18 13:07:27 -07:00

25 lines
979 B
Diff

From 90d95ca75997a935587ff3c774d0f5375c3f505a Mon Sep 17 00:00:00 2001
From: babak sarashki <babak.sarashki@windriver.com>
Date: Tue, 9 Jul 2019 12:42:53 -0700
Subject: [PATCH] mtce-compute dont install empty directory unless needed
---
mtce-compute/src/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/mtce-compute/src/Makefile b/mtce-compute/src/Makefile
index 9aea4b0..ed9a8a9 100755
--- a/mtce-compute/src/Makefile
+++ b/mtce-compute/src/Makefile
@@ -16,7 +16,6 @@ install:
# # Compute-Only Init Scripts (source group x)
install -m 755 -p -D scripts/$(SOURCE1) $(buildroot)/$(_sysconfdir)/init.d/goenabledWorker
# # Compute-Only Process Monitor Config files (source group 1x)
- install -m 755 -d $(buildroot)/$(local_etc_pmond)
# # Compute-Only Go Enabled Test (source group 2x)
install -m 755 -d $(buildroot)/$(local_etc_goenabledd)
install -m 755 -p -D scripts/$(SOURCE22) $(buildroot)/$(local_etc_goenabledd)/virt-support-goenabled.sh
--
2.17.1