diff options
author | Dirk 'Virk' Van Haerenborgh <vhdirk@gmail.com> | 2009-04-08 05:33:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-08 18:12:43 +0200 |
commit | 647623726b0a3b7da2d652925c8979e9173e22a9 (patch) | |
tree | 60ff675ae6512583ec53db42e6138dd1d2064cb4 /recipes/pcsc-lite | |
parent | 47ef4977b22aa4350a5987a314ffaa6019df3eca (diff) |
pcsc-lite_1.5.2: wrong download link
Diffstat (limited to 'recipes/pcsc-lite')
-rw-r--r-- | recipes/pcsc-lite/pcsc-lite_1.5.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pcsc-lite/pcsc-lite_1.5.2.bb b/recipes/pcsc-lite/pcsc-lite_1.5.2.bb index 156e463bfc..ba66b053ba 100644 --- a/recipes/pcsc-lite/pcsc-lite_1.5.2.bb +++ b/recipes/pcsc-lite/pcsc-lite_1.5.2.bb @@ -5,7 +5,7 @@ LICENSE = "BSD" DEPENDS = "hal" RDEPENDS_${PN} = "hal" -SRC_URI = "http://alioth.debian.org/download.php/2479/pcsc-lite-${PV}.tar.bz2 \ +SRC_URI = "https://alioth.debian.org/frs/download.php/2795/pcsc-lite-${PV}.tar.bz2 \ file://pcscd.init " inherit autotools_stage update-rc.d |