All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Buildhistory improvements
@ 2013-03-22 19:53 Paul Eggleton
  2013-03-22 19:53 ` [PATCH 1/2] classes/buildhistory: implement history collection for SDKs Paul Eggleton
  2013-03-22 19:53 ` [PATCH 2/2] classes/buildhistory: trim trailing spaces in file listings Paul Eggleton
  0 siblings, 2 replies; 6+ messages in thread
From: Paul Eggleton @ 2013-03-22 19:53 UTC (permalink / raw)
  To: openembedded-core

(No changes from a few minutes ago, just not erroneously marked as RFC this time.)

The following changes since commit 7846f68537a942d340d5931e23a4fceb84b6edcb:

  vte: Fix conflict between FILES_${PN}-dbg and FILES_vte-dbg (2013-03-22 17:05:09 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/buildhistory-fix5
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/buildhistory-fix5

Paul Eggleton (2):
  classes/buildhistory: implement history collection for SDKs
  classes/buildhistory: trim trailing spaces in file listings

 meta/classes/buildhistory.bbclass      |  130 ++++++++++++++++++++++----------
 meta/classes/package_deb.bbclass       |   28 +++++++
 meta/classes/package_ipk.bbclass       |   24 ++++++
 meta/classes/package_rpm.bbclass       |   17 +++++
 meta/classes/populate_sdk_base.bbclass |    2 +
 meta/classes/populate_sdk_deb.bbclass  |    1 +
 meta/classes/populate_sdk_ipk.bbclass  |    2 +
 meta/classes/populate_sdk_rpm.bbclass  |    1 +
 meta/classes/rootfs_deb.bbclass        |   27 -------
 meta/classes/rootfs_ipk.bbclass        |   22 ------
 meta/classes/rootfs_rpm.bbclass        |   16 ----
 11 files changed, 165 insertions(+), 105 deletions(-)

-- 
1.7.10.4




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-03-23 17:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-22 19:53 [PATCH 0/2] Buildhistory improvements Paul Eggleton
2013-03-22 19:53 ` [PATCH 1/2] classes/buildhistory: implement history collection for SDKs Paul Eggleton
2013-03-23 16:05   ` Richard Purdie
2013-03-23 17:32     ` Paul Eggleton
2013-03-23 17:41       ` Richard Purdie
2013-03-22 19:53 ` [PATCH 2/2] classes/buildhistory: trim trailing spaces in file listings Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.