* [meta-oe][PATCH] hostapd: Upgrade to 2.5
@ 2016-02-17 19:16 Khem Raj
2016-02-20 13:58 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2016-02-17 19:16 UTC (permalink / raw)
To: openembedded-devel
Change-Id: I8e4a44297492b213dd1001d8b1499864e95b17c2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} (90%)
diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
rename to meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
index 901c7ea..e9158ca 100644
--- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
+++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
@@ -17,6 +17,8 @@ SRC_URI = " \
file://init \
file://hostapd.service \
"
+SRC_URI[md5sum] = "69f9cec3f76d74f402864a43e4f8624f"
+SRC_URI[sha256sum] = "8e272d954dc0d7026c264b79b15389ec2b2c555b32970de39f506b9f463ec74a"
S = "${WORKDIR}/hostapd-${PV}/hostapd"
@@ -41,6 +43,3 @@ do_install() {
}
CONFFILES_${PN} += "${sysconfdir}/hostapd.conf"
-
-SRC_URI[md5sum] = "04578f3f2c3eb1bec1adf30473813912"
-SRC_URI[sha256sum] = "6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f"
--
2.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] hostapd: Upgrade to 2.5
2016-02-17 19:16 [meta-oe][PATCH] hostapd: Upgrade to 2.5 Khem Raj
@ 2016-02-20 13:58 ` Martin Jansa
2016-02-20 15:04 ` Khem Raj
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2016-02-20 13:58 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1971 bytes --]
On Wed, Feb 17, 2016 at 11:16:15AM -0800, Khem Raj wrote:
> Change-Id: I8e4a44297492b213dd1001d8b1499864e95b17c2
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
You're few months late:
commit fcb7b50851884264dbd9764ba9781ba0b84900e7
Author: fan.xin <fan.xin@jp.fujitsu.com>
AuthorDate: Mon Dec 7 14:43:16 2015 +0900
Commit: Martin Jansa <Martin.Jansa@gmail.com>
CommitDate: Fri Dec 18 12:43:22 2015 +0100
hostapd: upgrade 2.4 -> 2.5
> ---
> .../recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
> rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} (90%)
>
> diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
> similarity index 90%
> rename from meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
> rename to meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
> index 901c7ea..e9158ca 100644
> --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
> +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
> @@ -17,6 +17,8 @@ SRC_URI = " \
> file://init \
> file://hostapd.service \
> "
> +SRC_URI[md5sum] = "69f9cec3f76d74f402864a43e4f8624f"
> +SRC_URI[sha256sum] = "8e272d954dc0d7026c264b79b15389ec2b2c555b32970de39f506b9f463ec74a"
>
> S = "${WORKDIR}/hostapd-${PV}/hostapd"
>
> @@ -41,6 +43,3 @@ do_install() {
> }
>
> CONFFILES_${PN} += "${sysconfdir}/hostapd.conf"
> -
> -SRC_URI[md5sum] = "04578f3f2c3eb1bec1adf30473813912"
> -SRC_URI[sha256sum] = "6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f"
> --
> 2.7.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 --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [meta-oe][PATCH] hostapd: Upgrade to 2.5
2016-02-20 13:58 ` Martin Jansa
@ 2016-02-20 15:04 ` Khem Raj
0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2016-02-20 15:04 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2376 bytes --]
> On Feb 20, 2016, at 5:58 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
>
> On Wed, Feb 17, 2016 at 11:16:15AM -0800, Khem Raj wrote:
>> Change-Id: I8e4a44297492b213dd1001d8b1499864e95b17c2
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>
> You're few months late:
it was on top of jethro now I see. Never mind ignore it.
>
> commit fcb7b50851884264dbd9764ba9781ba0b84900e7
> Author: fan.xin <fan.xin@jp.fujitsu.com>
> AuthorDate: Mon Dec 7 14:43:16 2015 +0900
> Commit: Martin Jansa <Martin.Jansa@gmail.com>
> CommitDate: Fri Dec 18 12:43:22 2015 +0100
>
> hostapd: upgrade 2.4 -> 2.5
>
>> ---
>> .../recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} | 5 ++---
>> 1 file changed, 2 insertions(+), 3 deletions(-)
>> rename meta-oe/recipes-connectivity/hostapd/{hostapd_2.4.bb => hostapd_2.5.bb} (90%)
>>
>> diff --git a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
>> similarity index 90%
>> rename from meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
>> rename to meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
>> index 901c7ea..e9158ca 100644
>> --- a/meta-oe/recipes-connectivity/hostapd/hostapd_2.4.bb
>> +++ b/meta-oe/recipes-connectivity/hostapd/hostapd_2.5.bb
>> @@ -17,6 +17,8 @@ SRC_URI = " \
>> file://init \
>> file://hostapd.service \
>> "
>> +SRC_URI[md5sum] = "69f9cec3f76d74f402864a43e4f8624f"
>> +SRC_URI[sha256sum] = "8e272d954dc0d7026c264b79b15389ec2b2c555b32970de39f506b9f463ec74a"
>>
>> S = "${WORKDIR}/hostapd-${PV}/hostapd"
>>
>> @@ -41,6 +43,3 @@ do_install() {
>> }
>>
>> CONFFILES_${PN} += "${sysconfdir}/hostapd.conf"
>> -
>> -SRC_URI[md5sum] = "04578f3f2c3eb1bec1adf30473813912"
>> -SRC_URI[sha256sum] = "6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f"
>> --
>> 2.7.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
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-20 15:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-17 19:16 [meta-oe][PATCH] hostapd: Upgrade to 2.5 Khem Raj
2016-02-20 13:58 ` Martin Jansa
2016-02-20 15:04 ` Khem Raj
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.