aboutsummaryrefslogtreecommitdiffstats
path: root/packages/quilt
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2006-08-28 20:30:14 +0000
committerChris Larson <clarson@kergoth.com>2006-08-28 20:30:14 +0000
commitd3c0ca658f75bf8f2aa96c51126712eb8d45c875 (patch)
tree71f0dc44890c6004b9592936984495039d57454b /packages/quilt
parent395ef28947528cc4cd955ae4480c2b6b5561c892 (diff)
downloadopenembedded-d3c0ca658f75bf8f2aa96c51126712eb8d45c875.tar.gz
Merge from poky:
Rework the way patches are handled. There are now two abstract base classes, initialized in patch.bbclass. One for patchset operations on a directory, and another for patch failure resolution. Currently includes 'patch' and 'quilt' concrete PatchSet classes, and a 'user' resolver class, which simply drops you into a shell in the source tree to fix the rejects.
Diffstat (limited to 'packages/quilt')
-rw-r--r--packages/quilt/quilt-native.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/quilt/quilt-native.inc b/packages/quilt/quilt-native.inc
index d19d864904..c8bbdc8e07 100644
--- a/packages/quilt/quilt-native.inc
+++ b/packages/quilt/quilt-native.inc
@@ -8,8 +8,7 @@ INHIBIT_AUTOTOOLS_DEPS = "1"
inherit autotools native
-PATCHCLEANCMD = ""
-PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file""
+PATCHTOOL = "patch"
EXTRA_OECONF = "--disable-nls"
do_configure () {