From 6c0b99fce8cae9e46aedb636d0b9287c2e1741d6 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 4 Sep 2014 23:30:20 +1000 Subject: [PATCH] tslib: use FILESEXTRAPATHS_prepend for correct assignment Signed-off-by: Jonathan Liu --- recipes-graphics/tslib/tslib_1.1.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/tslib/tslib_1.1.bbappend b/recipes-graphics/tslib/tslib_1.1.bbappend index 0aa6563..f76655b 100644 --- a/recipes-graphics/tslib/tslib_1.1.bbappend +++ b/recipes-graphics/tslib/tslib_1.1.bbappend @@ -1,4 +1,4 @@ -FILESEXTRAPATHS := "${THISDIR}/${PN}" +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://tslib.patch"