Yocto recipe to manage Go dependencies with dep tool
问题 Update: This question is already SOLVED. I'm re-editing the question to update to the fixed state. I'm trying to write a recipe that uses dep tool to resolve dependencies of a go related project before building it. I'm using the 'poky' layer of the 'rocko' Yocto project branch. That branch provides recipes to build the go compiler and the dep dependencies tool. My initial recipe fetches source code from a bitbucket repository: GO_IMPORT = "bitbucket.org/path/to/my_project" SRC_URI = "git://$