From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: yin.thong.choong@intel.com, openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v3 4/8] logrotate: replace fedorahosted.org SRC_URI with github.com source
Date: Fri, 07 Apr 2017 08:36:40 +0100 [thread overview]
Message-ID: <1491550600.17200.82.camel@linuxfoundation.org> (raw)
In-Reply-To: <1491467730-8418-5-git-send-email-yin.thong.choong@intel.com>
On Thu, 2017-04-06 at 01:35 -0700, yin.thong.choong@intel.com wrote:
> From: Choong YinThong <yin.thong.choong@intel.com>
>
> fedorahosted.org was retired on March 1st, 2017. This is to
> update the SRC_URI to point to github.com.
>
> [YOCTO #11226]
>
> Signed-off-by: Choong YinThong <yin.thong.choong@intel.com>
This failed autobuilder testing in multilib builds:
https://autobuilder.yocto.io/builders/nightly-world-lsb/builds/214/steps/BuildImages/logs/stdio
https://autobuilder.yocto.io/builders/nightly-world/builds/214/steps/BuildImages/logs/stdio
Probably you need ${BPN}, not ${PN}.
> meta/recipes-extended/logrotate/logrotate_3.9.1.bb | 19
> +++++++++++++++----
> 1 file changed, 15 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
> b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
> index 9c2dfe0..5cbd9ff 100644
> --- a/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
> +++ b/meta/recipes-extended/logrotate/logrotate_3.9.1.bb
> @@ -1,6 +1,6 @@
> SUMMARY = "Rotates, compresses, removes and mails system log files"
> SECTION = "console/utils"
> -HOMEPAGE = "https://fedorahosted.org/logrotate/"
> +HOMEPAGE = "https://github.com/logrotate/logrotate/issues"
> LICENSE = "GPLv2"
>
> # TODO: logrotate 3.8.8 adds autotools/automake support, update
> recipe to use it.
> @@ -10,14 +10,25 @@ DEPENDS="coreutils popt"
>
> LIC_FILES_CHKSUM =
> "file://COPYING;md5=18810669f13b87348459e611d31ab760"
>
> -SRC_URI = "https://fedorahosted.org/releases/l/o/logrotate/logrotate
> -${PV}.tar.gz \
> +# When updating logrotate to latest upstream, SRC_URI should point
> to
> +# a proper release tarball from https://github.com/logrotate/logrota
> te/releases
> +# and we have to take the snapshot for now because there is no such
> +# tarball available for 3.9.1.
> +
> +S = "${WORKDIR}/${PN}-r3-9-1"
> +
> +UPSTREAM_CHECK_URI = "https://github.com/${PN}/${PN}/releases"
> +
> +SRC_URI = "https://github.com/${PN}/${PN}/archive/r3-9-1.tar.gz \
> file://act-as-mv-when-rotate.patch \
> file://update-the-manual.patch \
> file://disable-check-different-filesystems.patch \
> "
>
> -SRC_URI[md5sum] = "4492b145b6d542e4a2f41e77fa199ab0"
> -SRC_URI[sha256sum] =
> "022769e3288c80981559a8421703c88e8438b447235e36dd3c8e97cd94c52545"
> +# Checksum changed due to tarball source folder changes in upstream
> +
> +SRC_URI[md5sum] = "8572b7c2cf9ade09a8a8e10098500fb3"
> +SRC_URI[sha256sum] =
> "5bf8e478c428e7744fefa465118f8296e7e771c981fb6dffb7527856a0ea3617"
>
> PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'acl
> selinux', d)}"
>
> --
> 2.7.4
>
next prev parent reply other threads:[~2017-04-07 7:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-06 8:35 [PATCH v3 0/8] Remove all use of fedorahosted SRC_URI [yocto #11226] yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 1/8] selftest/recipetool: replace fedorahosted.org SRC_URI with github.com source yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 2/8] xmlto: replace fedorahosted.org SRC_URI with pagure.io source yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 3/8] libuser: " yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 4/8] logrotate: replace fedorahosted.org SRC_URI with github.com source yin.thong.choong
2017-04-07 7:36 ` Richard Purdie [this message]
2017-04-07 9:10 ` Choong, Yin Thong
2017-04-07 10:57 ` Richard Purdie
2017-04-06 8:35 ` [PATCH v3 5/8] libnewt: replace fedorahosted.org SRC_URI with pagure.io source yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 6/8] liberation-fonts: " yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 7/8] chkconfig: replace fedorahosted.org SRC_URI with github.com source yin.thong.choong
2017-04-06 8:35 ` [PATCH v3 8/8] cronie: " yin.thong.choong
2017-04-06 9:02 ` ✗ patchtest: failure for Remove all use of fedorahosted SRC_URI [YOCTO #11226] (rev3) Patchwork
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=1491550600.17200.82.camel@linuxfoundation.org \
--to=richard.purdie@linuxfoundation.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=yin.thong.choong@intel.com \
/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 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.