watchdog: Fix the FILESEXTRAPATHS_prepend

We need to end our string with a ':' to not interfere with other
recipes adding things.
hfreyther/master-next
Holger Hans Peter Freyther 9 years ago
parent 20b1decdd2
commit 906bdccd4f

@ -1,5 +1,5 @@
SYSMOCOM := "${@os.path.dirname(bb.data.getVar('FILE', d, True))}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/${PN}-${PV}:${SYSMOCOM}/${PN}"
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/${PN}-${PV}:${SYSMOCOM}/${PN}:"
PRINC = "9"
inherit update-rc.d

Loading…
Cancel
Save