[OE-core] [PATCH 2/2] mesa-common: install internal GL headers to libgl-dev

Phil Blundell philb at gnu.org
Sat Oct 15 14:27:55 UTC 2011


On Sat, 2011-10-15 at 11:54 +0200, Martin Jansa wrote:
>  FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
>  FILES_libegl-dbg += "${libdir}/egl/.debug/*"
> +
> +do_install_append () {
> +    install -d ${D}/${includedir}/GL
> +    cp -pPr ${S}/include/GL/internal* ${D}/${includedir}/GL
> +}

Why is this needed?  If the internal headers are meant to be installed,
why doesn't "make install" do that?  Or, conversely, if they aren't
intended to be installed, why do we want them there?

Please add some commentary to the checkin message explaining the
rationale for the patch.

p.






More information about the Openembedded-core mailing list