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:
Alexandre Bard 2022-08-24 10:58:00 +02:00
parent da7c62fa14
commit 8a75c1b88a
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ PACKAGECONFIG_append_pn-libgpiod = " python3"
PACKAGECONFIG_append_pn-networkmanager = " modemmanager" PACKAGECONFIG_append_pn-networkmanager = " modemmanager"
PACKAGECONFIG_pn-gpsd = "" PACKAGECONFIG_pn-gpsd = ""
PACKAGECONFIG_append_pn-openssl = " cryptodev-linux" PACKAGECONFIG_append_pn-openssl = " cryptodev-linux"
PACKAGECONFIG_pn-lmsensors = ""
# These rules may make gpsd start automatically when detecting a # These rules may make gpsd start automatically when detecting a
# receiver. We don't want that since gpsd is started by gnss-mgr # receiver. We don't want that since gpsd is started by gnss-mgr