mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
docker-ce: 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
bbed941fad
commit
ac6a86d715
|
@ -20,6 +20,7 @@ DESCRIPTION = "Linux container runtime \
|
|||
|
||||
SRCREV_docker = "99e3ed89195c4e551e87aad1e7453b65456b03ad"
|
||||
SRCREV_libnetwork = "55e924b8a84231a065879156c0de95aefc5f5435"
|
||||
SRCREV_FORMAT = "docker_libnetwork"
|
||||
SRC_URI = "\
|
||||
git://github.com/docker/docker-ce.git;branch=19.03;name=docker \
|
||||
git://github.com/docker/libnetwork.git;branch=bump_19.03;name=libnetwork;destsuffix=git/libnetwork \
|
||||
|
|
Loading…
Reference in New Issue
Block a user