Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2
@ 2011-06-01 20:27 Martin Jansa
  2011-06-02  8:03 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2011-06-01 20:27 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta/classes/siteinfo.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
index 6c272a7..fb8bac3 100644
--- a/meta/classes/siteinfo.bbclass
+++ b/meta/classes/siteinfo.bbclass
@@ -19,7 +19,7 @@ def get_siteinfo_list(d):
        target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1)
 
        targetinfo = {\
-               "all-linux":               "",\
+               "allarch-linux":           "",\
                "armeb-linux":             "endian-big bit-32 common-glibc arm-common",\
                "armeb-linux-gnueabi":     "endian-big bit-32 common-glibc arm-common armeb-linux",\
                "armeb-linux-uclibc":      "endian-big bit-32 common-uclibc arm-common",\
-- 
1.7.5.3




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2
  2011-06-01 20:27 [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2 Martin Jansa
@ 2011-06-02  8:03 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2011-06-02  8:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2011-06-01 at 22:27 +0200, Martin Jansa wrote:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta/classes/siteinfo.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/meta/classes/siteinfo.bbclass b/meta/classes/siteinfo.bbclass
> index 6c272a7..fb8bac3 100644
> --- a/meta/classes/siteinfo.bbclass
> +++ b/meta/classes/siteinfo.bbclass
> @@ -19,7 +19,7 @@ def get_siteinfo_list(d):
>         target = bb.data.getVar('HOST_ARCH', d, 1) + "-" + bb.data.getVar('HOST_OS', d, 1)
>  
>         targetinfo = {\
> -               "all-linux":               "",\
> +               "allarch-linux":           "",\
>                 "armeb-linux":             "endian-big bit-32 common-glibc arm-common",\
>                 "armeb-linux-gnueabi":     "endian-big bit-32 common-glibc arm-common armeb-linux",\
>                 "armeb-linux-uclibc":      "endian-big bit-32 common-uclibc arm-common",\

Merged to master, thanks.

Richard




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-02  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-01 20:27 [PATCH] siteinfo: replace all-linux with allarch-linux to match 5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2 Martin Jansa
2011-06-02  8:03 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox