From: Martin Jansa <martin.jansa@gmail.com>
To: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 17/26] tremor: switch SRC_URI from svn to tarballs on debian mirrors
Date: Thu, 30 Jul 2015 16:35:52 +0200 [thread overview]
Message-ID: <20150730143552.GJ2457@jama> (raw)
In-Reply-To: <d5362f4afd2b421f9a6b628289bde50f60a9882b.1438262915.git.alexander.kanavin@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 3054 bytes --]
On Thu, Jul 30, 2015 at 04:31:46PM +0300, Alexander Kanavin wrote:
> There is no support for checking svn repositories for new commits, so
> let's use debian tarballs and assume that Debian has a dedicated maintainer
> who would check the upstream now and then.
>
> Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
> ---
> .../{tremor-20120314 => tremor}/obsolete_automake_macros.patch | 0
> .../tremor/{tremor-20120314 => tremor}/tremor-arm-thumb2.patch | 0
> .../tremor/{tremor_20120314.bb => tremor_18153.bb} | 6 ++++--
> 3 files changed, 4 insertions(+), 2 deletions(-)
> 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%)
>
> diff --git a/meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch b/meta/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch
> similarity index 100%
> rename from meta/recipes-multimedia/tremor/tremor-20120314/obsolete_automake_macros.patch
> rename to meta/recipes-multimedia/tremor/tremor/obsolete_automake_macros.patch
> diff --git a/meta/recipes-multimedia/tremor/tremor-20120314/tremor-arm-thumb2.patch b/meta/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch
> similarity index 100%
> rename from meta/recipes-multimedia/tremor/tremor-20120314/tremor-arm-thumb2.patch
> rename to meta/recipes-multimedia/tremor/tremor/tremor-arm-thumb2.patch
> diff --git a/meta/recipes-multimedia/tremor/tremor_20120314.bb b/meta/recipes-multimedia/tremor/tremor_18153.bb
> similarity index 66%
> rename from meta/recipes-multimedia/tremor/tremor_20120314.bb
> rename to meta/recipes-multimedia/tremor/tremor_18153.bb
> index afc78ac..c27fe8c 100644
> --- a/meta/recipes-multimedia/tremor/tremor_20120314.bb
> +++ b/meta/recipes-multimedia/tremor/tremor_18153.bb
PV going backwards isn't acceptable for package feeds
> @@ -8,12 +8,14 @@ DEPENDS = "libogg"
> SRCDATE = "${PV}"
> PR = "r1"
>
> -SRC_URI = "svn://svn.xiph.org/trunk;module=Tremor;rev=18221;protocol=http \
> +SRC_URI = "${DEBIAN_MIRROR}/main/libv/libvorbisidec/libvorbisidec_1.0.2+svn${PV}.orig.tar.gz \
> file://obsolete_automake_macros.patch;striplevel=0 \
> file://tremor-arm-thumb2.patch \
> "
> +SRC_URI[md5sum] = "4190859414c5d6760e316b5cf00fe7c5"
> +SRC_URI[sha256sum] = "4dc8c224289da3479fc10ce4e49ffbb85c790eb2fe55ef480934a265ee0a6782"
>
> -S = "${WORKDIR}/Tremor"
> +S = "${WORKDIR}/libvorbisidec-1.0.2+svn${PV}"
>
> inherit autotools pkgconfig
>
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2015-07-30 14:35 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150730143552.GJ2457@jama \
--to=martin.jansa@gmail.com \
--cc=alexander.kanavin@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox