| Submitter | Otavio Salvador |
|---|---|
| Date | March 22, 2013, 1:10 p.m. |
| Message ID | <1363957816-11928-1-git-send-email-otavio@ossystems.com.br> |
| Download | mbox | patch |
| Permalink | /patch/46695/ |
| State | Accepted, archived |
| Headers | show |
Comments
Le Fri, 22 Mar 2013 10:10:16 -0300, Otavio Salvador <otavio@ossystems.com.br> a écrit : > 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. > > Change-Id: I0b42d76031175b85bd1711ba5ef01f5a2a34dc46 > Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> pushed to danny-next without the Change-Id which doesn't corresponds to anything in meta-oe Thanks, Eric
Patch
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 f17043b..9212a8d 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" SECTION = "libs/multimedia" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" -SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian" +SRC_URI = "git://daniel-baumann.ch/git/debian/libdvdread.git;protocol=http;branch=debian" -SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57" +PR = "r1" + +SRCREV = "a733b19584000a9c80ef5b8dfb187f8f00e4d1e7" S = "${WORKDIR}/git" inherit autotools lib_package binconfig pkgconfig
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. Change-Id: I0b42d76031175b85bd1711ba5ef01f5a2a34dc46 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> --- .../libdvdread/libdvdread_4.1.3-10.bb | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-)