* can use x86_64 as an override
@ 2008-11-28 18:38 Robert Schuster
2008-11-28 19:13 ` Koen Kooi
0 siblings, 1 reply; 2+ messages in thread
From: Robert Schuster @ 2008-11-28 18:38 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 546 bytes --]
Hi,
it seems to be impossible to use x86_64 as an override. I want to
do this:
DEPENDS = "zlib-native classpath-initial jikes-initial"
DEPENDS_x86_64 += "libffi-native"
However when wvaluting this with "bitbake -i" libffi-native is not part
of the DEPENDS variable.
I guess it has something to do with the underscore in x86_64, right?
Perhaps we can fix this by sanitizing OVERRIDES by replacing all
underscores in its entries with a hyphen. At least for the above case
this would not be to bad.
Ideas?
Regards
Robert
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 268 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: can use x86_64 as an override
2008-11-28 18:38 can use x86_64 as an override Robert Schuster
@ 2008-11-28 19:13 ` Koen Kooi
0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2008-11-28 19:13 UTC (permalink / raw)
To: openembedded-devel
On 28-11-08 19:38, Robert Schuster wrote:
> Hi,
> it seems to be impossible to use x86_64 as an override. I want to
> do this:
>
> DEPENDS = "zlib-native classpath-initial jikes-initial"
> DEPENDS_x86_64 += "libffi-native"
What happens it you do
DEPENDS = "zlib-native classpath-initial jikes-initial libffi-native" ?
regards,
Koen
>
> However when wvaluting this with "bitbake -i" libffi-native is not part
> of the DEPENDS variable.
>
> I guess it has something to do with the underscore in x86_64, right?
>
> Perhaps we can fix this by sanitizing OVERRIDES by replacing all
> underscores in its entries with a hyphen. At least for the above case
> this would not be to bad.
>
> Ideas?
>
> Regards
> Robert
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-11-28 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-28 18:38 can use x86_64 as an override Robert Schuster
2008-11-28 19:13 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.