[oe] [PATCH 2/4] coreutils-native: remove autotools and quilt dependencies

Otavio Salvador otavio at ossystems.com.br
Thu Apr 30 11:28:36 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:
> Allows to build coreutils-native at very early stage in build process.
> ---
>  recipes/coreutils/coreutils-native.inc    |    8 ++++++++
>  recipes/coreutils/coreutils-native_6.0.bb |    2 +-
>  recipes/coreutils/coreutils-native_7.1.bb |    2 +-
>  recipes/coreutils/coreutils-native_7.2.bb |    2 +-
>  4 files changed, 11 insertions(+), 3 deletions(-)
>  create mode 100644 recipes/coreutils/coreutils-native.inc
>
> diff --git a/recipes/coreutils/coreutils-native.inc b/recipes/coreutils/coreutils-native.inc
> new file mode 100644
> index 0000000..c4dda17
> --- /dev/null
> +++ b/recipes/coreutils/coreutils-native.inc
> @@ -0,0 +1,8 @@
> +inherit native
> +
> +INHIBIT_AUTOTOOLS_DEPS = "1"
> +PATCHTOOL = "patch"
> +
> +do_configure() {
> +       oe_runconf
> +}
> diff --git a/recipes/coreutils/coreutils-native_6.0.bb b/recipes/coreutils/coreutils-native_6.0.bb
> index 057dfa6..a3754df 100644
> --- a/recipes/coreutils/coreutils-native_6.0.bb
> +++ b/recipes/coreutils/coreutils-native_6.0.bb
> @@ -2,4 +2,4 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}"
>  S = "${WORKDIR}/coreutils-${PV}"
>
>  require coreutils_${PV}.bb
> -inherit native
> +require coreutils-native.inc
> diff --git a/recipes/coreutils/coreutils-native_7.1.bb b/recipes/coreutils/coreutils-native_7.1.bb
> index 057dfa6..a3754df 100644
> --- a/recipes/coreutils/coreutils-native_7.1.bb
> +++ b/recipes/coreutils/coreutils-native_7.1.bb
> @@ -2,4 +2,4 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}"
>  S = "${WORKDIR}/coreutils-${PV}"
>
>  require coreutils_${PV}.bb
> -inherit native
> +require coreutils-native.inc
> diff --git a/recipes/coreutils/coreutils-native_7.2.bb b/recipes/coreutils/coreutils-native_7.2.bb
> index 057dfa6..a3754df 100644
> --- a/recipes/coreutils/coreutils-native_7.2.bb
> +++ b/recipes/coreutils/coreutils-native_7.2.bb
> @@ -2,4 +2,4 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/coreutils-${PV}"
>  S = "${WORKDIR}/coreutils-${PV}"
>
>  require coreutils_${PV}.bb
> -inherit native
> +require coreutils-native.inc
> --
> 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