diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-18 10:45:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-18 10:49:50 +0200 |
commit | ca5e7197524efef0961bdbbe111f6dd16f1d46b4 (patch) | |
tree | c0d8c14813d2e6154597820aa4ca36527c59a5a6 | |
parent | 21c47cff7a2bfc07c6c2a4850e8c7aaf921b2294 (diff) |
gateone: silence systemd bbclass WARNING, ${PN}-systemd is unwanted
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-connectivity/gateone/gateone_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb index 2469f9e..983dc24 100644 --- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb @@ -24,6 +24,7 @@ do_install_append() { install -m 0644 ${WORKDIR}/gateone-avahi.service ${D}${sysconfdir}/avahi/services/ } +NATIVE_SYSTEMD_SUPPORT = "1" SYSTEMD_PACKAGES = "${PN}" SYSTEMD_SERVICE = "gateone.service" |