From 85d0917d23aceba64bbda5022d80de9bca08938d Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 18 Oct 2023 11:52:29 +0200 Subject: mwifiex: change to mit license et. al. Change to the most "open" MIT license. While at it also update the summary, description, drop the bogus inherit systemd and update the SRC_URI to be fully in-line with btnxpuartconf. Signed-off-by: Marcel Ziswiler (cherry picked from commit a4ba6f572792adf2ac1703963ecc1f0edc53abfc) --- recipes-bsp/mwifiexconf/mwifiexconf_1.0.bb | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/recipes-bsp/mwifiexconf/mwifiexconf_1.0.bb b/recipes-bsp/mwifiexconf/mwifiexconf_1.0.bb index ef61b83..303e5a6 100644 --- a/recipes-bsp/mwifiexconf/mwifiexconf_1.0.bb +++ b/recipes-bsp/mwifiexconf/mwifiexconf_1.0.bb @@ -1,12 +1,11 @@ -SUMMARY = "MWiFiEx Configuration" +SUMMARY = "Marvell WiFi Extensions (mwifiex) Configuration" DESCRIPTION = "AP mode: Currently wifi chip fw doesn't support mode \ -changes, this createsi multiple interfaces on boot; \ +changes, this creates multiple interfaces on boot; \ Power saving disable: Currently IW416 on Verdin AM62 is not stable \ with power saving enabled, so disable it." -inherit systemd - -LICENSE = "CLOSED" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" # For backwards compatibility PROVIDES += "mwifiexap" @@ -14,8 +13,7 @@ RREPLACES:${PN} = "mwifiexap" RPROVIDES:${PN} = "mwifiexap" RCONFLICTS:${PN} = "mwifiexap" -SRC_URI = "file://mwifiex.conf \ -" +SRC_URI = "file://mwifiex.conf" do_install () { install -d ${D}/etc/modprobe.d/ -- cgit v1.2.3