Age | Commit message (Collapse) | Author | Files |
|
* rstreamline bb
* move version 0.39 to packages/obsolete
|
|
|
|
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.
|