From 97fb70f19997f4c7e4d47b9d31fb7d74a76527e8 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Tue, 3 Mar 2015 03:44:47 -0500 Subject: linux-mfgtool.inc: FILESEXTRAPATHS_prepend should use ":=", not "=" Change-Id: Ibf0bde5be5d51b31f2adffbb0597eecf52526140 Signed-off-by: Robert P. J. Day Signed-off-by: Otavio Salvador --- recipes-kernel/linux/linux-mfgtool.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/linux-mfgtool.inc b/recipes-kernel/linux/linux-mfgtool.inc index 106a7d9..5d7219e 100644 --- a/recipes-kernel/linux/linux-mfgtool.inc +++ b/recipes-kernel/linux/linux-mfgtool.inc @@ -20,7 +20,7 @@ MODULE_IMAGE_BASE_NAME = "modules-mfgtool-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${D MODULE_TARBALL_SYMLINK_NAME = "modules-mfgtool-${MACHINE}.tgz" # Ensures we prefer our mfgtool specific files -FILESEXTRAPATHS_prepend = "${THISDIR}/${ORIG_PN}-${PV}:${THISDIR}/${ORIG_PN}:" +FILESEXTRAPATHS_prepend := "${THISDIR}/${ORIG_PN}-${PV}:${THISDIR}/${ORIG_PN}:" python mfgtool_recipe_handler () { pn = e.data.getVar("PN", True) -- cgit v1.2.3-54-g00ecf