| Submitter | Steffen Sledz |
|---|---|
| Date | March 14, 2012, 11:34 a.m. |
| Message ID | <b0604a10c618007c9c0e834dbfcd508cc1fe3c10.1331724547.git.sledz@dresearch-fe.de> |
| Download | mbox | patch |
| Permalink | /patch/23315/ |
| State | Accepted |
| Headers | show |
Comments
Patch
diff --git a/recipes/liblockfile/liblockfile_1.06.bb b/recipes/liblockfile/liblockfile_1.06.bb index 0235dbd..cfac5b7 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://snapshot.debian.org/archive/debian/20050312T000000Z/pool/main/libl/liblockfile/liblockfile_${PV}.tar.gz \ file://install.patch \ file://configure.patch \ file://ldflags.patch \
We have to use a specific date to the debian snapshot mirror to get this version of the file. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> --- recipes/liblockfile/liblockfile_1.06.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)