* [meta-oe][PATCH] Update iw to 3.11
@ 2013-09-15 13:22 Philipp Wagner
2013-09-15 13:29 ` Philipp Wagner
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Wagner @ 2013-09-15 13:22 UTC (permalink / raw)
To: openembedded-devel
Hi,
this updates iw to the most recent version 3.11.
Signed-off-by: Philipp Wagner <mail@philipp-wagner.com>
---
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.11.bb b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
index a09339c..9152e7a 100644
--- a/meta-oe/recipes-connectivity/iw/iw_3.11.bb
+++ b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
@@ -9,12 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
DEPENDS = "libnl pkgconfig"
-SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
+SRC_URI = "http://www.kernel.org/pub/software/network/iw/${P}.tar.bz2 \
file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
"
-SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c"
-SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857"
+SRC_URI[md5sum] = "e633cf7c875c7d8b547abafc0d95f6c4"
+SRC_URI[sha256sum] = "09348d4f7371fad00c07cfb67b9e34f24403cbd9361f9634cfb4dff9cdd40139"
EXTRA_OEMAKE = ""
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] Update iw to 3.11
2013-09-15 13:22 [meta-oe][PATCH] Update iw to 3.11 Philipp Wagner
@ 2013-09-15 13:29 ` Philipp Wagner
2013-09-19 12:09 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Philipp Wagner @ 2013-09-15 13:29 UTC (permalink / raw)
To: openembedded-devel
Unfortunately the patch failed to track the file rename, so I've attached an updated one.
Philipp
---
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.11.bb b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
new file mode 100644
index 0000000..42477e7
--- /dev/null
+++ b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
@@ -0,0 +1,23 @@
+SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
+DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
+wireless devices. It supports almost all new drivers that have been added \
+to the kernel recently. "
+HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
+SECTION = "base"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
+
+DEPENDS = "libnl pkgconfig"
+
+SRC_URI = "http://www.kernel.org/pub/software/network/iw/${P}.tar.bz2 \
+ file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
+"
+
+SRC_URI[md5sum] = "e633cf7c875c7d8b547abafc0d95f6c4"
+SRC_URI[sha256sum] = "09348d4f7371fad00c07cfb67b9e34f24403cbd9361f9634cfb4dff9cdd40139"
+
+EXTRA_OEMAKE = ""
+
+do_install() {
+ oe_runmake DESTDIR=${D} install
+}
diff --git a/meta-oe/recipes-connectivity/iw/iw_3.6.bb b/meta-oe/recipes-connectivity/iw/iw_3.6.bb
deleted file mode 100644
index a09339c..0000000
--- a/meta-oe/recipes-connectivity/iw/iw_3.6.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
-DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
-wireless devices. It supports almost all new drivers that have been added \
-to the kernel recently. "
-HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
-SECTION = "base"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
-
-DEPENDS = "libnl pkgconfig"
-
-SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
- file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
-"
-
-SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c"
-SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857"
-
-EXTRA_OEMAKE = ""
-
-do_install() {
- oe_runmake DESTDIR=${D} install
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [meta-oe][PATCH] Update iw to 3.11
2013-09-15 13:29 ` Philipp Wagner
@ 2013-09-19 12:09 ` Martin Jansa
0 siblings, 0 replies; 3+ messages in thread
From: Martin Jansa @ 2013-09-19 12:09 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2906 bytes --]
On Sun, Sep 15, 2013 at 03:29:17PM +0200, Philipp Wagner wrote:
> Unfortunately the patch failed to track the file rename, so I've attached an updated one.
>
> Philipp
And this one is missing SOB line and author field is incorrect, but
don't worry I've updated it from previous patch, so you don't need to
resend.
>
> ---
> diff --git a/meta-oe/recipes-connectivity/iw/iw_3.11.bb b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
> new file mode 100644
> index 0000000..42477e7
> --- /dev/null
> +++ b/meta-oe/recipes-connectivity/iw/iw_3.11.bb
> @@ -0,0 +1,23 @@
> +SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
> +DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
> +wireless devices. It supports almost all new drivers that have been added \
> +to the kernel recently. "
> +HOMEPAGE = "http://wireless.kernel.org/en/users/Documentation/iw"
> +SECTION = "base"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
> +
> +DEPENDS = "libnl pkgconfig"
> +
> +SRC_URI = "http://www.kernel.org/pub/software/network/iw/${P}.tar.bz2 \
> + file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
> +"
> +
> +SRC_URI[md5sum] = "e633cf7c875c7d8b547abafc0d95f6c4"
> +SRC_URI[sha256sum] = "09348d4f7371fad00c07cfb67b9e34f24403cbd9361f9634cfb4dff9cdd40139"
> +
> +EXTRA_OEMAKE = ""
> +
> +do_install() {
> + oe_runmake DESTDIR=${D} install
> +}
> diff --git a/meta-oe/recipes-connectivity/iw/iw_3.6.bb b/meta-oe/recipes-connectivity/iw/iw_3.6.bb
> deleted file mode 100644
> index a09339c..0000000
> --- a/meta-oe/recipes-connectivity/iw/iw_3.6.bb
> +++ /dev/null
> @@ -1,23 +0,0 @@
> -SUMMARY = "nl80211 based CLI configuration utility for wireless devices"
> -DESCRIPTION = "iw is a new nl80211 based CLI configuration utility for \
> -wireless devices. It supports almost all new drivers that have been added \
> -to the kernel recently. "
> -HOMEPAGE = "http://linuxwireless.org/en/users/Documentation/iw"
> -SECTION = "base"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=878618a5c4af25e9b93ef0be1a93f774"
> -
> -DEPENDS = "libnl pkgconfig"
> -
> -SRC_URI = "http://wireless.kernel.org/download/iw/${P}.tar.bz2 \
> - file://0001-iw-version.sh-don-t-use-git-describe-for-versioning.patch \
> -"
> -
> -SRC_URI[md5sum] = "1c18bfbbc8773629e5e8ac733a39540c"
> -SRC_URI[sha256sum] = "df11036ac11df31f44083da962a6e9c74bdea7c01c596c4b5840f948cdb6c857"
> -
> -EXTRA_OEMAKE = ""
> -
> -do_install() {
> - oe_runmake DESTDIR=${D} install
> -}
> _______________________________________________
> 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: 205 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-19 12:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-15 13:22 [meta-oe][PATCH] Update iw to 3.11 Philipp Wagner
2013-09-15 13:29 ` Philipp Wagner
2013-09-19 12:09 ` Martin Jansa
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.