From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 68.mail-out.ovh.net ([91.121.185.69]) by linuxtogo.org with smtp (Exim 4.69) (envelope-from ) id 1OstEI-00024e-BT for openembedded-devel@lists.openembedded.org; Tue, 07 Sep 2010 10:08:39 +0200 Received: (qmail 8677 invoked by uid 503); 7 Sep 2010 08:19:02 -0000 Received: from 30.mail-out.ovh.net (213.186.62.213) by 68.mail-out.ovh.net with SMTP; 7 Sep 2010 08:19:02 -0000 Received: (qmail 25218 invoked by uid 503); 7 Sep 2010 07:52:09 -0000 Received: from b9.ovh.net (HELO mail431.ha.ovh.net) (213.186.33.59) by 30.mail-out.ovh.net with SMTP; 7 Sep 2010 07:52:09 -0000 Received: from b0.ovh.net (HELO queueout) (213.186.33.50) by b0.ovh.net with SMTP; 7 Sep 2010 10:07:55 +0200 Received: from pac33-2-82-240-38-71.fbx.proxad.net (HELO ?192.168.1.15?) (ebenard%eukrea.com@82.240.38.71) by ns0.ovh.net with SMTP; 7 Sep 2010 10:07:54 +0200 Message-ID: <4C85F2D9.3060807@eukrea.com> Date: Tue, 07 Sep 2010 10:07:53 +0200 From: =?ISO-8859-1?Q?Eric_B=E9nard?= User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1283809310-29893-1-git-send-email-eric@eukrea.com> In-Reply-To: X-Ovh-Tracer-Id: 17499299304105487689 X-Ovh-Remote: 82.240.38.71 (pac33-2-82-240-38-71.fbx.proxad.net) X-Ovh-Local: 213.186.33.20 (ns0.ovh.net) X-SA-Exim-Connect-IP: 91.121.185.69 X-SA-Exim-Mail-From: eric@eukrea.com 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=AWL,BAYES_00 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 1/2] mercurial-native: add recipe 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: Tue, 07 Sep 2010 08:08:42 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi Frans, Le 07/09/2010 08:27, Frans Meulenbroeks a écrit : > 2010/9/6 Eric Bénard: >> + >> +do_install () { >> + install -d ${STAGING_DIR_NATIVE}/usr > > I'm a little bit surprised that you need this. I had expected install > to take care of that. > Otherwise, the recipe looks fine to me (but haven't test-build it yet) > I will remove it and retest, it may not be needed as I added that when I was trying to get the beast installed. Eric