[oe] RFC One recipe with two git repository as sources

Phil Blundell philb at gnu.org
Thu Jun 23 11:21:59 UTC 2011


On Thu, 2011-06-23 at 13:18 +0200, Holger Freyther wrote:
> -        destdir = os.path.join(destdir, "git/")
> +        destsuffix = ud.parm.get("destsuffix", "git/")
> +        print destsuffix
> +        destdir = os.path.join(destdir, destsuffix)

I think that "print" might be extraneous, but other than this your patch
looks awesome.  I think this would resolve the problem that I was having
in
http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/004375.html and to which I never found a solution which didn't involve patching bitbake.

p.






More information about the Openembedded-devel mailing list