All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] iwd: Fix installed-vs-shipped QA errors on systemd units
@ 2019-11-05  0:58 Khem Raj
  2019-11-05  0:58 ` [meta-oe][PATCH 2/2] iwd: Fix build race during documentation build Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2019-11-05  0:58 UTC (permalink / raw)
  To: openembedded-devel

package missing pieces when using systemd

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-connectivity/iwd/iwd_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb
index 94d86d1dc2..81260cc020 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb
@@ -26,7 +26,7 @@ do_install_append() {
     install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN}
 }
 
-FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d"
+FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d ${systemd_unitdir}/network/"
 
 SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}"
 
-- 
2.24.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-05  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05  0:58 [meta-oe][PATCH 1/2] iwd: Fix installed-vs-shipped QA errors on systemd units Khem Raj
2019-11-05  0:58 ` [meta-oe][PATCH 2/2] iwd: Fix build race during documentation build Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.