mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 22:38:04 +00:00
acf1d6a980
The old way of setting THISDIR in a bbappend clobbers THISDIR for other layers. This change makes it use the new way that is done in dylan. Signed-off-by: Ian Reinhart Geiser <igeiser@devonit.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
3 lines
77 B
Plaintext
3 lines
77 B
Plaintext
PRINC := "${@int(PRINC) + 1}"
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|