Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/26] Upstream version check fixes for various recipes
@ 2015-07-30 13:31 Alexander Kanavin
  2015-07-30 13:31 ` [PATCH 01/26] libproxy: update SRC_URI to not use Google Code Alexander Kanavin
                   ` (25 more replies)
  0 siblings, 26 replies; 69+ messages in thread
From: Alexander Kanavin @ 2015-07-30 13:31 UTC (permalink / raw)
  To: openembedded-core

This patchset contains various recipe fixes that allow upstream version checks.
It also updates recipes that fetch sources from Google Code (about to shut down)
to use alternatives. Please see individual commits for what is fixed and why.

The following changes since commit 3aeeda88e236f3da577adc20597dab38a66157c5:

  wget.py: fix incorrect regexes (2015-07-30 14:47:12 +0300)

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 (26):
  libproxy: update SRC_URI to not use Google Code
  fotowall: update SRC_URI to use github instead of qt-apps.org
  distcc: update SRC_URI to not use Google Code
  adt-installer: update SRC_URI to not use Google Code
  ossp-uuid: update SRC_URI to not use Google Code
  eglinfo: change version from 1.0 to 1.0.0 to match the upstream git
    tag
  gptfdisk: use tarballs instead of git for fetching source code
  libmad: use ftp instead of sourceforge for consistency with libid3tag
  lsb: set PV to 1.4 to match upstream tarball version
  linux-yocto-dev: only numeric characters are allowed in package
    versions taken from git
  nss: reorder SRC_URI lines to fix upstream version check
  pseudo: fix upstream SRC_URI to enable upstream version check
  oprofile: reorder SRC_URI lines to fix upstream version check
  puzzles: switch svn for git, as upstream has done the same
  syslinux: drop v6.xx/ from directory path in SRC_URI
  shared-mime-info: reorder SRC_URI lines to fix upstream version check
  tremor: switch SRC_URI from svn to tarballs on debian mirrors
  x264: only numeric characters are allowed in package versions taken
    from git
  xf86-video-omapfb: switch SRC_URI to debian git repo
  stress: use developer's website for SRC_URI
  systemd: remove PV from the recipe
  unzip,zip: fix PV to allow upstream version check
  guilt-native: set PV in the recipe to allow upstream version check
  distrodata.bbclass: do not skip -native recipes in checkpkg task
  distrodata.bbclass: do not use get_recipe_pv_without_srcpv() before
    comparing versions in checkpkg
  distrodata.bbclass: drop the manual upstream version check logic

 meta/classes/distrodata.bbclass                    | 27 ++-----------------
 meta/recipes-core/systemd/systemd_219.bb           |  2 --
 meta/recipes-devtools/distcc/distcc_3.1.bb         |  3 ++-
 .../fdisk/{gptfdisk_git.bb => gptfdisk_0.8.10.bb}  |  8 +++---
 meta/recipes-devtools/guilt/guilt-native_git.bb    |  2 +-
 .../installer/adt-installer_1.0.bb                 |  2 +-
 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb |  2 +-
 meta/recipes-devtools/pseudo/pseudo_1.6.7.bb       |  2 +-
 meta/recipes-devtools/syslinux/syslinux_6.03.bb    |  2 +-
 meta/recipes-extended/lsb/lsb_4.1.bb               |  1 +
 meta/recipes-extended/stress/stress_1.0.4.bb       |  2 +-
 meta/recipes-extended/unzip/unzip_6.0.bb           |  3 ++-
 meta/recipes-extended/zip/zip.inc                  |  3 ++-
 .../{eglinfo-fb_1.0.bb => eglinfo-fb_1.0.0.bb}     |  0
 .../{eglinfo-x11_1.0.bb => eglinfo-x11_1.0.0.bb}   |  0
 .../xorg-driver/xf86-video-omapfb_git.bb           |  2 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |  2 +-
 meta/recipes-kernel/oprofile/oprofile.inc          |  2 +-
 meta/recipes-kernel/oprofile/oprofile_1.0.0.bb     |  6 ++---
 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb   |  2 +-
 .../obsolete_automake_macros.patch                 |  0
 .../tremor-arm-thumb2.patch                        |  0
 .../tremor/{tremor_20120314.bb => tremor_18153.bb} |  6 +++--
 meta/recipes-multimedia/x264/x264_git.bb           |  2 +-
 meta/recipes-qt/qt-apps/fotowall_0.9.bb            |  3 ++-
 .../puzzles/files/puzzles_x32_abi_time.patch       | 30 ----------------------
 .../puzzles/{puzzles_r10286.bb => puzzles_git.bb}  |  7 ++---
 meta/recipes-support/libproxy/libproxy_0.4.11.bb   |  7 +++--
 meta/recipes-support/nss/nss.inc                   |  2 +-
 meta/recipes-support/nss/nss_3.17.3.bb             |  6 ++---
 .../shared-mime-info/shared-mime-info_1.4.bb       |  2 +-
 31 files changed, 44 insertions(+), 94 deletions(-)
 rename meta/recipes-devtools/fdisk/{gptfdisk_git.bb => gptfdisk_0.8.10.bb} (75%)
 rename meta/recipes-graphics/eglinfo/{eglinfo-fb_1.0.bb => eglinfo-fb_1.0.0.bb} (100%)
 rename meta/recipes-graphics/eglinfo/{eglinfo-x11_1.0.bb => eglinfo-x11_1.0.0.bb} (100%)
 rename meta/recipes-multimedia/tremor/{tremor-20120314 => tremor}/obsolete_automake_macros.patch (100%)
 rename meta/recipes-multimedia/tremor/{tremor-20120314 => tremor}/tremor-arm-thumb2.patch (100%)
 rename meta/recipes-multimedia/tremor/{tremor_20120314.bb => tremor_18153.bb} (66%)
 delete mode 100644 meta/recipes-sato/puzzles/files/puzzles_x32_abi_time.patch
 rename meta/recipes-sato/puzzles/{puzzles_r10286.bb => puzzles_git.bb} (89%)

-- 
2.1.4



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

end of thread, other threads:[~2015-08-07 19:22 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 13:31 [PATCH 00/26] Upstream version check fixes for various recipes Alexander Kanavin
2015-07-30 13:31 ` [PATCH 01/26] libproxy: update SRC_URI to not use Google Code Alexander Kanavin
2015-07-30 14:29   ` Martin Jansa
2015-07-30 14:29     ` Burton, Ross
2015-07-30 15:12     ` Alexander Kanavin
2015-07-30 15:20       ` Burton, Ross
2015-07-30 13:31 ` [PATCH 02/26] fotowall: update SRC_URI to use github instead of qt-apps.org Alexander Kanavin
2015-07-30 14:29   ` Martin Jansa
2015-07-30 15:14     ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 03/26] distcc: update SRC_URI to not use Google Code Alexander Kanavin
2015-07-30 14:30   ` Martin Jansa
2015-07-30 13:31 ` [PATCH 04/26] adt-installer: " Alexander Kanavin
2015-07-30 13:31 ` [PATCH 05/26] ossp-uuid: " Alexander Kanavin
2015-07-30 13:31 ` [PATCH 06/26] eglinfo: change version from 1.0 to 1.0.0 to match the upstream git tag Alexander Kanavin
2015-07-30 14:31   ` Martin Jansa
2015-07-30 15:02     ` Burton, Ross
2015-07-30 15:18       ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 07/26] gptfdisk: use tarballs instead of git for fetching source code Alexander Kanavin
2015-07-30 13:31 ` [PATCH 08/26] libmad: use ftp instead of sourceforge for consistency with libid3tag Alexander Kanavin
2015-07-30 13:31 ` [PATCH 09/26] lsb: set PV to 1.4 to match upstream tarball version Alexander Kanavin
2015-07-30 14:32   ` Martin Jansa
2015-07-30 15:22     ` Alexander Kanavin
2015-08-07  7:21   ` Khem Raj
2015-08-07 12:09     ` Alexander Kanavin
2015-08-07 19:22       ` Khem Raj
2015-07-30 13:31 ` [PATCH 10/26] linux-yocto-dev: only numeric characters are allowed in package versions taken from git Alexander Kanavin
2015-07-30 13:31 ` [PATCH 11/26] nss: reorder SRC_URI lines to fix upstream version check Alexander Kanavin
2015-07-30 14:33   ` Martin Jansa
2015-07-30 15:04     ` Burton, Ross
2015-07-30 16:04       ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 12/26] pseudo: fix upstream SRC_URI to enable " Alexander Kanavin
2015-07-30 13:31 ` [PATCH 13/26] oprofile: reorder SRC_URI lines to fix " Alexander Kanavin
2015-07-30 14:34   ` Martin Jansa
2015-07-30 15:41     ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 14/26] puzzles: switch svn for git, as upstream has done the same Alexander Kanavin
2015-07-30 14:35   ` Martin Jansa
2015-07-30 16:06     ` Alexander Kanavin
2015-08-07  7:19       ` Khem Raj
2015-08-07 12:08         ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 15/26] syslinux: drop v6.xx/ from directory path in SRC_URI Alexander Kanavin
2015-07-30 13:31 ` [PATCH 16/26] shared-mime-info: reorder SRC_URI lines to fix upstream version check Alexander Kanavin
2015-07-30 13:31 ` [PATCH 17/26] tremor: switch SRC_URI from svn to tarballs on debian mirrors Alexander Kanavin
2015-07-30 14:35   ` Martin Jansa
2015-07-30 13:31 ` [PATCH 18/26] x264: only numeric characters are allowed in package versions taken from git Alexander Kanavin
2015-07-30 13:31 ` [PATCH 19/26] xf86-video-omapfb: switch SRC_URI to debian git repo Alexander Kanavin
2015-07-30 21:03   ` Burton, Ross
2015-07-30 13:31 ` [PATCH 20/26] stress: use developer's website for SRC_URI Alexander Kanavin
2015-07-30 17:45   ` Max Krummenacher
2015-07-31 12:17     ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 21/26] systemd: remove PV from the recipe Alexander Kanavin
2015-07-30 14:36   ` Martin Jansa
2015-07-30 15:32     ` Alexander Kanavin
2015-07-30 16:25       ` Burton, Ross
2015-07-30 16:35         ` Alexander Kanavin
2015-07-31 12:40           ` Pascal Bach
2015-07-31 12:53             ` Alexander Kanavin
2015-07-31 13:03               ` Pascal Bach
2015-07-31 13:03               ` Alexander Kanavin
2015-07-31 12:24         ` Alexander Kanavin
2015-07-30 13:31 ` [PATCH 22/26] unzip, zip: fix PV to allow upstream version check Alexander Kanavin
2015-07-30 13:31 ` [PATCH 23/26] guilt-native: set PV in the recipe " Alexander Kanavin
2015-07-30 13:31 ` [PATCH 24/26] distrodata.bbclass: do not skip -native recipes in checkpkg task Alexander Kanavin
2015-07-30 13:31 ` [PATCH 25/26] distrodata.bbclass: do not use get_recipe_pv_without_srcpv() before comparing versions in checkpkg Alexander Kanavin
2015-07-31 14:54   ` Aníbal Limón
2015-07-31 15:09     ` Alexander Kanavin
2015-07-31 15:31       ` Aníbal Limón
2015-07-31 15:34         ` Aníbal Limón
2015-07-31 19:45           ` alexander.kanavin
2015-07-30 13:31 ` [PATCH 26/26] distrodata.bbclass: drop the manual upstream version check logic Alexander Kanavin

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