[oe] [PATCH] vala-dbus-binding-tool: (mostly) new recipe

Martin Jansa martin.jansa at gmail.com
Mon Feb 15 13:31:01 UTC 2010


On Mon, Feb 15, 2010 at 11:54 AM, Steffen Sledz <sledz at dresearch.de> wrote:
> --- a/recipes/freesmartphone/vala-dbus-binding-tool-native_git.bb
> -DEPENDS = "vala-native libgee-native intltool-native libxml2-native"

> diff --git a/recipes/vala-dbus-binding-tool/vala-dbus-binding-tool.inc b/recipes/vala-dbus-binding-tool/vala-dbus-binding-tool.inc
> +DEPENDS = "vala libgee libxml2 intltool-native"

Pushed with small changes:

1) SRC_URI moved to .inc as suggested before
2) checksums moved to recipe
3) updated PV in git recipe

Thanks for patch!

BTW: I noticed a bit strange DEPENDS, why is there depend on
intltool-native? and other depends non-native?

it is expanded like this:
-native:
DEPENDS="autoconf-native automake-native libtool-native
gnu-config-native shasum-native coreutils-native autoconf-native
automake-native libtool-native gnu-config-native shasum-native
coreutils-native vala-native libgee-native libxml2-native
intltool-native"

non-native:
DEPENDS="autoconf-native automake-native libtool-native libtool-cross
gnu-config-native shasum-native coreutils-native
virtual/arm-oe-linux-gnueabi-gcc virtual/libc  vala libgee libxml2
intltool-native"

I'm not saying it's wrong, just curious how bitbake deals with
changing DEPENDS while parsing BBCLASSEXTENDS = "native".

Regards,




More information about the Openembedded-devel mailing list