watchdog: Fix the FILESEXTRAPATHS_prepend

We need to end our string with a ':' to not interfere with other
recipes adding things.
This commit is contained in:
Holger Hans Peter Freyther 2014-09-25 16:15:53 +02:00
parent 20b1decdd2
commit 906bdccd4f
1 changed files with 1 additions and 1 deletions

View File

@ -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