Browse Source

libftdi1: update to 1.2

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Álvaro Fernández Rojas 10 years ago
parent
commit
39947d1f70
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      libs/libftdi1/Makefile
  2. 1
    1
      libs/libftdi1/patches/100-fix-x86_64-build.patch

+ 2
- 2
libs/libftdi1/Makefile View File

@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=libftdi1
11
-PKG_VERSION:=1.1
11
+PKG_VERSION:=1.2
12 12
 PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
15 15
 PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/
16
-PKG_MD5SUM:=b79a6356978aa8e69f8eecc3a720ff79
16
+PKG_MD5SUM:=89dff802d89c4c0d55d8b4665fd52d0b
17 17
 PKG_MAINTAINER:=Álvaro Fernández Rojas <noltari@gmail.com>
18 18
 
19 19
 PKG_LICENSE:=LGPL-2.0

+ 1
- 1
libs/libftdi1/patches/100-fix-x86_64-build.patch View File

@@ -1,6 +1,6 @@
1 1
 --- a/CMakeLists.txt
2 2
 +++ b/CMakeLists.txt
3
-@@ -43,7 +43,7 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 4)
3
+@@ -55,7 +55,7 @@ if ( NOT DEFINED LIB_SUFFIX )
4 4
        AND NOT EXISTS "/etc/debian_version"
5 5
        AND NOT EXISTS "/etc/arch-release" )
6 6
      if ( "${CMAKE_SIZEOF_VOID_P}" EQUAL "8" )