From 191e7ad28321c4e9ef46b0446c02eae60584920d Mon Sep 17 00:00:00 2001 From: hschang Date: Fri, 24 Mar 2017 17:06:25 +0900 Subject: [PATCH 1/1] [gstreamer1.0-plugin-subsink] fix SRC_URI. --- .../recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb index 2d171db..b5ea091 100644 --- a/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb +++ b/meta-openvuplus/recipes-multimedia/gstreamer/gstreamer1.0-plugin-subsink.bb @@ -5,7 +5,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" -SRC_URI = "git://git.code.sf.net/p/openpli/gstsubsink;protocol=git;branch=gst-1.0" +SRC_URI = "git://github.com/OpenPLi/gst-plugin-subsink.git;protocol=git;branch=master" SRCREV = "${AUTOREV}" S = "${WORKDIR}/git" -- 2.7.4