From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] usb-modeswitch: add v1.0.2
Date: Wed, 26 Aug 2009 10:07:12 -0700 [thread overview]
Message-ID: <20090826170712.GH31371@gmail.com> (raw)
In-Reply-To: <1251304572-9983-1-git-send-email-edoiron@cbnco.com>
On (26/08/09 12:36), Evan Doiron wrote:
> Signed-off-by: Evan Doiron <edoiron@cbnco.com>
> ---
> conf/checksums.ini | 4 ++++
> recipes/usb-modeswitch/usb-modeswitch_1.0.2.bb | 23 +++++++++++++++++++++++
> 2 files changed, 27 insertions(+), 0 deletions(-)
> create mode 100644 recipes/usb-modeswitch/usb-modeswitch_1.0.2.bb
>
> diff --git a/conf/checksums.ini b/conf/checksums.ini
> index 2d9e843..29238ff 100644
> --- a/conf/checksums.ini
> +++ b/conf/checksums.ini
> @@ -24526,6 +24526,10 @@ sha256=dbc5d6921136711f08c197284ec67dc77232559e2e31429f8a30a1a102bd07f7
> md5=042c5243ce0253341fe920a8a863e37b
> sha256=6d2ae5d70609df7d2c2b518eca0624c4a59328b277ed114b9e5b57dd030e6e94
>
> +[http://www.draisberghof.de/usb_modeswitch/usb_modeswitch-1.0.2.tar.bz2]
> +md5=4f896ed631f9be0338df9c5a2145ef82
> +sha256=f1b9388f4507185a4ac30bae3383d9e9bbb95075a14dd188c904cacdd8cf4e66
> +
> [http://www.rpsys.net/openzaurus/patches/archive/usb_pxa27x_udc-r0.patch]
> md5=c8193bc27642fa446d702cfdb9464c2a
> sha256=2101f292449cbacc277aecc5c649de895d501057f299e8e48a7ec50cfb0a200d
> diff --git a/recipes/usb-modeswitch/usb-modeswitch_1.0.2.bb b/recipes/usb-modeswitch/usb-modeswitch_1.0.2.bb
> new file mode 100644
> index 0000000..8debf86
> --- /dev/null
> +++ b/recipes/usb-modeswitch/usb-modeswitch_1.0.2.bb
> @@ -0,0 +1,23 @@
> +DESCRIPTION = "A mode switching tool for controlling 'flip flop' (multiple device) USB gear"
> +SECTION = "base"
> +PRIORITY = "required"
> +LICENSE = "GPLv2"
> +DEPENDS = "libusb"
may be you should depend on virtual/libusb0
> +
> +SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb_modeswitch-${PV}.tar.bz2"
> +
> +S = "${WORKDIR}/usb_modeswitch-${PV}"
> +
> +PACKAGES = "${PN}"
> +FILES_${PN} = "${bindir} ${sysconfdir}"
> +
> +do_compile() {
> + oe_runmake
> +}
> +
> +do_install() {
> + install -d ${D}${bindir}
> + install -d ${D}${sysconfdir}
> + install -m 0755 ${S}/usb_modeswitch ${D}${bindir}/usb_modeswitch
> + install -m 0644 ${S}/usb_modeswitch.conf ${D}${sysconfdir}/usb_modeswitch.conf
> +}
> --
> 1.6.0.2
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
next prev parent reply other threads:[~2009-08-26 17:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-26 16:36 [PATCH] usb-modeswitch: add v1.0.2 Evan Doiron
2009-08-26 17:07 ` Khem Raj [this message]
2009-08-26 18:14 ` Evan Doiron
2009-08-26 19:53 ` Khem Raj
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=20090826170712.GH31371@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-devel@lists.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.