distro-netmodule: Enforce an empty packageconfig for lmsensors
Since the bbappend in meta-netmodule-bsp is not needed anymore, this is easier to set this here. BugzID: 81093
This commit is contained in:
parent
da7c62fa14
commit
8a75c1b88a
|
|
@ -39,6 +39,7 @@ PACKAGECONFIG_append_pn-libgpiod = " python3"
|
|||
PACKAGECONFIG_append_pn-networkmanager = " modemmanager"
|
||||
PACKAGECONFIG_pn-gpsd = ""
|
||||
PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
|
||||
PACKAGECONFIG_pn-lmsensors = ""
|
||||
|
||||
# These rules may make gpsd start automatically when detecting a
|
||||
# receiver. We don't want that since gpsd is started by gnss-mgr
|
||||
|
|
|
|||
Loading…
Reference in New Issue