mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
networkmanager: Package nmcli separately
nmcli depends on libreadline which is licensed under GPLv3. Signed-off-by: Christian Eggers <ceggers@arri.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
70e7be0497
commit
b68c4c76db
@@ -85,6 +85,7 @@ PACKAGECONFIG[qt4-x11-free] = "--enable-qt,--disable-qt,qt4-x11-free"
|
|||||||
PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no"
|
PACKAGECONFIG[cloud-setup] = "--with-nm-cloud-setup=yes,--with-nm-cloud-setup=no"
|
||||||
|
|
||||||
PACKAGES =+ " \
|
PACKAGES =+ " \
|
||||||
|
${PN}-nmcli ${PN}-nmcli-doc \
|
||||||
${PN}-nmtui ${PN}-nmtui-doc \
|
${PN}-nmtui ${PN}-nmtui-doc \
|
||||||
${PN}-adsl ${PN}-cloud-setup \
|
${PN}-adsl ${PN}-cloud-setup \
|
||||||
"
|
"
|
||||||
@@ -134,6 +135,14 @@ FILES_${PN}-dev += " \
|
|||||||
${libdir}/NetworkManager/${PV}/*.la \
|
${libdir}/NetworkManager/${PV}/*.la \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
FILES_${PN}-nmcli = " \
|
||||||
|
${bindir}/nmcli \
|
||||||
|
"
|
||||||
|
|
||||||
|
FILES_${PN}-nmcli-doc = " \
|
||||||
|
${mandir}/man1/nmcli* \
|
||||||
|
"
|
||||||
|
|
||||||
FILES_${PN}-nmtui = " \
|
FILES_${PN}-nmtui = " \
|
||||||
${bindir}/nmtui \
|
${bindir}/nmtui \
|
||||||
${bindir}/nmtui-edit \
|
${bindir}/nmtui-edit \
|
||||||
|
|||||||
Reference in New Issue
Block a user