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/unicap | |
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/unicap')
-rw-r--r-- | recipes/unicap/ucview_0.22.bb | 2 | ||||
-rw-r--r-- | recipes/unicap/ucview_0.30.bb | 2 | ||||
-rw-r--r-- | recipes/unicap/unicap_0.9.3.bb | 2 | ||||
-rw-r--r-- | recipes/unicap/unicap_0.9.4.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/unicap/ucview_0.22.bb b/recipes/unicap/ucview_0.22.bb index 1f02363d73..ebc64b01b7 100644 --- a/recipes/unicap/ucview_0.22.bb +++ b/recipes/unicap/ucview_0.22.bb @@ -5,7 +5,7 @@ DEPENDS = "intltool-native gtk+ libpng unicap gconf libglade gdk-pixbuf-csource- PR = "r1" SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz \ - file://cross.patch;patch=1" + file://cross.patch;apply=yes" inherit autotools pkgconfig diff --git a/recipes/unicap/ucview_0.30.bb b/recipes/unicap/ucview_0.30.bb index 89b96ef861..8aea042b13 100644 --- a/recipes/unicap/ucview_0.30.bb +++ b/recipes/unicap/ucview_0.30.bb @@ -5,7 +5,7 @@ DEPENDS = "intltool-native gtk+ libpng unicap gconf libglade gdk-pixbuf-csource- PR = "r1" SRC_URI = "http://www.unicap-imaging.org/downloads/${P}.tar.gz \ - file://cross.patch;patch=1" + file://cross.patch;apply=yes" inherit autotools pkgconfig diff --git a/recipes/unicap/unicap_0.9.3.bb b/recipes/unicap/unicap_0.9.3.bb index a28ce9fa99..2dd3174612 100644 --- a/recipes/unicap/unicap_0.9.3.bb +++ b/recipes/unicap/unicap_0.9.3.bb @@ -5,7 +5,7 @@ DEPENDS = "intltool-native gtk+ libpng libxv" PR = "r2" SRC_URI = "http://www.unicap-imaging.org/downloads/unicap-${PV}.tar.gz \ - file://pkgconfig.patch;patch=1" + file://pkgconfig.patch;apply=yes" inherit autotools pkgconfig diff --git a/recipes/unicap/unicap_0.9.4.bb b/recipes/unicap/unicap_0.9.4.bb index a15f660602..d38e15e592 100644 --- a/recipes/unicap/unicap_0.9.4.bb +++ b/recipes/unicap/unicap_0.9.4.bb @@ -5,7 +5,7 @@ DEPENDS = "intltool-native gtk+ libpng libxv" PR = "r0" SRC_URI = "http://www.unicap-imaging.org/downloads/tisCMOS/unicap-${PV}.tar.gz \ - file://pkgconfig.patch;patch=1" + file://pkgconfig.patch;apply=yes" inherit autotools pkgconfig |