libftdi: add some more build defaults, dont build examples, fix meta file

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-07-21 13:41:48 +02:00
parent 24e6a7d358
commit a33e8e98e8
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,8 @@ LIBS="-lusb" \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=/usr \ --prefix=/usr \
--disable-libftdipp \ --disable-libftdipp \
--disable-python-binding \
--without-examples \
make make
$MAKEINSTALL $MAKEINSTALL

View File

@ -25,6 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="LGPL" PKG_LICENSE="LGPL"
PKG_SITE="http://www.intra2net.com/en/developer/libftdi/" PKG_SITE="http://www.intra2net.com/en/developer/libftdi/"
PKG_URL="http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PKG_VERSION}.tar.gz" PKG_URL="http://www.intra2net.com/en/developer/libftdi/download/libftdi-${PKG_VERSION}.tar.gz"
PKG_DEPENDS="libusb-compat"
PKG_BUILD_DEPENDS="toolchain libusb-compat" PKG_BUILD_DEPENDS="toolchain libusb-compat"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"
PKG_SECTION="driver" PKG_SECTION="driver"