docker-distribution: uprev to v2.7.1

Signed-off-by: Hongzhi.Song <hongzhi.song@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Hongzhi.Song 2019-03-04 23:18:14 -08:00 committed by Bruce Ashfield
parent b5b5defc78
commit 080f6b412d

View File

@ -3,14 +3,14 @@ SUMMARY = "The Docker toolset to pack, ship, store, and deliver content"
LICENSE = "Apache-2.0" LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314" LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
SRCREV_distribution="48294d928ced5dd9b378f7fd7c6f5da3ff3f2c89" SRCREV_distribution="2461543d988979529609e8cb6fca9ca190dc48da"
SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.6;name=distribution;destsuffix=git/src/github.com/docker/distribution \ SRC_URI = "git://github.com/docker/distribution.git;branch=release/2.7;name=distribution;destsuffix=git/src/github.com/docker/distribution \
file://docker-registry.service \ file://docker-registry.service \
" "
PACKAGES =+ "docker-registry" PACKAGES =+ "docker-registry"
PV = "v2.6.2" PV = "v2.7.1"
S = "${WORKDIR}/git/src/github.com/docker/distribution" S = "${WORKDIR}/git/src/github.com/docker/distribution"
GO_IMPORT = "import" GO_IMPORT = "import"