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

Robert P. J. Day rpjday at crashcourse.ca
Tue Jan 1 17:55:56 UTC 2013


  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.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================




More information about the Openembedded-core mailing list