[oe] [PATCH] MokoTouch

2009-10-26 Thread David Lanzendörfer
Hi folks I'd like to have mokotouch-recipes added to OE. greatings leviathan -- David Lanzendörfer OpenSourceSupport GmbH Junior system engineer and supporter commit ca215a1df93741a136a482c9f0af5bdad06bbd7a Author: David Lanzendörfer Date: Mon Oct 26 19:36:17 2009 +0100 Added mok

Re: [oe] [PATCH] MokoTouch

2009-10-26 Thread Marcin Juszkiewicz
Dnia poniedziałek, 26 października 2009 o 21:25:48 David Lanzendörfer napisał(a): > I'd like to have mokotouch-recipes added to OE. 1. use "install -d" instead of "mkdir" 2. use "install" instead of "cp" 3. learn about DEPENDS and RDEPENDS and fix use of them 4. use "oe_runmake" instead of "make

Re: [oe] [PATCH] MokoTouch

2009-10-26 Thread Koen Kooi
On 26-10-09 21:43, Marcin Juszkiewicz wrote: Dnia poniedziałek, 26 października 2009 o 21:25:48 David Lanzendörfer napisał(a): I'd like to have mokotouch-recipes added to OE. 1. use "install -d" instead of "mkdir" 2. use "install" instead of "cp" 3. learn about DEPENDS and RDEPENDS and fix use

Re: [oe] [PATCH] MokoTouch

2009-11-05 Thread Michael 'Mickey' Lauer
Dear David, let me encourage you to submit an updated patchset that takes into account the reviewer's comments. Cheers, :M: ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/list

Re: [oe] [PATCH] MokoTouch

2009-11-05 Thread David Lanzendörfer
> Dear David, Hi Mickey > let me encourage you to submit an updated patchset that takes into > account the reviewer's comments. Here is the corrected patch, which will bring the bitbake recipes for MokoTouch into OE. I hope this will be somehow usefull for some of you. > Cheers, dito :) > :M: l

Re: [oe] [PATCH] MokoTouch

2009-11-05 Thread Marcin Juszkiewicz
Dnia czwartek, 5 listopada 2009 o 23:16:19 David Lanzendörfer napisał(a): > +++ b/recipes/mokotouch/mokotouch-apps-helloworld_2.bb > @@ -0,0 +1,24 @@ > +require mokotouch.inc > + > +DEPENDS = "mokotouch-coreservices-mokotouch" > + > +do_configure(){ > +cd ${S}/MokoTouch/Apps/HelloWorld > +rm UIKit

Re: [oe] [PATCH] MokoTouch

2010-04-08 Thread Stefan Schmidt
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