| Submitter | Paul Eggleton |
|---|---|
| Date | Jan. 13, 2012, 5:42 p.m. |
| Message ID | <cover.1326476501.git.paul.eggleton@linux.intel.com> |
| Download | mbox |
| Permalink | /patch/19321/ |
| State | New |
| Headers | show |
Pull-request
git://git.openembedded.org/openembedded-core-contrib paule/fixes10Comments
On 01/13/2012 09:42 AM, Paul Eggleton wrote: > A trio of of minor improvements to error messages as well as the removal > of packagehistory.bbclass. > > The following changes since commit bd047935305c872b565f30b46c94b7077e5fb3a2: > > patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the correct function (2012-01-13 16:56:20 +0000) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib paule/fixes10 > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes10 > > Paul Eggleton (4): > classes/base: note variable name in COMPATIBLE_* skip messages > conf/bitbake.conf: allow wget to output error messages > classes/package: remove out-of-date notice referring to the OE > bugtracker > classes/packagehistory: remove now obsolete class > > meta/classes/base.bbclass | 4 +- > meta/classes/package.bbclass | 3 - > meta/classes/packagehistory.bbclass | 249 ----------------------------------- > meta/conf/bitbake.conf | 6 +- > 4 files changed, 5 insertions(+), 257 deletions(-) > delete mode 100644 meta/classes/packagehistory.bbclass > Merged into OE-Core Thanks Sau!
A trio of of minor improvements to error messages as well as the removal of packagehistory.bbclass. The following changes since commit bd047935305c872b565f30b46c94b7077e5fb3a2: patch.bbclass: Ensure the DATE and SRCDATE variable exclusions apply to the correct function (2012-01-13 16:56:20 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib paule/fixes10 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/fixes10 Paul Eggleton (4): classes/base: note variable name in COMPATIBLE_* skip messages conf/bitbake.conf: allow wget to output error messages classes/package: remove out-of-date notice referring to the OE bugtracker classes/packagehistory: remove now obsolete class meta/classes/base.bbclass | 4 +- meta/classes/package.bbclass | 3 - meta/classes/packagehistory.bbclass | 249 ----------------------------------- meta/conf/bitbake.conf | 6 +- 4 files changed, 5 insertions(+), 257 deletions(-) delete mode 100644 meta/classes/packagehistory.bbclass