update-rc.d bbappend: fix FILESEXTRAPATHS

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2014-08-05 08:43:25 +02:00
parent 025fc17d40
commit ce2798ec0a

View File

@@ -1,4 +1,4 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://0001-update-rc.d-make-s-a-noop-when-systemd-is-present.patch"