diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/networkmanager')
-rw-r--r-- | meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb index 07f0c282d..70bda2772 100644 --- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb +++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.0.bb | |||
@@ -58,6 +58,9 @@ do_install_append () { | |||
58 | # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. | 58 | # Install an empty VPN folder as nm-connection-editor will happily segfault without it :o. |
59 | # With or without VPN support built in ;). | 59 | # With or without VPN support built in ;). |
60 | install -d ${D}${sysconfdir}/NetworkManager/VPN | 60 | install -d ${D}${sysconfdir}/NetworkManager/VPN |
61 | |||
62 | rm -rf "${D}${localstatedir}/run" | ||
63 | rmdir --ignore-fail-on-non-empty "${D}${localstatedir}" | ||
61 | } | 64 | } |
62 | 65 | ||
63 | PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests ${PN}-bash-completion" | 66 | PACKAGES =+ "libnmutil libnmglib libnmglib-vpn ${PN}-tests ${PN}-bash-completion" |