From: Anders Roxell <anders.roxell@linaro.org>
To: Saul Wold <sgw@linux.intel.com>
Cc: linaro-networking@linaro.org, patches@linaro.org,
openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] ltp: update to new release 20130904
Date: Mon, 9 Sep 2013 12:14:19 +0200 [thread overview]
Message-ID: <20130909101419.GB11886@nexon.se> (raw)
In-Reply-To: <522B909E.3070609@linux.intel.com>
On 2013-09-07 13:46, Saul Wold wrote:
> On 09/07/2013 01:33 PM, Anders Roxell wrote:
> >Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> >---
> > .../ltp/{ltp_20130503.bb => ltp_20130904.bb} | 13 ++++++++-----
> > 1 file changed, 8 insertions(+), 5 deletions(-)
> > rename meta/recipes-extended/ltp/{ltp_20130503.bb => ltp_20130904.bb} (93%)
> >
> >diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130904.bb
> >similarity index 93%
> >rename from meta/recipes-extended/ltp/ltp_20130503.bb
> >rename to meta/recipes-extended/ltp/ltp_20130904.bb
> >index 387826d..4f2b9e7 100644
> >--- a/meta/recipes-extended/ltp/ltp_20130503.bb
> >+++ b/meta/recipes-extended/ltp/ltp_20130904.bb
> >@@ -21,17 +21,20 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
> >
> > DEPENDS = "attr libaio libcap acl openssl"
> >
> >-SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
> >+SRC_URI = "git://github.com/linux-test-project/ltp.git"
> >
> >-SRC_URI[md5sum] = "d448d9e9731d7ef45352fc74633cc97f"
> >-SRC_URI[sha256sum] = "afdb1479e73d4da7f0d4d5d3fe1570bc5fc96e3317d4a5c10c59c046d3dfa4a0"
> >+SRC_URI[md5sum] = "c8a5f6f397d2c021a0d21ad28992aa7d"
> >+SRC_URI[sha256sum] = "4c13e00c1bed8f1b85daf934cd7b54a08b7b7e31874085ab9277ee563af87139"
> >+
> >+SRCREV = "${PV}"
>
> Is the PV really a git hash? That's a branch or tag which will also
> require and extra lookup. It needs to be a git hash.
Thanks, didn't know.
>
> Also as noted in the last email the SRC_URI checksums are not needed
> as you are using git now.
My mistake sorry.
Sending a new patch soon.
Anders
>
> Sau!
>
> >+S = "${WORKDIR}/git"
> >
> > export prefix = "/opt/ltp"
> > export exec_prefix = "/opt/ltp"
> >
> > inherit autotools
> >
> >-RDEPENDS_${PN} = "perl"
> >+RDEPENDS_${PN} = "perl e2fsprogs-mke2fs"
> >
> > FILES_${PN}-dbg += "/opt/ltp/runtest/.debug"
> > FILES_${PN}-dbg += "/opt/ltp/testcases/bin/.debug"
> >@@ -62,7 +65,7 @@ do_extract_tarball() {
> > do_install(){
> > install -d ${D}/opt/ltp/
> > oe_runmake DESTDIR=${D} SKIP_IDCHECK=1 install
> >-
> >+
> > # Copy POSIX test suite into ${D}/opt/ltp/testcases by manual
> > cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
> >
> >
next prev parent reply other threads:[~2013-09-09 10:09 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-05 17:10 [PATCH] ltp: update to new release 20130904 Anders Roxell
2013-09-06 19:01 ` Saul Wold
2013-09-07 20:33 ` Anders Roxell
2013-09-07 20:46 ` Saul Wold
2013-09-09 10:14 ` Anders Roxell [this message]
2013-09-09 10:17 ` [PATCHv3] " Anders Roxell
2013-10-29 9:58 ` Richard Purdie
2013-11-08 18:03 ` Anders Roxell
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=20130909101419.GB11886@nexon.se \
--to=anders.roxell@linaro.org \
--cc=linaro-networking@linaro.org \
--cc=openembedded-core@lists.openembedded.org \
--cc=patches@linaro.org \
--cc=sgw@linux.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox