With fetch2 supporting s3, having an aws-cli recipe makes sense. Signed-off-by: Elizabeth 'pidge' Flanagan <[email protected]> --- meta/recipes-devtools/aws-cli/aws-cli.inc | 14 ++++++++++++++ meta/recipes-devtools/aws-cli/aws-cli_1.11.66.bb | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 meta/recipes-devtools/aws-cli/aws-cli.inc create mode 100644 meta/recipes-devtools/aws-cli/aws-cli_1.11.66.bb
diff --git a/meta/recipes-devtools/aws-cli/aws-cli.inc b/meta/recipes-devtools/aws-cli/aws-cli.inc new file mode 100644 index 0000000..e9a2677 --- /dev/null +++ b/meta/recipes-devtools/aws-cli/aws-cli.inc @@ -0,0 +1,14 @@ +SUMMARY = "Amazon Web Services Command Line Interface" +DESCRIPTION = "The AWS Command Line Interface (CLI) is a \ +unified tool to manage your AWS services." +HOMEPAGE = "https://aws.amazon.com/cli/" +SECTION = "console/utils" + +SRC_URI = "https://github.com/aws/${BPN}/archive/${PV}.tar.gz" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=71a3e14f29ac5c23e1b5b934ca4ddfc9" + +S = "${WORKDIR}/${BPN}-${PV}" + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/aws-cli/aws-cli_1.11.66.bb b/meta/recipes-devtools/aws-cli/aws-cli_1.11.66.bb new file mode 100644 index 0000000..a96b71e --- /dev/null +++ b/meta/recipes-devtools/aws-cli/aws-cli_1.11.66.bb @@ -0,0 +1,5 @@ +require aws-cli.inc + +SRC_URI[md5sum] = "c556adb58d0234eb661520488b9b467f" +SRC_URI[sha256sum] = "2c1da406203e0a9b5c717004bd463228e4fa4fa8fe47208f0e1836c02bee6f60" + -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
