From 12a661314b69948d93d4cf8421603fb8407a4a2f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 24 Sep 2014 18:24:09 +0200 Subject: [PATCH] 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 --- recipes-fixes/update-rc.d/update-rc.d_angstrom.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-fixes/update-rc.d/update-rc.d_angstrom.inc b/recipes-fixes/update-rc.d/update-rc.d_angstrom.inc index 0ec7301..966e6d6 100644 --- a/recipes-fixes/update-rc.d/update-rc.d_angstrom.inc +++ b/recipes-fixes/update-rc.d/update-rc.d_angstrom.inc @@ -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"