From: Sven Ebenfeld <sven.ebenfeld@gmail.com>
To: Sven Ebenfeld <sven.ebenfeld@gmail.com>,
openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH 2/7] crda: Fix SRC_URI
Date: Mon, 23 Feb 2015 20:50:06 +0100 [thread overview]
Message-ID: <54EB846E.9090304@gmail.com> (raw)
In-Reply-To: <1424512336-47007-3-git-send-email-sven.ebenfeld@gmail.com>
Please don't hesitate about trying this patch as crda just got updated.
Am 21.02.2015 um 10:52 schrieb Sven Ebenfeld:
> Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com>
> ---
> meta-networking/recipes-connectivity/crda/crda_1.1.3.bb | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb b/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb
> index 0bb8998..5b86058 100644
> --- a/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb
> +++ b/meta-networking/recipes-connectivity/crda/crda_1.1.3.bb
> @@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
>
> DEPENDS = "python-m2crypto-native python-native libgcrypt libnl"
>
> -SRC_URI = "http://wireless.kernel.org/download/crda/${BP}.tar.bz2;name=crda \
> - http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2013.01.11-regulatory.bin;name=bin \
> +SRC_URI = "https://www.kernel.org/pub/software/network/${PN}/${BP}.tar.bz2;name=crda \
> + https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2013.01.11.tar.bz2;name=bin \
> "
> SRC_URI[crda.md5sum] = "29579185e06a75675507527243d28e5c"
> SRC_URI[crda.sha256sum] = "aa8a7fe92f0765986c421a5b6768a185375ac210393df0605ee132f6754825f0"
> -SRC_URI[bin.md5sum] = "e0c8a5ca63fb8bf803213f9a0c90b50b"
> -SRC_URI[bin.sha256sum] = "b1ee0b20c123c612dfdb6851ab42c01666f66fb583e0e590942f19bb54cf84be"
> +SRC_URI[bin.md5sum] = "f137585abd5e07454932ea555b826149"
> +SRC_URI[bin.sha256sum] = "6eb469555eb547b22738ce7bf59ebba42138560f128085a5e238eb6c8075792e"
>
> inherit python-dir pythonnative
> # Recursive make problem
> @@ -28,7 +28,7 @@ do_install() {
>
> install -d ${D}${libdir}/crda/
>
> - install -m 0644 ${WORKDIR}/2013.01.11-regulatory.bin ${D}${libdir}/crda/regulatory.bin
> + install -m 0644 ${WORKDIR}/wireless-regdb-2013.01.11/regulatory.bin ${D}${libdir}/crda/regulatory.bin
> }
>
>
>
next prev parent reply other threads:[~2015-02-23 19:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-21 9:52 [meta-oe][PATCH 0/7] Some SRC_URI fixes Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 1/7] lightmediascanner: Fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 2/7] crda: " Sven Ebenfeld
2015-02-23 19:50 ` Sven Ebenfeld [this message]
2015-02-21 9:52 ` [meta-oe][PATCH 3/7] libgee: Update to Version 0.16.1 Sven Ebenfeld
2015-02-27 7:07 ` Martin Jansa
2015-03-01 6:19 ` Martin Jansa
2015-03-01 13:57 ` Sven Ebenfeld
2015-03-02 8:26 ` Martin Jansa
2015-02-21 9:52 ` [meta-oe][PATCH 4/7] serial-utils: Fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 5/7] vala-dbus-binding-tool: Update to 0.4.1 and fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 6/7] claws-mail: Fix SRC_URI Sven Ebenfeld
2015-02-21 9:52 ` [meta-oe][PATCH 7/7] pxaregs: Add source file and fix SRC_URI Sven Ebenfeld
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=54EB846E.9090304@gmail.com \
--to=sven.ebenfeld@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.