[OE-core] [PATCHv2 2/2] ptest-runner: Add a recipe for install ptest-runner 2.0.
Khem Raj
raj.khem at gmail.com
Tue Dec 15 00:23:03 UTC 2015
> On Dec 14, 2015, at 2:57 PM, Aníbal Limón <anibal.limon at linux.intel.com> wrote:
>
> [YOCTO #8021]
>
> Signed-off-by: Aníbal Limón <anibal.limon at linux.intel.com>
> ---
> .../ptest-runner/ptest-runner_2.0.bb | 28 ++++++++++++++++++++++
> 1 file changed, 28 insertions(+)
> create mode 100644 meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
>
> diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
> new file mode 100644
> index 0000000..64fd0df
> --- /dev/null
> +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
> @@ -0,0 +1,28 @@
> +SUMMARY = "A python script to run all installed ptests"
> +
> +DESCRIPTION = "The ptest-runner package installs a ptest-runner \
> +python script which loops through all installed ptest test suites and \
> +runs them in sequence."
> +
> +HOMEPAGE = "https://wiki.yoctoproject.org/wiki/Ptest"
> +SRC_URI += "file://ptest-runner_2.0.py"
> +
> +LICENSE = "GPLv2"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
> + file://${COREBASE}/meta/COPYING.GPLv2;md5=751419260aa954499f7abaabaa882bbe"
> +
> +INHIBIT_DEFAULT_DEPS = "1"
> +RDEPENDS_${PN} = "python python-fcntl python-argparse python-logging python-datetime \
> + python-subprocess"
> +
> +S = "${WORKDIR}"
> +
> +do_install () {
> + mkdir -p ${D}${bindir}
> + install -m 0755 ${WORKDIR}/ptest-runner_2.0.py ${D}${bindir}/ptest-runner
both above can be replaced with single install
install -D -m 0755 ${WORKDIR}/ptest-runner_2.0.py ${D}${bindir}/ptest-runner
> +}
> +
> +do_patch[noexec] = "1"
> +do_configure[noexec] = "1"
> +do_compile[noexec] = "1"
> +do_build[noexec] = “1"
may they should be deleted instead of being nops
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 204 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20151214/e21fd8a2/attachment-0002.sig>
More information about the Openembedded-core
mailing list