Re: [yocto] [PATCH] meta: Search also FILESEXTRAPATHS for systemd service files

2013-02-20 Thread Burton, Ross
Hi, First, mails that patch oe-core should be sent to the oe-core list, not yocto@ (which is more of a support channel). Second this patch won't do what you expect - when you find a file in FILESEXTRAPATHS it isn't being installed, so it won't be in the package. I intentionally removed code that

[yocto] [PATCH] meta: Search also FILESEXTRAPATHS for systemd service files

2013-02-20 Thread Jukka Rissanen
Signed-off-by: Jukka Rissanen --- meta/classes/systemd.bbclass | 8 1 file changed, 8 insertions(+) diff --git a/meta/classes/systemd.bbclass b/meta/classes/systemd.bbclass index 564cd72..b807d4e 100644 --- a/meta/classes/systemd.bbclass +++ b/meta/classes/systemd.bbclass @@ -1,3 +1,5