On Fri, Mar 07, 2014 at 03:26:11PM -0600, Lauren Post wrote: > Linux CAN network development utilities - newer version than canutils > > Signed-off-by: Lauren Post <[email protected]> > --- > .../recipes-extended/socketcan/can-utils_git.bb | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 meta-oe/recipes-extended/socketcan/can-utils_git.bb > > diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb > b/meta-oe/recipes-extended/socketcan/can-utils_git.bb > new file mode 100644 > index 0000000..53632c8 > --- /dev/null > +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb > @@ -0,0 +1,14 @@ > +SUMMARY = "Linux CAN network development utilities" > +DESCRIPTION = "Linux CAN network development" > +LICENSE = "GPLv2" > +LIC_FILES_CHKSUM = > "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
Please use something from source tree, not COREBASE.
> +DEPENDS = "libsocketcan"
> +
> +SRC_URI =
> "git://git.gitorious.org/linux-can/can-utils.git;protocol=git;branch=master"
> +SRCREV = "67a2bdcd336e6becfa5784742e18c88dbeddc973"
Please set PV.
> +S = "${WORKDIR}/git"
> +
> +inherit autotools pkgconfig
> +
> --
> 1.7.9.5
>
>
> _______________________________________________
> Openembedded-devel mailing list
> [email protected]
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
