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-storage-dont-install-empty-directory-unless-nee.patch;fp=meta-starlingx%2Fmeta-stx-flock%2Fstx-metal%2Ffiles%2F0001-mtce-storage-dont-install-empty-directory-unless-nee.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=454827aeb55f504f02eb75584193450c2cdf4ebc;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-flock/stx-metal/files/0001-mtce-storage-dont-install-empty-directory-unless-nee.patch b/meta-starlingx/meta-stx-flock/stx-metal/files/0001-mtce-storage-dont-install-empty-directory-unless-nee.patch deleted file mode 100644 index 454827a..0000000 --- a/meta-starlingx/meta-stx-flock/stx-metal/files/0001-mtce-storage-dont-install-empty-directory-unless-nee.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 5d180eb6a5b60d75b4b8ba5af265fc973b6776ca Mon Sep 17 00:00:00 2001 -From: babak sarashki -Date: Tue, 9 Jul 2019 13:51:46 -0700 -Subject: [PATCH] mtce-storage dont install empty directory unless needed - ---- - mtce-storage/src/Makefile | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/mtce-storage/src/Makefile b/mtce-storage/src/Makefile -index 842a76c..85c14e0 100755 ---- a/mtce-storage/src/Makefile -+++ b/mtce-storage/src/Makefile -@@ -12,11 +12,11 @@ install: - # Storage-Only Init Scripts - install -m 755 -p -D scripts/$(SOURCE1) $(buildroot)/$(_sysconfdir)/init.d/goenabledStorage - # Storage-Only Process Monitor Config files -- install -m 755 -d $(buildroot)/$(local_etc_pmond) -+ # install -m 755 -d $(buildroot)/$(local_etc_pmond) - # Storage-Only Go Enabled Tests -- install -m 755 -d $(buildroot)/$(local_etc_goenabledd) -+ # install -m 755 -d $(buildroot)/$(local_etc_goenabledd) - # Storage-Only Services -- install -m 755 -d $(buildroot)/$(local_etc_servicesd)/storage -+ # install -m 755 -d $(buildroot)/$(local_etc_servicesd)/storage - # Install systemd dir - install -m 644 -p -D scripts/$(SOURCE2) $(buildroot)/$(_unitdir)/goenabled-storage.service - # for license --- -2.17.1 -