summaryrefslogtreecommitdiffstats
path: root/package/libraw1394
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-26 08:29:11 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-26 08:52:22 +0100
commitc789fbddf491e91b5f3e3b408221117aa04095dc (patch)
tree1c52e96e6260a7f0a9b3b13bbf7fb4e3792f07fd /package/libraw1394
parent85e611804bc6de69f3aff1f896a0655223259ea6 (diff)
downloadbuildroot-novena-c789fbddf491e91b5f3e3b408221117aa04095dc.tar.gz
buildroot-novena-c789fbddf491e91b5f3e3b408221117aa04095dc.zip
libraw1394: fix tarball URL
The website of libraw1394 isn't anymore on http://www.linux1394.org. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libraw1394')
-rw-r--r--package/libraw1394/libraw1394.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libraw1394/libraw1394.mk b/package/libraw1394/libraw1394.mk
index 2dfaadc41..045cc82df 100644
--- a/package/libraw1394/libraw1394.mk
+++ b/package/libraw1394/libraw1394.mk
@@ -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):