diff options
Diffstat (limited to 'recipes/libftdi')
-rw-r--r-- | recipes/libftdi/ftdi-eeprom_0.2.bb | 2 | ||||
-rw-r--r-- | recipes/libftdi/libftdi_0.13.bb | 2 | ||||
-rw-r--r-- | recipes/libftdi/libftdi_0.9.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/libftdi/ftdi-eeprom_0.2.bb b/recipes/libftdi/ftdi-eeprom_0.2.bb index a8991ebc94..4a142f6557 100644 --- a/recipes/libftdi/ftdi-eeprom_0.2.bb +++ b/recipes/libftdi/ftdi-eeprom_0.2.bb @@ -5,7 +5,7 @@ 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" + file://ftdi_eeprom-0.2-moko.patch" S = "${WORKDIR}/ftdi_eeprom-${PV}" inherit autotools diff --git a/recipes/libftdi/libftdi_0.13.bb b/recipes/libftdi/libftdi_0.13.bb index 74438670f5..56be4c0907 100644 --- a/recipes/libftdi/libftdi_0.13.bb +++ b/recipes/libftdi/libftdi_0.13.bb @@ -8,7 +8,7 @@ SECTION = "libs" DEPENDS = "virtual/libusb0" SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ + file://autotools.patch \ " inherit autotools binconfig pkgconfig diff --git a/recipes/libftdi/libftdi_0.9.bb b/recipes/libftdi/libftdi_0.9.bb index 3c481de388..1874bcea9b 100644 --- a/recipes/libftdi/libftdi_0.9.bb +++ b/recipes/libftdi/libftdi_0.9.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "virtual/libusb0" SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-${PV}.tar.gz \ - file://doxygen-configure.patch;patch=1" + file://doxygen-configure.patch" S = "${WORKDIR}/libftdi-${PV}" inherit autotools |