From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Lista Openembedded <openembedded-devel@openembedded.org>
Subject: Re: New recipe for openmoko QA test scripts
Date: Mon, 02 Mar 2009 23:47:05 -0500 [thread overview]
Message-ID: <20090303044705.GB26643@denix.org> (raw)
In-Reply-To: <1236023043.6800.1174.camel@alap>
On Mon, Mar 02, 2009 at 12:44:03PM -0700, Angus Ainslie wrote:
> Please review for any policy violations.
>
> Thanks
> Angus
>
> --- openembedded/packages/openmoko-projects/openmoko-qa-scripts.bb.oring 1969-12-31 17:00:00.000000000 -0700
> +++ openembedded/packages/openmoko-projects/openmoko-qa-scripts.bb 2009-03-02 12:38:55.000000000 -0700
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "Openmoko QA test scripts"
> +SECTION = "utils"
> +LICENSE = "GPL"
> +PV = "gitr${SRCREV}"
I don't believe this is correct. If you don't have a version number besides
git revision, use:
PV = "0.0+gitr${SRCREV}"
There are many such recipes in OE.
> +SRC_URI = "git://git.openmoko.org/git/testing_scripts;protocol=git"
> +S = "${WORKDIR}/git"
> +
> +RDEPENDS = "\
> + bluez4 \
> + opkg \
> + xrandr \
> + task-boot \
Looks like a strange set of dependencies, but to be honest, I haven't looked
into the actual testing_scripts...
> +"
> +
> +do_install() {
> + install -d ${D}/usr/bin
> + install ${S}/bin/* ${D}/usr/bin/
> +}
--
Denys
next prev parent reply other threads:[~2009-03-03 4:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-02 19:44 New recipe for openmoko QA test scripts Angus Ainslie
2009-03-03 4:47 ` Denys Dmytriyenko [this message]
2009-03-03 7:19 ` Koen Kooi
2009-03-05 15:26 ` Otavio Salvador
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=20090303044705.GB26643@denix.org \
--to=denis@denix.org \
--cc=openembedded-devel@lists.openembedded.org \
--cc=openembedded-devel@openembedded.org \
/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.