From 66a7aaf9bbed4a9588ab16dd73f7a5561ba2cb0e Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 4 Dec 2012 18:46:52 +0100 Subject: [PATCH] meta-digi-del: Fix libdvdread incorrect src_uri. The SRC_URI is broken, and in the new git repository the same SRCREV does not exist. We can't currently test libdvdread functionality, but it's enough to compile mplayer successfully. Signed-off-by: Alex Gonzalez --- .../libdvdread/libdvdread_4.1.3-10.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-digi-del/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bbappend diff --git a/meta-digi-del/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bbappend b/meta-digi-del/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bbappend new file mode 100644 index 000000000..72e4d1f4d --- /dev/null +++ b/meta-digi-del/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bbappend @@ -0,0 +1,8 @@ +# Copyright (C) 2012 Digi International. + +PR_append_del = "+${DISTRO}.0" + +LIC_FILES_CHKSUM_del = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27" +SRC_URI_del = "git://sources.progress-linux.org/git/users/daniel/packages/${PN}.git;protocol=git;branch=debian" + +SRCREV_del = "debian/4.2.0-1"