Age | Commit message (Collapse) | Author | Files |
|
|
|
packages/quilt/quilt-native.inc: Run make check for quilt native
Run make check for quilt-native from the do_test task. This
will run the first native test. If the test fails quilt will
fail.
The tests will only be run if you do INHERIT+=test
|
|
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.
|
|
Quilt is the first package we will build, so special care must
be taken. This is one reason why we do not include/require quilt_${PV}.inc
directly.
Now the -native packages require the quilt-native.inc package which
adds the non-gnu patch for darwin/BSD. In quilt_PV.inc we will aplly
the basic patches and in quilt.inc we will have all the common stuff
(like we already had)
quilt-0.45 does not require the nostrip patch as the file seems to
be missing.
|