On 1 January 2013 17:55, Robert P. J. Day <rpj...@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

_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to