diff options
| author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-05-14 11:24:35 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-14 10:43:48 -0700 |
| commit | ef0bb73cd4b6b1d06e00fb08a7301d3cb6db5eaa (patch) | |
| tree | f5acb01a458dcbc7f27b48b0cd7f9067c2afa743 | |
| parent | e789c3837ca8d65abb4bac29dc2e5c595c8ce05b (diff) | |
| download | meta-openembedded-ef0bb73cd4b6b1d06e00fb08a7301d3cb6db5eaa.tar.gz | |
iwd: upgrade 1.6 -> 1.7
This includes the following changes:
ver 1.7:
Fix issue with APs that send IGTK falsely in big endian.
Fix issue with setting linkmode & operstate for open networks.
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_1.7.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.6.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb index 10ac03ef06..4911b3d803 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.6.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" | |||
| 6 | DEPENDS = "ell" | 6 | DEPENDS = "ell" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" | 8 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" |
| 9 | SRCREV = "ad97f4f945b828425ff288e905523e11b330d41d" | 9 | SRCREV = "ef6084dcb4fe2e00327bb9c7b113ece204042c22" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | inherit autotools manpages pkgconfig python3native systemd | 12 | inherit autotools manpages pkgconfig python3native systemd |
