mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
docker-moby: add SRCREV_FORMAT
recipes that use multiple SCMs in the SRC_URI, must supply SRCREV_FORMAT or SRCPV triggers an expansion error. While this isn't fatal during the build, it can cause issues with setscene (and possibly) other tasks failing, which then leads to no sstate re-use, etc. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
ac6a86d715
commit
3b01e362b3
|
@ -48,6 +48,7 @@ SRC_URI = "\
|
|||
file://0001-dynbinary-use-go-cross-compiler.patch \
|
||||
"
|
||||
|
||||
SRCREV_FORMAT = "moby_libnetwork"
|
||||
require docker.inc
|
||||
|
||||
# Apache-2.0 for docker
|
||||
|
|
Loading…
Reference in New Issue
Block a user