diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-14 09:05:06 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-12-14 09:05:06 +0000 |
commit | 13257d0204bea5788083f07030de91e9bd163023 (patch) | |
tree | d6c6d28386564bebe2c5a1b22e1ebb35ef73b437 | |
parent | ba9c967c4c11a1bd60aff8a15eab32b6f8e2be67 (diff) |
sane-backends: fix SRC_URI
-rw-r--r-- | packages/sane-backends/sane-backends_1.0.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sane-backends/sane-backends_1.0.15.bb b/packages/sane-backends/sane-backends_1.0.15.bb index b8f552891a..f034aed6eb 100644 --- a/packages/sane-backends/sane-backends_1.0.15.bb +++ b/packages/sane-backends/sane-backends_1.0.15.bb @@ -3,7 +3,7 @@ PR = "r4" DEPENDS = "gphoto2 jpeg libusb" LICENSE = "LGPL" -SRC_URI = "ftp://ftp.sane-project.org/pub/sane/sane-backends-${PV}/sane-backends-${PV}.tar.gz \ +SRC_URI = "ftp://ftp.sane-project.org/pub/sane/old-versions/sane-backends-${PV}/sane-backends-${PV}.tar.gz \ file://sane-plustek.patch;patch=1 \ file://Makefile.in.patch;patch=1 \ file://saned.xinetd \ |