diff options
author | Ross Burton <ross.burton@intel.com> | 2013-05-30 14:22:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-30 21:02:19 +0100 |
commit | cb36bc74b772c355f219df5a3ff39f1ca95272ba (patch) | |
tree | f8dfc7131c4f3013ed9b485defa406d223b9d994 /meta/recipes-graphics/cogl | |
parent | b2ca9ac7b6e28ae8cc6470c7f537c55f60c6d505 (diff) | |
download | openembedded-core-cb36bc74b772c355f219df5a3ff39f1ca95272ba.tar.gz openembedded-core-cb36bc74b772c355f219df5a3ff39f1ca95272ba.tar.bz2 openembedded-core-cb36bc74b772c355f219df5a3ff39f1ca95272ba.zip |
cogl: remove documentation hacks
These sed lines disable the documentation and appear to be historical, building
works fine without them.
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/cogl')
-rw-r--r-- | meta/recipes-graphics/cogl/cogl-1.0.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc index 3a6de282b8..b94427349b 100644 --- a/meta/recipes-graphics/cogl/cogl-1.0.inc +++ b/meta/recipes-graphics/cogl/cogl-1.0.inc @@ -41,10 +41,4 @@ PACKAGECONFIG[glx] = "--enable-glx,--disable-glx,${EDEPENDS_GL} ${EDEPENDS_X11}" # Default to GLX PACKAGECONFIG ??= "gl glx" -#Fix up some weirdness in the docs -do_configure_prepend() { - sed -i s:doc/reference/Makefile::g ${S}/configure.ac - sed -i s:doc::g ${S}/Makefile.am -} - FILES_${PN}-examples = "${bindir}/* ${datadir}/cogl/examples-data/*" |