libraw1394: bump to version 2.0.7
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 26 Jan 2012 16:51:22 +0000 (13:51 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Thu, 26 Jan 2012 21:21:20 +0000 (22:21 +0100)
[Peter: fixup whitespace]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libraw1394/Config.in
package/libraw1394/libraw1394.mk

index 49399e329180cf6465fec0d460e775269330370f..7a64959a521333aca8384dc6bd412d60419b3008 100644 (file)
@@ -1,10 +1,7 @@
 config BR2_PACKAGE_LIBRAW1394
        bool "libraw1394"
        help
-               Library for direct access to IEEE 1394 bus.
+         libraw1394 provides direct access to the IEEE 1394 bus through
+         the Linux 1394 subsystem's raw1394 user space interface.
 
-               Through libraw1394/raw1394, applications can directly
-               send to and receive from other nodes without requiring
-               a kernel driver for the protocol in question.
-
-               http://www.linux1394.org/
+         http://sourceforge.net/projects/libraw1394/
index b7c844ce1b204b23ac96b8d5a49523db1e4dd5ea..2f77a48e87b7a23e43708085daa7f5a4196cad12 100644 (file)
@@ -3,9 +3,9 @@
 # libraw1394
 #
 #############################################################
-LIBRAW1394_VERSION:=1.2.1
-LIBRAW1394_SOURCE:=libraw1394-$(LIBRAW1394_VERSION).tar.gz
-LIBRAW1394_SITE:=http://www.kernel.org/pub/linux/libs/ieee1394/
-LIBRAW1394_INSTALL_STAGING=YES
+
+LIBRAW1394_VERSION = 2.0.7
+LIBRAW1394_SITE = $(BR2_KERNEL_MIRROR)/linux/libs/ieee1394
+LIBRAW1394_INSTALL_STAGING = YES
 
 $(eval $(call AUTOTARGETS))