bd: fix typo in bd recipe

filepath variable was added with a typo - fixed it to support board
specific configs.

BugzID: 53636

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2018-10-10 11:27:33 +02:00
parent 56e22c965f
commit 0a42160e32
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SUMMARY = "Boarddescriptor Tool"
DESCRIPTION = "Read and write from/to the boarddescriptor" DESCRIPTION = "Read and write from/to the boarddescriptor"
AUTHOR = "Stefan Eichenberger (stefan.eichenberger@netmodule.com)" AUTHOR = "Stefan Eichenberger (stefan.eichenberger@netmodule.com)"
FILESEXTRAPAHT_prepend := "${THISDIR}/${PN}/${MACHINE}:" FILESEXTRAPATH_prepend := "${THISDIR}/${PN}/${MACHINE}:"
SECTION = "core" SECTION = "core"
LICENSE = "GPLv2+" LICENSE = "GPLv2+"