summaryrefslogtreecommitdiffstats
path: root/external/meta-iot-cloud/recipes-core/packagegroups/packagegroup-cloud-google_0.5.bb
blob: 2201f6ba3218ece0a2c5325ccd0ab640c6d31b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DESCRIPTION = "Packages for the Google Cloud Platform."
LICENSE = "MIT"

inherit packagegroup

PR = "r0"

PACKAGES = "${PN}"

PACKAGECONFIG ??= "cli node-red python"

PACKAGECONFIG[node-red] = "\
    , \
    , \
    , \
    node-red-contrib-google-cloud \
"

PACKAGECONFIG[cli] = "\
    , \
    , \
    , \
    google-cloud-sdk \
"

PACKAGECONFIG[python] = "\
    , \
    , \
    , \
    python3-google-cloud-pubsub \
"