aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libftdi/ftdi-eeprom_0.2.bb
blob: c71ac8d0c3ce84e43226b8520b7e1e003e6f5733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
DESCRIPTION = "ftdi-eeprom is a flashing utility for FTDI  chips."
HOMEPAGE = "http://www.intra2net.com/de/produkte/opensource/ftdi"
LICENSE = "GPL"
DEPENDS = "libftdi confuse"
PR = "r1"

SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/ftdi_eeprom-${PV}.tar.gz \
           file://ftdi_eeprom-0.2-moko.patch;patch=1"
S = "${WORKDIR}/ftdi_eeprom-${PV}"

inherit autotools

EXTRA_OECONF = "--disable-docs"