Age | Commit message (Collapse) | Author | Files |
|
|
|
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
|
|
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.
|
|
The aclocal.m4 is an automatically generated file, created by aclocal.m4.
The OpenEmbedded project automatially removes this automatically generated
file to regenerate it using aclocal.
Readd the content from aclocal.m4 as acinclude.m4 which will be seen by
the same set of programs...
Or as the automake website says:
"The contents of `acinclude.m4', if it exists, are also automatically included in
`aclocal.m4'. This is useful for incorporating local macros into `configure'."
|
|
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.
|
|
Use require for the BitBake files within packages. In contrast
to the conf files the authors of these files expected these files
to be included.
|
|
|
|
native packages should not rdepend on non
native versions.
|
|
|
|
- native include non-native (easier managing)
- dropped not-needed patches
- dropped old versions (0.39 and 0.42 stay)
|
|
-Apply this patch only when building on Darwin.
At least on one system it produced some kind of
error
|
|
Be buildable on non GNU systems. This patch was mainly
taken from the quilt mailing lists.
|
|
|
|
|
|
- Fix for bug 523.
|
|
|
|
|
|
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/02/10 11:17:25-06:00 ti.com!kergoth
Add quilt 0.39.
BKrev: 420b9735QUqhHp3AHqprbuBk5hQOmg
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/19 16:12:42-06:00 ti.com!kergoth
Update to a current mtd-utils snapshot.
2005/01/19 15:47:01-06:00 ti.com!kergoth
Set CVS_RSH=ssh for quilt fetching.
BKrev: 41eedb5bPDop9su9ob6tzqMmnCSB6A
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/17 21:30:51-06:00 kergoth.com!kergoth
Add the quilt-native autoreconf patch that I apparently missed in my earlier commit, and adjust the PATCHCMD in quilt-native and patcher-native to properly fail on patch application failure.
BKrev: 41ec9328QpfEWBxLn3lgqOBVACLMjw
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/17 19:52:39-06:00 ti.com!kergoth
Kill off the dyn-ldconfig patch for uclibc cvs, as the patch was accepted upstream.
2005/01/17 19:48:04-06:00 ti.com!kergoth
Update the patcher-native build to set PATCHCMD, in case we want to actually apply patches to it at some point.
2005/01/17 19:45:23-06:00 ti.com!kergoth
Add quilt-native and use quilt instead of patcher by default.
BKrev: 41ec6be8oJA-Iu3VSh3tCDGFhr_Xkw
|
|
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/15 00:29:43-06:00 ti.com!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/01/15 00:26:59-06:00 ti.com!kergoth
Apply patch to quilt to add a cmdline option for calling out 'wiggle' when dealing with rejects.
BKrev: 41e8bacbnOQzXXe7K7p7tkbzsePZWQ
|
|
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
|