]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libraw1394: fix tarball URL
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Feb 2010 07:29:11 +0000 (08:29 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 Feb 2010 07:52:22 +0000 (08:52 +0100)
The website of libraw1394 isn't anymore on http://www.linux1394.org.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libraw1394/libraw1394.mk

index 2dfaadc414b44370398768b1120314b0e28b8d96..045cc82dfe3503fa1298e61e6b87bfc928bf3cd9 100644 (file)
@@ -6,7 +6,7 @@
 
 LIBRAW1394_VERSION:=1.2.1
 LIBRAW1394_SOURCE:=libraw1394-$(LIBRAW1394_VERSION).tar.gz
-LIBRAW1394_SITE:=http://www.linux1394.org/dl
+LIBRAW1394_SITE:=http://www.kernel.org/pub/linux/libs/ieee1394/
 LIBRAW1394_DIR:=$(BUILD_DIR)/libraw1394-$(LIBRAW1394_VERSION)
 
 $(DL_DIR)/$(LIBRAW1394_SOURCE):