tslib: use FILESEXTRAPATHS_prepend for correct assignment

Signed-off-by: Jonathan Liu <net147@gmail.com>
pull/67/head
Jonathan Liu 2014-09-04 23:30:20 +10:00
parent dfa712ea4b
commit 6c0b99fce8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FILESEXTRAPATHS := "${THISDIR}/${PN}"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
SRC_URI += "file://tslib.patch"