Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/7] More recipe reporting fixes
@ 2015-08-07 14:28 Alexander Kanavin
  2015-08-07 14:28 ` [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Alexander Kanavin @ 2015-08-07 14:28 UTC (permalink / raw)
  To: openembedded-core

This patchset contains more recipe reporting fixes, some of which are based
on the review comments to the previous patchset (which got partially merged
into master). Please see specific commits for details.

Version 2 of the patch improves the commit message for stess recipe patch,
and adds the use of BPN and BP to the same recipe. It also fixes build failures
for fotowall and distcc recipes (incorrectly set S), and xf86-video-omapfb
(incorrect commit id).

The following changes since commit 58197f345b203f55de202f8c91129e3d381359ed:

  bitbake: toastergui: layerBtn Fix build trigger mechanism (2015-08-06 16:04:50 -0500)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib akanavin/recipe-reporting-fixes
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=akanavin/recipe-reporting-fixes

Alexander Kanavin (7):
  fotowall: update SRC_URI to use github instead of qt-apps.org
  distcc: update SRC_URI to not use Google Code
  gptfdisk: update to 1.0.0
  oprofile: reorder SRC_URI lines to fix upstream version check
  xf86-video-omapfb: switch SRC_URI to debian git repo
  stress: update checksums to match upstream tarball, use BPN and BP in
    SRC_URI
  recipeutils.py: allow all characters in regexes used to parse version
    strings

 meta/lib/oe/recipeutils.py                         |  4 +--
 meta/recipes-devtools/distcc/distcc_3.1.bb         |  7 ++---
 .../fdisk/{gptfdisk_git.bb => gptfdisk_1.0.0.bb}   |  8 ++---
 meta/recipes-extended/stress/stress_1.0.4.bb       |  8 ++---
 ...apfb-from-from-crashing-when-pixelclock-o.patch | 35 ++++++++++++++++++++++
 .../xorg-driver/xf86-video-omapfb_git.bb           |  5 ++--
 meta/recipes-kernel/oprofile/oprofile.inc          |  3 +-
 meta/recipes-kernel/oprofile/oprofile_1.0.0.bb     |  2 --
 meta/recipes-qt/qt-apps/fotowall_0.9.bb            |  8 ++---
 9 files changed, 55 insertions(+), 25 deletions(-)
 rename meta/recipes-devtools/fdisk/{gptfdisk_git.bb => gptfdisk_1.0.0.bb} (75%)
 create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-omapfb/0001-Prevents-omapfb-from-from-crashing-when-pixelclock-o.patch

-- 
2.1.4



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

end of thread, other threads:[~2015-08-10 12:28 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-07 14:28 [PATCH 0/7] More recipe reporting fixes Alexander Kanavin
2015-08-07 14:28 ` [PATCH 1/7] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
2015-08-07 14:28 ` [PATCH 2/7] distcc: update SRC_URI to not use Google Code Alexander Kanavin
2015-08-08 19:49   ` Khem Raj
2015-08-07 14:28 ` [PATCH 3/7] gptfdisk: update to 1.0.0 Alexander Kanavin
2015-08-08 19:48   ` Khem Raj
2015-08-09 23:29     ` Richard Purdie
2015-08-10 12:29       ` Improving SRCPV? (was: Re: [PATCH 3/7] gptfdisk: update to 1.0.0) Alexander Kanavin
2015-08-07 14:28 ` [PATCH 4/7] oprofile: reorder SRC_URI lines to fix upstream version check Alexander Kanavin
2015-08-07 14:28 ` [PATCH 5/7] xf86-video-omapfb: switch SRC_URI to debian git repo Alexander Kanavin
2015-08-07 14:28 ` [PATCH 6/7] stress: update checksums to match upstream tarball, use BPN and BP in SRC_URI Alexander Kanavin
2015-08-07 14:28 ` [PATCH 7/7] recipeutils.py: allow all characters in regexes used to parse version strings Alexander Kanavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox