From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.cvg.de ([62.153.82.30]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QlMR3-00037e-LR for openembedded-core@lists.openembedded.org; Mon, 25 Jul 2011 16:47:09 +0200 Received: from ensc-virt.intern.sigma-chemnitz.de (ensc-virt.intern.sigma-chemnitz.de [192.168.3.24]) by mail.cvg.de (8.14.4/8.14.4) with SMTP id p6PEgu0v010843 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 25 Jul 2011 16:42:56 +0200 Received: by ensc-virt.intern.sigma-chemnitz.de (sSMTP sendmail emulation); Mon, 25 Jul 2011 16:42:56 +0200 From: Enrico Scholz To: openembedded-core@lists.openembedded.org References: Date: Mon, 25 Jul 2011 16:42:56 +0200 In-Reply-To: (Richard Purdie's message of "Mon, 25 Jul 2011 14:47:19 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 X-DSPAM-Result: Innocent X-DSPAM-Probability: 0 X-DSPAM-Confidence: 1 X-Spam-Score: -5.9 X-Spam-Level: ----- X-Spam-Tests: AWL,BAYES_00,RP_MATCHES_RCVD,SPF_NEUTRAL,DSPAM_INNOCENT X-Scanned-By: MIMEDefang 2.71 on 62.153.82.30 Subject: Re: [PATCH 4/5] ncurses: Uncompress man pages X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2011 14:47:09 -0000 Content-Type: text/plain; charset=us-ascii Richard Purdie writes: > If the man pages are compressed, then they cause file conflicts between > the 32-bit and 64-bit versions of the package. Patching the buildsystem to use 'gzip --no-name' might be a better solution than uncompressing the man pages. Alternatively, fixing/changing man page compression should be done in a central class instead per recipe. Enrico