[OE-core] weird FILESEXTRAPATHS_append in mesa-common.inc

Burton, Ross ross.burton at intel.com
Mon Feb 18 17:16:10 UTC 2013


On 1 January 2013 17:55, Robert P. J. Day <rpjday at crashcourse.ca> wrote:
>   these two lines from mesa-common.inc:
>
> # for mesa-dri and mesa-xlib
> FILESEXTRAPATHS_append := "${THISDIR}/mesa:"
>
> that second line is definitely misleading as it doesn't append, it
> prepends (as opposed to what you see in mesa-git.inc):
>
> FILESEXTRAPATHS_prepend := "${THISDIR}/mesa-git:"
>
> which is still unnecessary since all you need is
>
> FILESEXTRAPATHS = "${THISDIR}/mesa-git"
>
> no?
>
>   also, that comment in mesa-common.inc is out of date, as mesa-xlib
> disappeared a few months back.

Just re-discovered this in my starred mail folder.  Yes, it can all go
- build-testing now.

Ross




More information about the Openembedded-core mailing list