diff options
author | Chris Larson <chris_larson@mentor.com> | 2010-05-23 20:23:53 -0700 |
---|---|---|
committer | Chris Larson <chris_larson@mentor.com> | 2010-05-25 12:53:41 -0700 |
commit | bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0 (patch) | |
tree | 96f28e2f5133d68c3e3dadabaa2339340671454f /recipes/libftdi | |
parent | fab0af3aefee22b21541e403d3c356a6979bfa63 (diff) |
Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>
I think this makes the behavior rather more clear.
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
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..1b564f2608 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;apply=yes" 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..5bc0f7229d 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;apply=yes \ " inherit autotools binconfig pkgconfig diff --git a/recipes/libftdi/libftdi_0.9.bb b/recipes/libftdi/libftdi_0.9.bb index 3c481de388..c1801b5565 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;apply=yes" S = "${WORKDIR}/libftdi-${PV}" inherit autotools |