]> code.ossystems Code Review - openembedded-core.git/commitdiff
glew: don't put our CFLAGS into the pkgconfig file
authorRoss Burton <ross.burton@intel.com>
Tue, 16 Feb 2016 15:19:27 +0000 (15:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Feb 2016 07:39:21 +0000 (07:39 +0000)
The pkgconfig file doesn't need to know what CFLAGS we're using to build with.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch

index 70a99aeeeeb12aeb0b3789a1aa9cfcd23c267760..fea071d1e05eb1532be45c072a43c60e1c379182 100644 (file)
@@ -41,6 +41,6 @@ Index: glew-1.11.0/glew.pc.in
 -Libs: -L${libdir} -l@libname@
 -Requires: @requireslib@
 +Version: @VERSION@
-+Cflags: -I${includedir} @CFLAGS@
++Cflags: -I${includedir}
 +Libs: -L${libdir} -lGLEW
 +Requires: glu