From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- .../configure.ac-fix-subparse-plugin.patch | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 external/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base-0.10.36/configure.ac-fix-subparse-plugin.patch (limited to 'external/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base-0.10.36/configure.ac-fix-subparse-plugin.patch') diff --git a/external/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base-0.10.36/configure.ac-fix-subparse-plugin.patch b/external/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base-0.10.36/configure.ac-fix-subparse-plugin.patch deleted file mode 100644 index b8602c80..00000000 --- a/external/meta-openembedded/meta-multimedia/recipes-multimedia/gstreamer-0.10/gst-plugins-base-0.10.36/configure.ac-fix-subparse-plugin.patch +++ /dev/null @@ -1,27 +0,0 @@ -Upstream-Status: Submitted [similar patch by other author, bugzilla] -Bugtracker-URL: https://bugzilla.gnome.org/show_bug.cgi?id=663600 - -Prepend PKG_CONFIG_SYSROOT to includedir, so configure doesn't -search for gstconfig.h in /usr/include. - -Signed-off-by: Andreas Oberritter ---- - configure.ac | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 1901bcf..460fb0a 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -435,7 +435,7 @@ AG_GST_CHECK_PLUGIN(volume) - dnl check for gstreamer core features (subsystems) - dnl FIXME: this assumes srcdir == builddir for uninstalled setups - GST_CONFIGPATH=`$PKG_CONFIG --variable=includedir gstreamer-0.10`"/gst/gstconfig.h" --AG_GST_PARSE_SUBSYSTEM_DISABLES($GST_CONFIGPATH) -+AG_GST_PARSE_SUBSYSTEM_DISABLES($PKG_CONFIG_SYSROOT_DIR$GST_CONFIGPATH) - AM_CONDITIONAL(USE_XML, test $GST_DISABLE_XML != "1") - - dnl disable plug-ins that require libxml2's HTML support if it is not available --- -1.7.5.4 - -- cgit 1.2.3-korg