apparent error in FILESEXTRAPATHS:append setting

"Robert P. J. Day" <[email protected]> Sun, 26 Oct 2025 06:15:12 -0400 (EDT)
Newsgroups org.yoctoproject.lists.meta-freescale
Message-ID <[email protected]>
  here:

https://github.com/Freescale/meta-freescale/blob/master/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc#L73

one reads:

  FILESEXTRAPATHS:append := "${THISDIR}/imx-gpu-viv:"

if you're appending, the colon should be on the front, no?

rday