Skip to content

Commit

Permalink
Fixed invalid URLS.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntavish committed Aug 24, 2012
1 parent 6e43477 commit 5715694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb
Expand Up @@ -2,9 +2,9 @@ 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://sources.progress-linux.org/git/users/daniel/packages/${PN}.git;protocol=git;branch=debian"

SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57"
SRCREV = "71988ed90e47e5e0091895809975d3f01326cdca"
S = "${WORKDIR}/git"

inherit autotools lib_package binconfig pkgconfig
Expand Down
2 changes: 1 addition & 1 deletion meta-oe/recipes-multimedia/live555/live555.inc
Expand Up @@ -10,7 +10,7 @@ SECTION = "devel"
INC_PR = "r0"

URLV = "${@bb.data.getVar('PV',d,1)[0:4]}.${@bb.data.getVar('PV',d,1)[4:6]}.${@bb.data.getVar('PV',d,1)[6:8]}"
SRC_URI = "http://www.live555.com/liveMedia/public/live.${URLV}.tar.gz \
SRC_URI = "http://r-m-s.googlecode.com/files/live.${URLV}.tar.gz \
file://config.linux-cross"

S = "${WORKDIR}/live"
Expand Down

0 comments on commit 5715694

Please sign in to comment.