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/wxwidgets | |
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/wxwidgets')
-rw-r--r-- | recipes/wxwidgets/wxbase_2.8.9.bb | 2 | ||||
-rw-r--r-- | recipes/wxwidgets/wxwidgets-2.9.0.inc | 2 | ||||
-rw-r--r-- | recipes/wxwidgets/wxwidgets_2.8.10.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes/wxwidgets/wxbase_2.8.9.bb b/recipes/wxwidgets/wxbase_2.8.9.bb index 4531a726cd..30d9a43d44 100644 --- a/recipes/wxwidgets/wxbase_2.8.9.bb +++ b/recipes/wxwidgets/wxbase_2.8.9.bb @@ -4,7 +4,7 @@ DEFAULT_PREFERENCE = "-1" PR = "r0" -SRC_URI += "file://Makefile.in.patch;patch=1" +SRC_URI += "file://Makefile.in.patch;apply=yes" EXTRA_OECONF = " --disable-gui \ --enable-largefile \ diff --git a/recipes/wxwidgets/wxwidgets-2.9.0.inc b/recipes/wxwidgets/wxwidgets-2.9.0.inc index cb6a971e7a..89755643f2 100644 --- a/recipes/wxwidgets/wxwidgets-2.9.0.inc +++ b/recipes/wxwidgets/wxwidgets-2.9.0.inc @@ -15,7 +15,7 @@ LEAD_SONAME = "libwx_.*_core-.*\.so" # Patch and regenerate configure script so that it finds staging root. FILESDIR = "${FILE_DIRNAME}/wxwidgets-${PV}" -SRC_URI += "file://configure-cross_root.patch;patch=1" +SRC_URI += "file://configure-cross_root.patch;apply=yes" do_configure_prepend() { ./autogen.sh diff --git a/recipes/wxwidgets/wxwidgets_2.8.10.bb b/recipes/wxwidgets/wxwidgets_2.8.10.bb index feb0394bb4..8cbece2963 100644 --- a/recipes/wxwidgets/wxwidgets_2.8.10.bb +++ b/recipes/wxwidgets/wxwidgets_2.8.10.bb @@ -2,7 +2,7 @@ require wxwidgets.inc PR = "r1" -SRC_URI += "file://gsockgtk-cpp-wx2810.diff;patch=1" +SRC_URI += "file://gsockgtk-cpp-wx2810.diff;apply=yes" LEAD_SONAME = "libwx_gtk2_core-2.8.so" |