* [meta-oe][PATCH] acpitests: add individual checksums
@ 2014-04-09 9:15 Trevor Woerner
2014-04-20 11:46 ` Martin Jansa
0 siblings, 1 reply; 2+ messages in thread
From: Trevor Woerner @ 2014-04-09 9:15 UTC (permalink / raw)
To: openembedded-devel; +Cc: Koen Kooi, patches
This recipe includes two source tarballs, add a second set of checksums so
both have checksum definitions.
Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
---
meta-oe/recipes-extended/acpica/acpitests_20140114.bb | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140114.bb b/meta-oe/recipes-extended/acpica/acpitests_20140114.bb
index 4afe3a9..d8a3b9f 100644
--- a/meta-oe/recipes-extended/acpica/acpitests_20140114.bb
+++ b/meta-oe/recipes-extended/acpica/acpitests_20140114.bb
@@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://tests/aapits/atexec.c;beginline=1;endline=115;md5=e92
DEPENDS = "bison flex"
-SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz \
- https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
+SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \
+ https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \
file://0001-Fixup-aapits-build.patch \
"
-SRC_URI[md5sum] = "c72b61e092d2b25726dfff6e455116c9"
-SRC_URI[sha256sum] = "368f69296edef5138fd33affa2d50bdcdd1dfd2f6919ba782f8ecf03971a3a2c"
+SRC_URI[acpitests.md5sum] = "c72b61e092d2b25726dfff6e455116c9"
+SRC_URI[acpitests.sha256sum] = "368f69296edef5138fd33affa2d50bdcdd1dfd2f6919ba782f8ecf03971a3a2c"
+SRC_URI[acpica.md5sum] = "fcd4b7304f1bfabc7d4b9cfdecc6b0c6"
+SRC_URI[acpica.sha256sum] = "0d5bd32690ab77e21ab143ef25361c314a4ed13c33a5fb3ddd6f5559ab24ebc3"
S = "${WORKDIR}/acpitests-unix-${PV}"
--
1.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-oe][PATCH] acpitests: add individual checksums
2014-04-09 9:15 [meta-oe][PATCH] acpitests: add individual checksums Trevor Woerner
@ 2014-04-20 11:46 ` Martin Jansa
0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2014-04-20 11:46 UTC (permalink / raw)
To: Trevor Woerner; +Cc: Koen Kooi, openembedded-devel, patches
[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]
On Wed, Apr 09, 2014 at 05:15:40AM -0400, Trevor Woerner wrote:
> This recipe includes two source tarballs, add a second set of checksums so
> both have checksum definitions.
Merged, thanks!
>
> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
> meta-oe/recipes-extended/acpica/acpitests_20140114.bb | 10 ++++++----
> 1 file changed, 6 insertions(+), 4 deletions(-)
>
> diff --git a/meta-oe/recipes-extended/acpica/acpitests_20140114.bb b/meta-oe/recipes-extended/acpica/acpitests_20140114.bb
> index 4afe3a9..d8a3b9f 100644
> --- a/meta-oe/recipes-extended/acpica/acpitests_20140114.bb
> +++ b/meta-oe/recipes-extended/acpica/acpitests_20140114.bb
> @@ -6,12 +6,14 @@ LIC_FILES_CHKSUM = "file://tests/aapits/atexec.c;beginline=1;endline=115;md5=e92
>
> DEPENDS = "bison flex"
>
> -SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz \
> - https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz \
> +SRC_URI = "https://acpica.org/sites/acpica/files/acpitests-unix-${PV}.tar.gz;name=acpitests \
> + https://acpica.org/sites/acpica/files/acpica-unix2-${PV}.tar.gz;name=acpica \
> file://0001-Fixup-aapits-build.patch \
> "
> -SRC_URI[md5sum] = "c72b61e092d2b25726dfff6e455116c9"
> -SRC_URI[sha256sum] = "368f69296edef5138fd33affa2d50bdcdd1dfd2f6919ba782f8ecf03971a3a2c"
> +SRC_URI[acpitests.md5sum] = "c72b61e092d2b25726dfff6e455116c9"
> +SRC_URI[acpitests.sha256sum] = "368f69296edef5138fd33affa2d50bdcdd1dfd2f6919ba782f8ecf03971a3a2c"
> +SRC_URI[acpica.md5sum] = "fcd4b7304f1bfabc7d4b9cfdecc6b0c6"
> +SRC_URI[acpica.sha256sum] = "0d5bd32690ab77e21ab143ef25361c314a4ed13c33a5fb3ddd6f5559ab24ebc3"
>
> S = "${WORKDIR}/acpitests-unix-${PV}"
>
> --
> 1.9.0
>
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-20 11:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-09 9:15 [meta-oe][PATCH] acpitests: add individual checksums Trevor Woerner
2014-04-20 11:46 ` Martin Jansa
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.