diff options
Diffstat (limited to 'recipes-containers/docker-compose/docker-compose_git.bb')
| -rw-r--r-- | recipes-containers/docker-compose/docker-compose_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 86f4be27..d528535c 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS = " \ | |||
| 9 | 9 | ||
| 10 | # Specify the first two important SRCREVs as the format | 10 | # Specify the first two important SRCREVs as the format |
| 11 | SRCREV_FORMAT="compose_survey" | 11 | SRCREV_FORMAT="compose_survey" |
| 12 | SRCREV_compose = "02ad467f89ebc343aa03ce89d18875ea4d604ea3" | 12 | SRCREV_compose = "8d0df1876296bc639614653ba5de38a377da5356" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" | 14 | SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https" |
| 15 | 15 | ||
| @@ -18,14 +18,12 @@ include src_uri.inc | |||
| 18 | # patches and config | 18 | # patches and config |
| 19 | SRC_URI += "file://modules.txt" | 19 | SRC_URI += "file://modules.txt" |
| 20 | 20 | ||
| 21 | SRC_URI[sha256sum] = "d7b05a9bff34dfb25abe7e5b1e54cf2607f953d91cb33fb231a4775a1a4afa3d" | ||
| 22 | |||
| 23 | LICENSE = "Apache-2.0" | 21 | LICENSE = "Apache-2.0" |
| 24 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f607e" | 22 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=175792518e4ac015ab6696d16c4f607e" |
| 25 | 23 | ||
| 26 | GO_IMPORT = "import" | 24 | GO_IMPORT = "import" |
| 27 | 25 | ||
| 28 | PV = "v2.17.2" | 26 | PV = "v2.20.3" |
| 29 | 27 | ||
| 30 | COMPOSE_PKG = "github.com/docker/compose/v2" | 28 | COMPOSE_PKG = "github.com/docker/compose/v2" |
| 31 | 29 | ||
