From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from r-finger.com (r-finger.com [178.79.160.5]) by mail.openembedded.org (Postfix) with ESMTP id 373B26041D for ; Thu, 30 May 2013 13:57:22 +0000 (UTC) Received: from [192.168.0.2] (host86-137-74-102.range86-137.btcentralplus.com [86.137.74.102]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by r-finger.com (Postfix) with ESMTPSA id 81377952B for ; Thu, 30 May 2013 14:57:22 +0100 (BST) Message-ID: <51A75AC1.5080405@r-finger.com> Date: Thu, 30 May 2013 14:57:21 +0100 From: Tomas Frydrych User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120624 Icedove/10.0.5 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <1369920136-2815-1-git-send-email-ross.burton@intel.com> In-Reply-To: <1369920136-2815-1-git-send-email-ross.burton@intel.com> Subject: Re: [PATCH 1/2] cogl: remove documentation hacks X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 May 2013 13:57:22 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 30/05/13 14:22, Ross Burton wrote: > These sed lines disable the documentation and appear to be historical, building > works fine without them. > > Signed-off-by: Ross Burton > --- > meta/recipes-graphics/cogl/cogl-1.0.inc | 6 ------ > 1 file changed, 6 deletions(-) > > diff --git a/meta/recipes-graphics/cogl/cogl-1.0.inc b/meta/recipes-graphics/cogl/cogl-1.0.inc > index 9dc47f8..a44e6c4 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/*" Acked-by: Tomas Frydrych -- http://sleepfive.com