From: Cristian Iorga <cristian.iorga@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 3/3] wpa-supplicant: upgrade to 1.0
Date: Tue, 17 Jul 2012 11:28:56 +0300 [thread overview]
Message-ID: <1342513736-468-3-git-send-email-cristian.iorga@intel.com> (raw)
In-Reply-To: <1342513736-468-1-git-send-email-cristian.iorga@intel.com>
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
...a-supplicant-0.7.inc => wpa-supplicant-1.0.inc} | 4 ++--
.../99_wpa_supplicant | 0
.../defconfig-gnutls | 0
.../wpa-supplicant.sh | 0
.../wpa_supplicant.conf | 0
.../wpa_supplicant.conf-sane | 0
.../wpa-supplicant/wpa-supplicant_0.7.3.bb | 6 ------
.../wpa-supplicant/wpa-supplicant_1.0.bb | 6 ++++++
8 files changed, 8 insertions(+), 8 deletions(-)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.inc => wpa-supplicant-1.0.inc} (95%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => wpa-supplicant-1.0}/99_wpa_supplicant (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => wpa-supplicant-1.0}/defconfig-gnutls (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => wpa-supplicant-1.0}/wpa-supplicant.sh (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => wpa-supplicant-1.0}/wpa_supplicant.conf (100%)
rename meta/recipes-connectivity/wpa-supplicant/{wpa-supplicant-0.7.3 => wpa-supplicant-1.0}/wpa_supplicant.conf-sane (100%)
delete mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
create mode 100644 meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
similarity index 95%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
index 6c84202..0c18b30 100644
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.inc
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0.inc
@@ -4,8 +4,8 @@ BUGTRACKER = "http://hostap.epitest.fi/bugz/"
SECTION = "network"
LICENSE = "GPLv2 | BSD"
LIC_FILES_CHKSUM = "file://../COPYING;md5=c54ce9345727175ff66d17b67ff51f58 \
- file://../README;md5=54cfc88015d3ce83f7156e63c6bb1738 \
- file://wpa_supplicant.c;beginline=1;endline=17;md5=acdc5a4b0d6345f21f136eace747260e"
+ file://../README;md5=9bee93996fecdb70f807baceb29d84b9 \
+ file://wpa_supplicant.c;beginline=1;endline=17;md5=372fb65dc23b228aec4e40e64de3e467"
DEPENDS = "gnutls dbus libnl"
RRECOMMENDS_${PN} = "wpa-supplicant-passphrase wpa-supplicant-cli"
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/99_wpa_supplicant
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/99_wpa_supplicant
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/99_wpa_supplicant
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/defconfig-gnutls
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/defconfig-gnutls
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa-supplicant.sh
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa-supplicant.sh
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa-supplicant.sh
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf-sane
similarity index 100%
rename from meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-0.7.3/wpa_supplicant.conf-sane
rename to meta/recipes-connectivity/wpa-supplicant/wpa-supplicant-1.0/wpa_supplicant.conf-sane
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
deleted file mode 100644
index 6f6378b..0000000
--- a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_0.7.3.bb
+++ /dev/null
@@ -1,6 +0,0 @@
-require wpa-supplicant-0.7.inc
-
-PR = "r12"
-
-SRC_URI[md5sum] = "f516f191384a9a546e3f5145c08addda"
-SRC_URI[sha256sum] = "d0cd50caa85346ccc376dcda5ed3c258eef19a93b3cade39d25760118ad59443"
diff --git a/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb
new file mode 100644
index 0000000..8ede3e5
--- /dev/null
+++ b/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_1.0.bb
@@ -0,0 +1,6 @@
+require wpa-supplicant-1.0.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "8650f6aa23646ef634402552d0669640"
+SRC_URI[sha256sum] = "91d41d473a5aafa2e25dd6577ebda975c4d4a3188850a53e31feaf7c04482b9c"
--
1.7.9.5
next prev parent reply other threads:[~2012-07-17 8:40 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-17 8:28 [PATCH 1/3] iproute2: upgrade to 3.4.0 Cristian Iorga
2012-07-17 8:28 ` [PATCH 2/3] pulseaudio: upgrade to 2.0 Cristian Iorga
2012-07-17 18:53 ` Saul Wold
2012-07-18 12:40 ` Iorga, Cristian
2012-07-17 8:28 ` Cristian Iorga [this message]
2012-07-17 19:01 ` [PATCH 3/3] wpa-supplicant: upgrade to 1.0 Saul Wold
2012-07-18 12:09 ` Iorga, Cristian
2012-07-17 9:24 ` [PATCH 1/3] iproute2: upgrade to 3.4.0 Andrei Gherzan
2012-07-17 13:08 ` Paul Eggleton
2012-07-17 13:27 ` Koen Kooi
2012-07-17 13:41 ` Paul Eggleton
2012-07-17 13:29 ` Andrei Gherzan
2012-07-17 18:58 ` Saul Wold
2012-07-18 11:50 ` Iorga, Cristian
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=1342513736-468-3-git-send-email-cristian.iorga@intel.com \
--to=cristian.iorga@intel.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox