[oe] [PATCH 3/4] coreutils-native: make mandatory dep for all packages

Otavio Salvador otavio at ossystems.com.br
Thu Apr 30 11:28:49 UTC 2009


Acked-by: Otavio Salvador <otavio at ossystems.com.br>

On Thu, Apr 30, 2009 at 5:20 AM, Roman I Khimov <khimov at altell.ru> wrote:
> Gives us guaranteed sane GNU coreutils on any host. Should greatly ease
> support for various non-GNU host systems and allow to safely remove some other
> native packages like 'install-native'.
> ---
>  classes/base.bbclass |    6 ++++--
>  1 files changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/classes/base.bbclass b/classes/base.bbclass
> index e5fd814..270b05d 100644
> --- a/classes/base.bbclass
> +++ b/classes/base.bbclass
> @@ -125,9 +125,11 @@ def base_dep_prepend(d):
>        # the case where host == build == target, for now we don't work in
>        # that case though.
>        #
> -       deps = "shasum-native "
> -       if bb.data.getVar('PN', d, True) == "shasum-native":
> +       deps = "shasum-native coreutils-native"
> +       if bb.data.getVar('PN', d, True) == "shasum-native" or bb.data.getVar('PN', d, True) == "stagemanager-native":
>                deps = ""
> +       if bb.data.getVar('PN', d, True) == "coreutils-native":
> +               deps = "shasum-native"
>
>        # INHIBIT_DEFAULT_DEPS doesn't apply to the patch command.  Whether or  not
>        # we need that built is the responsibility of the patch function / class, not
> --
> 1.6.2.4
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Otavio Salvador                  O.S. Systems
E-mail: otavio at ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854         http://projetos.ossystems.com.br




More information about the Openembedded-devel mailing list