X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-devtools%2Ferlang%2Ffiles%2Ffix-install-ownership.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-devtools%2Ferlang%2Ffiles%2Ffix-install-ownership.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=f29f31f30dab1fdf1c5fd805d3fb0a66d2034611;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/erlang/files/fix-install-ownership.patch b/meta-starlingx/meta-stx-cloud/recipes-devtools/erlang/files/fix-install-ownership.patch deleted file mode 100644 index f29f31f..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/erlang/files/fix-install-ownership.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nurpd a/lib/kernel/examples/Makefile b/lib/kernel/examples/Makefile ---- a/lib/kernel/examples/Makefile 2020-03-01 18:17:45.600815403 +0000 -+++ b/lib/kernel/examples/Makefile 2020-03-01 18:18:31.148911639 +0000 -@@ -49,6 +49,6 @@ EXAMPLES = uds_dist - release_spec: - $(INSTALL_DIR) "$(RELSYSDIR)" - tar cf - $(EXAMPLES) | \ -- (cd "$(RELSYSDIR)"; tar xf - ; chmod -R ug+w $(EXAMPLES) ) -+ (cd "$(RELSYSDIR)"; tar --no-same-owner -xf - ; chmod -R ug+w $(EXAMPLES) ) - - release_docs_spec: