[oe-commits] Koen Kooi : networkmanager: fix packaging of systemd units

git at git.openembedded.org git at git.openembedded.org
Tue Feb 28 08:26:58 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 767492efaa06c526f5526f5b47373299ebfd04d4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=767492efaa06c526f5526f5b47373299ebfd04d4

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Tue Feb 28 09:23:52 2012 +0100

networkmanager: fix packaging of systemd units

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../networkmanager/networkmanager_0.9.2.0.bb       |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
index 38fac08..45f98be 100644
--- a/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
+++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.2.0.bb
@@ -4,7 +4,7 @@ SECTION = "net/misc"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cbbffd568227ada506640fe950a4823b"
 
-PR = "r3"
+PR = "r4"
 
 DEPENDS = "systemd libnl dbus dbus-glib udev wireless-tools polkit gnutls util-linux ppp"
 inherit gnome gettext
@@ -62,6 +62,7 @@ FILES_libnmutil += "${libdir}/libnm-util.so.*"
 FILES_libnmglib += "${libdir}/libnm_glib.so.*"
 FILES_libnmglib-vpn += "${libdir}/libnm_glib_vpn.so.*"
 
+systemd_unitdir = "${base_libdir}/systemd/system"
 
 FILES_${PN} += " \
 		${libexecdir} \





More information about the Openembedded-commits mailing list