http://bugs.openembedded.org/show_bug.cgi?id=2427
--- Comment #13 from L. A. Linden Levy <[EMAIL PROTECTED]> 2007-06-06 13:35:42
---
(In reply to comment #12)
> (In reply to comment #11)
> > Could you do me a favor and grep for "need_host =
> > bb.data.getVar('COMPATIBLE_HOST', d, 1)" in your classes/ directory and
> > show me
> > the 10 surrounding lines of code?
> >
>
> Sure...
>
> [EMAIL PROTECTED] classes} [15:33:14]
> =>> pwd
> /home/lindenle/src/open_embedded/org.openembedded.dev/classes
>
> [EMAIL PROTECTED] classes} [15:33:11]
> =>> grep -ir "need_host" ./*
> ./base.bbclass: need_host = bb.data.getVar('COMPATIBLE_HOST', d, 1)
> ./base.bbclass: if need_host:
> ./base.bbclass: if not re.match(need_host, this_host):
>
[EMAIL PROTECTED] classes} [15:33:30]
=>> grep -A 10 -ir "need_host" ./*
./base.bbclass: need_host = bb.data.getVar('COMPATIBLE_HOST', d, 1)
./base.bbclass: if need_host:
./base.bbclass- import re
./base.bbclass- this_host = bb.data.getVar('HOST_SYS', d, 1)
./base.bbclass: if not re.match(need_host, this_host):
./base.bbclass- raise bb.parse.SkipPackage("incompatible with
host %s" % this_host)
./base.bbclass-
./base.bbclass- need_machine = bb.data.getVar('COMPATIBLE_MACHINE', d, 1)
./base.bbclass- if need_machine:
./base.bbclass- import re
./base.bbclass- this_machine = bb.data.getVar('MACHINE', d, 1)
./base.bbclass- if this_machine and not re.match(need_machine,
this_machine):
./base.bbclass- raise bb.parse.SkipPackage("incompatible with
machine %s" % this_machine)
./base.bbclass-
./base.bbclass- pn = bb.data.getVar('PN', d, 1)
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev