From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH v2 2/2] usb-modeswitch: Upgrade to latest version
Date: Thu, 10 Jul 2014 14:06:59 +0200 [thread overview]
Message-ID: <20140710120659.GA2433@jama> (raw)
In-Reply-To: <1404990575-2064-2-git-send-email-jukka.rissanen@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 3693 bytes --]
On Thu, Jul 10, 2014 at 02:09:35PM +0300, Jukka Rissanen wrote:
> Use the latest version of usb-modeswitch (2.2.0) and
> usb-modeswitch-data (20140529). The data package depends
> on new usb-modeswitch version so upgrade both of them at
> the same time.
>
> Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
> ---
> ...odeswitch-data_20130807.bb => usb-modeswitch-data_20140529.bb} | 8 ++++----
> .../{usb-modeswitch_2.0.1.bb => usb-modeswitch_2.2.0.bb} | 6 +++---
> 2 files changed, 7 insertions(+), 7 deletions(-)
> rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch-data_20130807.bb => usb-modeswitch-data_20140529.bb} (52%)
> rename meta-oe/recipes-support/usb-modeswitch/{usb-modeswitch_2.0.1.bb => usb-modeswitch_2.2.0.bb} (68%)
>
> diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb
> similarity index 52%
> rename from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb
> rename to meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb
> index e33f296..a265411 100644
> --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20130807.bb
> +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch-data_20140529.bb
> @@ -4,14 +4,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> inherit allarch
>
> -SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${PV}.tar.bz2"
> -SRC_URI[md5sum] = "91feff51deba6e48e78506b8f4db2274"
> -SRC_URI[sha256sum] = "a3114e2c1f38eed3ad0067df30e53a96313908a9539a8ea5d94a4d35651699eb"
> +SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
> +SRC_URI[md5sum] = "dff94177781298aaf0b3c2a3c3dea6b2"
> +SRC_URI[sha256sum] = "53889157937109e04dafe897c098ec94f3f44f9c0c83fc6ec8417aa9a587e536"
>
> do_install() {
> oe_runmake install DESTDIR=${D}
> }
>
> -RDEPENDS_${PN} = "usb-modeswitch"
> +RDEPENDS_${PN} = "usb-modeswitch (>= 2.2.0)"
Do we really need the version here?
If yes then add comment explaining why.
> FILES_${PN} += "${base_libdir}/udev/rules.d/ \
> ${datadir}/usb_modeswitch"
> diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb
> similarity index 68%
> rename from meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb
> rename to meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb
> index 61caa84..5e95bb9 100644
> --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.0.1.bb
> +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb
> @@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>
> DEPENDS = "libusb1"
>
> -SRC_URI = "http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${PV}.tar.bz2"
> -SRC_URI[md5sum] = "e48d4419d0574d342bb183f7465556d0"
> -SRC_URI[sha256sum] = "4706c9cfe825263e189f55730ea3d1d8634aeb15645a1098532e946e770f7f95"
> +SRC_URI = "http://www.draisberghof.de/usb_modeswitch/${BP}.tar.bz2"
> +SRC_URI[md5sum] = "f323fe700edd6ea404c40934ddf32b22"
> +SRC_URI[sha256sum] = "2752103de171ed5f6c8d6a6e3e73e16c9ee3e8e394dd39c5991f7680eb908a3a"
>
> EXTRA_OEMAKE = "TCL=${bindir}/tclsh"
>
> --
> 1.8.3.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
next prev parent reply other threads:[~2014-07-10 12:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-10 11:09 [meta-oe][PATCH v2 1/2] usb-modeswitch: Do not try to use autotools Jukka Rissanen
2014-07-10 11:09 ` [meta-oe][PATCH v2 2/2] usb-modeswitch: Upgrade to latest version Jukka Rissanen
2014-07-10 12:06 ` Martin Jansa [this message]
2014-07-10 13:16 ` Jukka Rissanen
2014-07-10 13:57 ` Martin Jansa
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=20140710120659.GA2433@jama \
--to=martin.jansa@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.