From ad0ddb0d179b86d8ea3c9e475b3a06af507c6afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 28 Nov 2017 09:48:39 +0100 Subject: [PATCH] mlt: get sources from git repo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-support/mlt/mlt_6.4.1.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/mlt/mlt_6.4.1.bb b/recipes-support/mlt/mlt_6.4.1.bb index 7dc14c55..40f9cd41 100644 --- a/recipes-support/mlt/mlt_6.4.1.bb +++ b/recipes-support/mlt/mlt_6.4.1.bb @@ -8,11 +8,11 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = " \ - https://github.com/mltframework/${BPN}/archive/v${PV}.tar.gz \ + git://github.com/mltframework/mlt.git \ file://0001-mlt_property.h-Do-not-include-unneeded-xlocale.h.patch \ " -SRC_URI[md5sum] = "e9f0584739369c40b8f91f8cf50ea3ea" -SRC_URI[sha256sum] = "87583af552695b2235f4ee3fc1e645d69e31702b109331d7e8785fb180cfa382" +SRCREV = "e8325f5e9acce9c41b3e91d7b587a41c91b8d0d7" +S = "${WORKDIR}/git" inherit autotools-brokensep pkgconfig