gatesgarth migration: packagegroup-dey-core: add networkmanager-nmcli package
NetworkManager recipe split the command line util in a different package, so we added it in our default images. https://jira.digi.com/browse/DEL-7508 Signed-off-by: Arturo Buzarra <arturo.buzarra@digi.com>
This commit is contained in:
parent
27aaaceeb5
commit
e6cd16428a
|
|
@ -44,6 +44,7 @@ RDEPENDS_${PN} = "\
|
||||||
modutils-initscripts \
|
modutils-initscripts \
|
||||||
netbase \
|
netbase \
|
||||||
networkmanager \
|
networkmanager \
|
||||||
|
networkmanager-nmcli \
|
||||||
os-release \
|
os-release \
|
||||||
${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
|
${@bb.utils.contains('MACHINE_FEATURES', 'pci', 'pciutils', '',d)} \
|
||||||
recovery-utils \
|
recovery-utils \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue