[oe] [PATCH 01/11] parted: Added parted-native

Khem Raj raj.khem at gmail.com
Sat Nov 6 21:48:29 UTC 2010


On Sat, Nov 6, 2010 at 9:31 AM, Camille Moncelier <moncelier at devlife.org> wrote:
> Signed-off-by: Camille Moncelier <moncelier at devlife.org>
> ---
>  recipes/parted/parted_2.3.bb |    4 ++++
>  1 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/recipes/parted/parted_2.3.bb b/recipes/parted/parted_2.3.bb
> index d2ac303..6efb398 100644
> --- a/recipes/parted/parted_2.3.bb
> +++ b/recipes/parted/parted_2.3.bb
> @@ -3,14 +3,18 @@ HOMEPAGE = "http://www.gnu.org/software/parted/parted.html"
>  LICENSE = "GPLv3"
>  SECTION = "console/tools"
>  DEPENDS = "readline util-linux-ng lvm2"
> +DEPENDS_virtclass-native = "readline-native util-linux-ng-native"

this should not be needed.

>
>  SRC_URI = "${GNU_MIRROR}/parted/parted-${PV}.tar.gz \
>            file://use_llseek_syscall.patch \
>           "
>
>  EXTRA_OECONF = "--disable-Werror ac_cv_func_calloc_0_nonnull=yes"
> +EXTRA_OECONF_virtclass-native = "--disable-device-mapper"
>
>  inherit autotools pkgconfig
>
>  SRC_URI[md5sum] = "30ceb6df7e8681891e865e2fe5a7903d"
>  SRC_URI[sha256sum] = "e81fa140805b5cd029ff6dda5cfa94d223e83ac182ebcae94f841d62ce468829"
> +
> +BBCLASSEXTEND = "native"
> --
> 1.7.3.1
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list