Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] aws-cli_1.11.66.bb: Initial commit of aws-cli
@ 2017-03-28 11:40 Elizabeth 'pidge' Flanagan
  2017-03-28 11:40 ` [PATCH 2/2] bitbake.conf: Add aws-cli support Elizabeth 'pidge' Flanagan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Elizabeth 'pidge' Flanagan @ 2017-03-28 11:40 UTC (permalink / raw)
  To: openembedded-core

With fetch2 supporting s3, having an aws-cli recipe makes sense.

Signed-off-by: Elizabeth 'pidge' Flanagan <pidge@toganlabs.com>
---
 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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-28 16:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 11:40 [PATCH 1/2] aws-cli_1.11.66.bb: Initial commit of aws-cli Elizabeth 'pidge' Flanagan
2017-03-28 11:40 ` [PATCH 2/2] bitbake.conf: Add aws-cli support Elizabeth 'pidge' Flanagan
2017-03-28 13:34   ` Richard Purdie
2017-03-28 12:02 ` ✗ patchtest: failure for "aws-cli_1.11.66.bb: Initial co..." and 1 more Patchwork
2017-03-28 16:50 ` [PATCH 1/2] aws-cli_1.11.66.bb: Initial commit of aws-cli Andre McCurdy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox