diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-08 16:18:14 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-10 16:07:19 +0200 |
| commit | f38639c2214653f1a4cbcb5242c5a699b251dec8 (patch) | |
| tree | dfc590fd9a051cffbcf3222db03be8861bac3a8d | |
| parent | 46f8bb2122531d7034efc6a300625aa64814d7a3 (diff) | |
| download | meta-openembedded-f38639c2214653f1a4cbcb5242c5a699b251dec8.tar.gz | |
libpostproc: switch to lu-zero's for on github with 12 fixes
* 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"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb index aae1700e43..811175ce8c 100644 --- a/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb +++ b/meta-oe/recipes-multimedia/libpostproc/libpostproc_git.bb | |||
| @@ -5,13 +5,10 @@ DEPENDS = "libav" | |||
| 5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 7 | 7 | ||
| 8 | PV = "0.0.0+git${SRCPV}" | 8 | PV = "52.3.0+git${SRCPV}" |
| 9 | PR = "r1" | ||
| 10 | 9 | ||
| 11 | DEFAULT_PREFERENCE = "-1" | 10 | SRCREV = "811db3b957dfde24aef2d0f82e297e5bf552d873" |
| 12 | 11 | SRC_URI = "git://github.com/lu-zero/postproc;protocol=https" | |
| 13 | SRCREV = "3b7053f46dbfe4662063345245cb00b6acbbe969" | ||
| 14 | SRC_URI = "git://git.videolan.org/libpostproc.git" | ||
| 15 | 12 | ||
| 16 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 17 | 14 | ||
