mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 10:31:01 +00:00
networkmanager: fix installed-vs-shipped warning
Package QA complains about these files being installed but not shipped: /run /run/NetworkManager Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f86ba9a558
commit
916097b212
@ -84,3 +84,7 @@ FILES_${PN}-tests = " \
|
|||||||
FILES_${PN}-bash-completion = "${datadir}/bash-completion"
|
FILES_${PN}-bash-completion = "${datadir}/bash-completion"
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} = "NetworkManager.service"
|
SYSTEMD_SERVICE_${PN} = "NetworkManager.service"
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
rm -rf ${D}/run ${D}${localstatedir}/run
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user