From: Denys Dmytriyenko <[email protected]> The old regex is no longer correct for GStreamer 1.14.
Signed-off-by: Denys Dmytriyenko <[email protected]> --- ...figure.ac-stop-using-export-symbols-regex.patch | 30 ++++++++++++++++++++++ .../gstreamer1.0-plugins-hevc_git.bb | 3 ++- 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-configure.ac-stop-using-export-symbols-regex.patch diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-configure.ac-stop-using-export-symbols-regex.patch b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-configure.ac-stop-using-export-symbols-regex.patch new file mode 100644 index 0000000..c9721b7 --- /dev/null +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc/0001-configure.ac-stop-using-export-symbols-regex.patch @@ -0,0 +1,30 @@ +From 0fcda9d85c96d5c39dffe21d3bdf01a038b911c9 Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko <[email protected]> +Date: Tue, 22 Jan 2019 20:39:15 -0500 +Subject: [PATCH] configure.ac: stop using -export-symbols-regex + +The old regex is no longer correct for GStreamer 1.14. + +Bug-Debian: https://bugs.debian.org/894642 + +Signed-off-by: Denys Dmytriyenko <[email protected]> +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index fee3161..8159c60 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -81,7 +81,7 @@ fi + AC_SUBST(plugindir) + + dnl set proper LDFLAGS for plugins +-GST_PLUGIN_LDFLAGS="-module -avoid-version -export-symbols-regex '^[_]*gst_plugin_desc\$\$' $GST_ALL_LDFLAGS" ++GST_PLUGIN_LDFLAGS="-module -avoid-version $GST_ALL_LDFLAGS" + AC_SUBST(GST_PLUGIN_LDFLAGS) + + AC_CONFIG_FILES([Makefile src/Makefile]) +-- +2.7.4 + diff --git a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb index 741895f..7a95a06 100644 --- a/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb +++ b/meta-arago-extras/recipes-multimedia/gst-plugins-ti/gstreamer1.0-plugins-hevc_git.bb @@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2827f94fc0a1adeff4d9702e97ce2979" COMPATIBLE_MACHINE = "dra7xx|keystone" -SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git" +SRC_URI = "git://git.ti.com/processor-sdk/gst-plugin-hevc.git;protocol=git \ + file://0001-configure.ac-stop-using-export-symbols-regex.patch" SRCREV = "e4ea007d0ddeb95ae01742293454ef3c87a6e84c" S = "${WORKDIR}/git" -- 2.7.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
