libpostproc: switch to lu-zero's for on github with 12 fixes
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 8 Aug 2014 14:18:14 +0000 (16:18 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:09 +0000 (08:41 -0800)
* last commit on videolan.org is more than 1 year old, lu-zero's for has couple of fixes
  and also defines the version in the code, use that instead of 0.0.0"

(From meta-openembedded rev: f38639c2214653f1a4cbcb5242c5a699b251dec8)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb

index aae1700..811175c 100644 (file)
@@ -5,13 +5,10 @@ DEPENDS = "libav"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 
-PV = "0.0.0+git${SRCPV}"
-PR = "r1"
+PV = "52.3.0+git${SRCPV}"
 
-DEFAULT_PREFERENCE = "-1"
-
-SRCREV = "3b7053f46dbfe4662063345245cb00b6acbbe969"
-SRC_URI = "git://git.videolan.org/libpostproc.git"
+SRCREV = "811db3b957dfde24aef2d0f82e297e5bf552d873"
+SRC_URI = "git://github.com/lu-zero/postproc;protocol=https"
 
 S = "${WORKDIR}/git"