Skip to content

Commit

Permalink
awscli: set branch parameter in SRC_URI
Browse files Browse the repository at this point in the history
This silences the following warning:

  WARNING: awscli-1.20.54-r0 do_cleanall: URL: git://github.com/aws/aws-cli.git;protocol=https does not set any branch parameter. The future default branch used by tools and repositories is uncertain and we will therefore soon require this is set in all git urls.
  • Loading branch information
brgl authored and thomas-roos committed Aug 1, 2022
1 parent 3d4f314 commit 32007a3
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions recipes-support/awscli/awscli_1.20.54.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SUMMARY = "Universal Command Line Interface for Amazon Web Services"
HOMEPAGE = "https://github.com/aws/aws-cli"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7970352423db76abb33cbe303884afbf"

SRC_URI = "git://github.com/aws/aws-cli.git;protocol=https;branch=master"
SRCREV = "bf9bb5b60cd24b97d642646c7f7d6c17e320c576"
S = "${WORKDIR}/git"

inherit setuptools3

RDEPENDS:${PN} += " \
python3-botocore \
python3-docutils \
python3-s3transfer \
python3-pyyaml \
python3-colorama \
python3-distro \
python3-unixadmin \
python3-ruamel-yaml \
python3-prompt-toolkit \
python3-sqlite3 \
python3-misc \
python3-rsa \
python3-dateutil \
python3-urllib3 \
python3-jmespath \
groff \
"

0 comments on commit 32007a3

Please sign in to comment.