From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from sirius.lasnet.de ([78.47.116.19]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NzoCI-0000bT-18 for openembedded-devel@lists.openembedded.org; Thu, 08 Apr 2010 11:38:51 +0200 Received: from w0952.wlan.rz.tu-bs.de ([134.169.203.190] helo=excalibur) by sirius.lasnet.de with esmtpsa (Cipher TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63 #1) id 1Nzo91-0006iE-Bo by authid with cram_md5 for ; Thu, 08 Apr 2010 11:35:29 +0200 Received: from stefan by excalibur with local (Exim 4.71) (envelope-from ) id 1Nzo91-0005gj-2J for openembedded-devel@lists.openembedded.org; Thu, 08 Apr 2010 11:35:27 +0200 Date: Thu, 8 Apr 2010 11:35:27 +0200 From: Stefan Schmidt To: openembedded-devel@lists.openembedded.org Message-ID: <20100408093527.GF27376@excalibur.local> References: <200910262125.58992.david.lanzendoerfer@o2s.ch> <1257451262.4676.6.camel@andromeda> <200911052316.23264.david.lanzendoerfer@o2s.ch> <200911052322.08199.marcin@juszkiewicz.com.pl> MIME-Version: 1.0 In-Reply-To: <200911052322.08199.marcin@juszkiewicz.com.pl> X-Mailer: Mutt http://www.mutt.org/ X-KeyID: 0xDDF51665 X-Website: http://www.datenfreihafen.org/ User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: 78.47.116.19 X-SA-Exim-Mail-From: stefan@datenfreihafen.org X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] MokoTouch X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Apr 2010 09:38:51 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello. On Thu, 2009-11-05 at 23:22, Marcin Juszkiewicz wrote: > > My version of that recipe: > > ============================= > require mokotouch.inc > > MTCOMPONENT = "HelloWorld" > ============================= > > Rest of code should be in mokotouch.inc as you only change component name in > all recipes. Each and each repeats same errors: > > - no setting of ${S} but use of "cd somewhere to make it build" > - big duplication of code > - no use of qmake* bbclasses which remove need of do_configure/do_compile in > your recipes > - again waste of space by strange installation of libraries (fix loader to use > *.so maybe and skip all *.so.1.0.0 stuff?) > > Still nack from me. I agree. David, would you make the changes Marcin pointed out? regards Stefan Schmidt