]> code.ossystems Code Review - openembedded-core.git/commit
godep.bbclass: Add helper class to enable go-dep tool
authorKhem Raj <raj.khem@gmail.com>
Sat, 3 Mar 2018 16:34:37 +0000 (08:34 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Mar 2018 14:36:34 +0000 (06:36 -0800)
commit9bea8313b0dd5a6af08d15ee8634fe2ef9ee0f75
tree699e7b4cc621366a24abbd5c4eb35c3e67761189
parent10193150381b1088a5de627aed0ad1d052a3955d
godep.bbclass: Add helper class to enable go-dep tool

Many go packages can take advantage of dep tool since
they manage their own dependencies, this class helps
in using go dep tool for such packages

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/godep.bbclass [new file with mode: 0644]