docker-ce: bump SRCREV_docker

* fix my prevous commit where I've missed this update corresponding
  to SRCREV_moby change in docker-moby recipe.

* also re-order the patches in SRC_URI to match docker-moby, so
  that they are easier to compare

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Martin Jansa 2023-08-16 08:09:32 +02:00 committed by Bruce Ashfield
parent 36b5b74c89
commit e60f59f356

View File

@ -31,7 +31,7 @@ DESCRIPTION = "Linux container runtime \
# so we get that tag, and make it our SRCREVS:
#
SRCREV_docker = "3056208812eb5e792fa99736c9167d1e10f4ab49"
SRCREV_docker = "791d8ab87747169b4cbfcdf2fd57c81952bae6d5"
SRCREV_libnetwork = "dcdf8f176d1e13ad719e913e796fb698d846de98"
SRCREV_cli = "911449ca245308472a3d34a7f1a98b918e65c8c3"
SRCREV_FORMAT = "docker_libnetwork"
@ -39,10 +39,10 @@ SRC_URI = "\
git://github.com/docker/docker.git;branch=20.10;name=docker;protocol=https \
git://github.com/docker/libnetwork.git;branch=master;name=libnetwork;destsuffix=git/libnetwork;protocol=https \
git://github.com/docker/cli;branch=20.10;name=cli;destsuffix=git/cli;protocol=https \
file://0001-libnetwork-use-GO-instead-of-go.patch \
file://docker.init \
file://0001-dynbinary-use-go-cross-compiler.patch \
file://0001-libnetwork-use-GO-instead-of-go.patch \
file://0001-cli-use-external-GO111MODULE-and-cross-compiler.patch \
file://0001-dynbinary-use-go-cross-compiler.patch \
file://0001-Revert-go-updates-from-1.19.12-to-1.18.7.patch;patchdir=src/import \
file://0002-Revert-go-updates-from-1.18.7-to-1.17.13.patch;patchdir=src/import \
file://0003-builder.go-avoid-using-strings.Cut-from-go-1.18.patch;patchdir=src/import \