| Submitter | Steffen Sledz |
|---|---|
| Date | Feb. 24, 2012, 3:47 p.m. |
| Message ID | <d82e988dbc2e27158a95ed67e17d80a4cb1781b6.1330097955.git.sledz@dresearch-fe.de> |
| Download | mbox | patch |
| Permalink | /patch/21939/ |
| State | Rejected |
| Headers | show |
Comments
On Fri, Feb 24, 2012 at 04:47:23PM +0100, Steffen Sledz wrote: > Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> > --- > recipes/liblockfile/liblockfile_1.06.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/recipes/liblockfile/liblockfile_1.06.bb b/recipes/liblockfile/liblockfile_1.06.bb > index 0235dbd..5d540cb 100644 > --- a/recipes/liblockfile/liblockfile_1.06.bb > +++ b/recipes/liblockfile/liblockfile_1.06.bb > @@ -3,7 +3,7 @@ SECTION = "libs" > LICENSE = "LGPL" > PR ="r1" > > -SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ > +SRC_URI = "http://archive.debian.org/debian/pool/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ This is because it's no longer on the main mirror, yes? If so, please also switch this to a date-stringed snapshot.debain.org URL so we won't have to deal with this yet again in the future. Thanks!
Patch
diff --git a/recipes/liblockfile/liblockfile_1.06.bb b/recipes/liblockfile/liblockfile_1.06.bb index 0235dbd..5d540cb 100644 --- a/recipes/liblockfile/liblockfile_1.06.bb +++ b/recipes/liblockfile/liblockfile_1.06.bb @@ -3,7 +3,7 @@ SECTION = "libs" LICENSE = "LGPL" PR ="r1" -SRC_URI = "${DEBIAN_MIRROR}/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ +SRC_URI = "http://archive.debian.org/debian/pool/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ file://install.patch \ file://configure.patch \ file://ldflags.patch \
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> --- recipes/liblockfile/liblockfile_1.06.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)