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/avahi | |
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/avahi')
-rw-r--r-- | recipes/avahi/avahi-python_0.6.21.bb | 4 | ||||
-rw-r--r-- | recipes/avahi/avahi-python_0.6.25.bb | 2 | ||||
-rw-r--r-- | recipes/avahi/avahi-ui_0.6.21.bb | 2 | ||||
-rw-r--r-- | recipes/avahi/avahi_0.6.21.bb | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/recipes/avahi/avahi-python_0.6.21.bb b/recipes/avahi/avahi-python_0.6.21.bb index 5a7270ed7d..5e8107e84f 100644 --- a/recipes/avahi/avahi-python_0.6.21.bb +++ b/recipes/avahi/avahi-python_0.6.21.bb @@ -8,8 +8,8 @@ FILES_avahi-discover = "" PROVIDES = "avahi" DEPENDS += "python-native" -SRC_URI += "file://dbus-pre-1.1.1-support.patch;patch=1 \ - file://configure-check-pymod.patch;patch=1" +SRC_URI += "file://dbus-pre-1.1.1-support.patch;apply=yes \ + file://configure-check-pymod.patch;apply=yes" S = "${WORKDIR}/avahi-${PV}" RDEPENDS_avahi-discover = "python-avahi python-pygtk" diff --git a/recipes/avahi/avahi-python_0.6.25.bb b/recipes/avahi/avahi-python_0.6.25.bb index 8ea46e1dd6..0bd8bb2087 100644 --- a/recipes/avahi/avahi-python_0.6.25.bb +++ b/recipes/avahi/avahi-python_0.6.25.bb @@ -8,7 +8,7 @@ FILES_avahi-discover = "" PROVIDES = "avahi" DEPENDS += "python-native" -SRC_URI += "file://configure-check-pymod.patch;patch=1" +SRC_URI += "file://configure-check-pymod.patch;apply=yes" S = "${WORKDIR}/avahi-${PV}" diff --git a/recipes/avahi/avahi-ui_0.6.21.bb b/recipes/avahi/avahi-ui_0.6.21.bb index 62bcb8111b..7a450b08db 100644 --- a/recipes/avahi/avahi-ui_0.6.21.bb +++ b/recipes/avahi/avahi-ui_0.6.21.bb @@ -4,7 +4,7 @@ PR = "r8" DEPENDS += "avahi gtk+" -SRC_URI += "file://dbus-pre-1.1.1-support.patch;patch=1" +SRC_URI += "file://dbus-pre-1.1.1-support.patch;apply=yes" AVAHI_GTK = "--enable-gtk" S = "${WORKDIR}/avahi-${PV}" diff --git a/recipes/avahi/avahi_0.6.21.bb b/recipes/avahi/avahi_0.6.21.bb index 20d7802bf5..f4c76a688a 100644 --- a/recipes/avahi/avahi_0.6.21.bb +++ b/recipes/avahi/avahi_0.6.21.bb @@ -2,8 +2,8 @@ require avahi.inc PR = "r10" -SRC_URI += "file://dbus-pre-1.1.1-support.patch;patch=1" -SRC_URI += "file://avr32-ipv6-fix.patch;patch=1" +SRC_URI += "file://dbus-pre-1.1.1-support.patch;apply=yes" +SRC_URI += "file://avr32-ipv6-fix.patch;apply=yes" SRC_URI[md5sum] = "9cc68f79c50c9dd9e419990c3c9b05b9" SRC_URI[sha256sum] = "d817c35f43011861476eab02eea14edd123b2bc58b4408d9d9b69b0c39252561" |