[OE-core] [PATCH] glew: don't put our CFLAGS into the pkgconfig file

Ross Burton ross.burton at intel.com
Tue Feb 16 15:19:27 UTC 2016


The pkgconfig file doesn't need to know what CFLAGS we're using to build with.

Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
index 70a99ae..fea071d 100644
--- a/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
+++ b/meta/recipes-graphics/glew/glew/fix-glew.pc-install.patch
@@ -41,6 +41,6 @@ Index: glew-1.11.0/glew.pc.in
 -Libs: -L${libdir} -l at libname@
 -Requires: @requireslib@
 +Version: @VERSION@
-+Cflags: -I${includedir} @CFLAGS@
++Cflags: -I${includedir}
 +Libs: -L${libdir} -lGLEW
 +Requires: glu
-- 
2.7.0




More information about the Openembedded-core mailing list