From: akuster808 <akuster808@gmail.com>
To: Trevor Woerner <twoerner@gmail.com>,
openembedded-devel@lists.openembedded.org
Subject: Re: [meta-multimedia][PATCH v2] openh264: switch away from github archive
Date: Tue, 15 May 2018 07:45:18 -0700 [thread overview]
Message-ID: <2d40764a-ff2e-06c1-898b-1f4f99fbda29@gmail.com> (raw)
In-Reply-To: <20180510004908.26947-1-twoerner@gmail.com>
On 05/09/2018 05:49 PM, Trevor Woerner wrote:
> Since we know that github archives which are automatically generated have a
> tendency to change their checksums[1], switch to using a git clone.
>
> [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html
>
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
>
> Changes since v1:
> - replace the frankenstein local variable name OPENHBRANCH with simply BRANCH
> to hold the name of the branch to use
This fails to build: please see
http://errors.yoctoproject.org/Errors/Details/178572/
>
> ---
> .../recipes-multimedia/openh264/openh264_1.7.0.bb | 7 ++++---
> 1 file changed, 4 insertions(+), 3 deletions(-)
>
> diff --git a/meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb b/meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb
> index a7aaab3623..40bd493e6d 100644
> --- a/meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb
> +++ b/meta-multimedia/recipes-multimedia/openh264/openh264_1.7.0.bb
> @@ -11,9 +11,10 @@ LICENSE = "BSD-2-Clause"
> LICENSE_FLAGS = "commercial"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=bb6d3771da6a07d33fd50d4d9aa73bcf"
>
> -SRC_URI = "https://github.com/cisco/openh264/archive/v${PV}.tar.gz"
> -SRC_URI[md5sum] = "93da4e76cfda7ede8fd2df51b0021efd"
> -SRC_URI[sha256sum] = "9c07c38d7de00046c9c52b12c76a2af7648b70d05bd5460c8b67f6895738653f"
> +S = "${WORKDIR}/git"
> +SRCREV = "a180c9d4d6f1a4830ca9eed9d159d54996bd63cb"
> +BRANCH = "openh264v1.7"
> +SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH};"
>
> COMPATIBLE_MACHINE_armv7a = "(.*)"
> COMPATIBLE_MACHINE_aarch64 = "(.*)"
next prev parent reply other threads:[~2018-05-15 14:45 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-10 0:49 [meta-multimedia][PATCH v2] openh264: switch away from github archive Trevor Woerner
2018-05-15 14:45 ` akuster808 [this message]
2018-05-16 6:31 ` Trevor Woerner
2018-05-16 9:05 ` Anuj Mittal
2018-05-16 16:47 ` Trevor Woerner
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=2d40764a-ff2e-06c1-898b-1f4f99fbda29@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
--cc=twoerner@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox