netmodule-distro: Add python bindings for libgpiod

libgpiod simplify access to gpios from ublox-config script.
Usage: Power off and on ublox modem

BugzID: 57325
This commit is contained in:
Alexandre Bard 2019-06-11 18:50:58 +02:00
parent 285d8e97dc
commit 30d78a2958
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ PREFERRED_VERSION_nodejs = "6.9.1"
PREFERRED_VERSION_nodejs-native = "6.9.1"
PACKAGECONFIG_append_pn-nodejs = "openssl"
PACKAGECONFIG_append_pn-libgpiod = " python3"
# Should not be here but is required when parsing recipes with meta-updater layer
OSTREE_INITRAMFS_FSTYPES = "ext4.gz.u-boot"