[oe] [PATCH v2] canutils: new recipe

Stefan Schmidt stefan at datenfreihafen.org
Fri May 7 10:18:50 UTC 2010


Hello.

On Sat, 2010-05-01 at 16:22, Vitus Jensen wrote:
> Adds canutils (PTX flavour) 4.0.4 as alternative to socketcan-utils-test.
> canutils RCONFLICTS with socketcan-utils-test because of identical
> file names.
> 
> Signed-off-by: Vitus Jensen <vjensen at gmx.de>
> ---
>  recipes/socketcan/canutils_4.0.4.bb           |   19 +++++++++++++++++++
>  recipes/socketcan/socketcan-utils-test_svn.bb |    1 +
>  2 files changed, 20 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/socketcan/canutils_4.0.4.bb
> 
> diff --git a/recipes/socketcan/canutils_4.0.4.bb b/recipes/socketcan/canutils_4.0.4.bb
> new file mode 100644
> index 0000000..e769c46
> --- /dev/null
> +++ b/recipes/socketcan/canutils_4.0.4.bb
> @@ -0,0 +1,19 @@
> +DESCRIPTION = "canutils (PTX flavour)"
> +AUTHOR = "Luotao Fu"
> +HOMEPAGE = "http://www.pengutronix.de"
> +SECTION = "console/network"
> +PRIORITY = "optional"
> +LICENSE = "LGPL"
> +DEPENDS = "libsocketcan"
> +RDEPENDS = "libsocketcan"

Why do you need this RDEPENDS on the lib when it is already in DEPENDS?

> +RCONFLICTS = "socketcan-utils-test"
> +
> +TAG = "canutils-${PV}"
> +PR = "r0"
> +
> +SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \
> +        "

Same about release tarballs and git SRC_URIs as from the other patch.

regards
Stefan Schmidt




More information about the Openembedded-devel mailing list