Merge branch 'org.openembedded.dev' of git://git.openembedded.net/openembedded into...
[vuplus_openembedded] / packages / libftdi / ftdi-eeprom_0.2.bb
1 DESCRIPTION = "ftdi-eeprom is a flashing utility for FTDI  chips."
2 HOMEPAGE = "http://www.intra2net.com/de/produkte/opensource/ftdi"
3 LICENSE = "GPL"
4 DEPENDS = "libftdi confuse"
5 PR = "r1"
6
7 SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/ftdi_eeprom-${PV}.tar.gz \
8            file://ftdi_eeprom-0.2-moko.patch;patch=1"
9 S = "${WORKDIR}/ftdi_eeprom-${PV}"
10
11 inherit autotools
12
13 EXTRA_OECONF = "--disable-docs"