Merge from poky:
authorChris Larson <clarson@kergoth.com>
Mon, 28 Aug 2006 20:30:14 +0000 (20:30 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 28 Aug 2006 20:30:14 +0000 (20:30 +0000)
commitd3c0ca658f75bf8f2aa96c51126712eb8d45c875
tree71f0dc44890c6004b9592936984495039d57454b
parent395ef28947528cc4cd955ae4480c2b6b5561c892
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.
classes/base.bbclass
classes/patch.bbclass [new file with mode: 0644]
conf/bitbake.conf
packages/gawk/gawk-native_3.1.4.bb
packages/patcher/patcher-native_20040913.bb
packages/quilt/quilt-native.inc