summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-02-04 15:44:38 -0800
committerKhem Raj <raj.khem@gmail.com>2021-02-04 16:02:06 -0800
commit20540303ea72e8d15f34f6557caf8c3238730497 (patch)
tree569562597a6bc1e0cd83ff9173bd4bbee717af7e
parent09b031c654bd4d9d4a17b4e1ebb71ca83942fee9 (diff)
downloadmeta-openembedded-20540303ea72e8d15f34f6557caf8c3238730497.tar.gz
gst-shark: Upgrade to 0.7.2
Fix configure errors seen with autotools 2.70+ Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb
index d047caef5f..94d05def3e 100644
--- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb
+++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gst-shark_git.bb
@@ -10,9 +10,9 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad "
10 10
11SRCBRANCH ?= "master" 11SRCBRANCH ?= "master"
12 12
13PV = "0.6.1" 13PV = "0.7.2"
14 14
15SRCREV_base = "c41a05cc9e2310c2f73eda4b4f0b4477bf4479c5" 15SRCREV_base = "50e3dbd3b131de2a39d3917576e8f834631ec46b"
16SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50" 16SRCREV_common = "88e512ca7197a45c4114f7fa993108f23245bf50"
17 17
18SRC_URI = " \ 18SRC_URI = " \
@@ -22,7 +22,7 @@ SRC_URI = " \
22 22
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25PACKAGECONFIG_CONFARGS = " \ 25EXTRA_OECONF += " \
26 --disable-graphviz \ 26 --disable-graphviz \
27 --enable-gtk-doc=no \ 27 --enable-gtk-doc=no \
28" 28"
@@ -33,8 +33,3 @@ FILES_${PN} += "\
33" 33"
34 34
35inherit autotools gettext 35inherit autotools gettext
36
37do_configure() {
38 ${S}/autogen.sh --noconfigure
39 oe_runconf
40}