update-rc.d: Use _prepend to add to the extras

WARNING: FILESEXTRAPATHS-variable, must always use _prepend (or _append)
type of assignment, and don't forget the colon.
Please assign it with the format of:
  FILESEXTRAPATHS_append := ":${THISDIR}/Your_Files_Path" or
  FILESEXTRAPATHS_prepend := "${THISDIR}/Your_Files_Path:"
in your bbappend file
This commit is contained in:
Holger Hans Peter Freyther 2014-09-24 18:24:09 +02:00
parent 2045245f3a
commit 12a661314b
1 changed files with 1 additions and 1 deletions

View File

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