summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-03-22 10:10:16 -0300
committerEric Bénard <eric@eukrea.com>2013-03-28 21:50:18 +0100
commit1105d44ca23910b2bb7f22b0b6ed39e1ed5aa026 (patch)
treebee62ed194a24577497f8a8218fce56d37c10416
parent316a873ace7f17a00dd1c7474829554bbee50e5e (diff)
downloadmeta-openembedded-1105d44ca23910b2bb7f22b0b6ed39e1ed5aa026.tar.gz
libdvdread: Update to newer GIT server
Daniel has moved to newer GIT server and also imported the Debian packages on it so the previously used hash is not available. Update accordingly. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Eric Bénard <eric@eukrea.com>
-rw-r--r--meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb
index f17043b15..9212a8d0b 100644
--- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb
+++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb
@@ -2,9 +2,11 @@ DESCRIPTION = "DVD access multimeda library"
2SECTION = "libs/multimedia" 2SECTION = "libs/multimedia"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian" 5SRC_URI = "git://daniel-baumann.ch/git/debian/libdvdread.git;protocol=http;branch=debian"
6 6
7SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57" 7PR = "r1"
8
9SRCREV = "a733b19584000a9c80ef5b8dfb187f8f00e4d1e7"
8S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
9 11
10inherit autotools lib_package binconfig pkgconfig 12inherit autotools lib_package binconfig pkgconfig