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:
parent
56e22c965f
commit
0a42160e32
|
|
@ -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+"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue