diff options
Diffstat (limited to 'recipes/openh264')
-rw-r--r-- | recipes/openh264/0002-Don-t-install-the-pkg-config-file-as-readonly.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/recipes/openh264/0002-Don-t-install-the-pkg-config-file-as-readonly.patch b/recipes/openh264/0002-Don-t-install-the-pkg-config-file-as-readonly.patch deleted file mode 100644 index ba82eb9f..00000000 --- a/recipes/openh264/0002-Don-t-install-the-pkg-config-file-as-readonly.patch +++ /dev/null @@ -1,27 +0,0 @@ -From a24bac34bd292f88c41c0d3428033fb4ed72e4c4 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st> -Date: Fri, 2 Jan 2015 21:52:36 +0200 -Subject: [PATCH] Don't install the pkg-config file as readonly - -This file should be installed just as any other file, protected by -normal user permissions, not by making the file readonly. ---- - Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/Makefile b/Makefile -index 37ea626..da0e6a3 100644 ---- a/Makefile -+++ b/Makefile -@@ -237,7 +237,7 @@ install-shared: $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIX) install-headers $ - cp -a $(LIBPREFIX)$(PROJECT_NAME).$(SHAREDLIBSUFFIX) $(SHAREDLIB_DIR); \ - fi - mkdir -p $(PREFIX)/lib/pkgconfig -- install -m 444 $(PROJECT_NAME).pc $(PREFIX)/lib/pkgconfig -+ install -m 644 $(PROJECT_NAME).pc $(PREFIX)/lib/pkgconfig - ifneq ($(EXTRA_LIBRARY),) - install -m 644 $(EXTRA_LIBRARY) $(PREFIX)/lib - endif --- -2.1.0 - |