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.



_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to