X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-flock%2Fstx-metal%2Ffiles%2F0001-mtce-compute-dont-install-empty-directory-unless-nee.patch;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-metal%2Ffiles%2F0001-mtce-compute-dont-install-empty-directory-unless-nee.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=37b2456dc2025c75c7cb014cc26b571c59e87f4a;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-metal/files/0001-mtce-compute-dont-install-empty-directory-unless-nee.patch b/meta-starlingx/meta-stx-flock/stx-metal/files/0001-mtce-compute-dont-install-empty-directory-unless-nee.patch deleted file mode 100644 index 37b2456..0000000 --- a/meta-starlingx/meta-stx-flock/stx-metal/files/0001-mtce-compute-dont-install-empty-directory-unless-nee.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 90d95ca75997a935587ff3c774d0f5375c3f505a Mon Sep 17 00:00:00 2001 -From: babak sarashki -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 -