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-04-05 16:55:00 +0200
commit30ed918965489176633b8ddded018f798387ff82 (patch)
tree9f3e423225113481aa6283da3209be7ce30017c0
parent0738c3c8089480dec9e26d7de08c35ba8106b15a (diff)
downloadmeta-openembedded-30ed918965489176633b8ddded018f798387ff82.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