meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-devtools / erlang / files / fix-install-ownership.patch
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 (file)
index f29f31f..0000000
+++ /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: