Skip to content

Commit 0d0372a

Browse files
committed
google-cloud: add cpp package to package group
Signed-off-by: Scott Ware <[email protected]>
1 parent 7ec000e commit 0d0372a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

recipes-core/packagegroups/packagegroup-cloud-google_0.7.bb renamed to recipes-core/packagegroups/packagegroup-cloud-google_0.8.bb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PR = "r0"
77

88
PACKAGES = "${PN}"
99

10-
PACKAGECONFIG ??= "python"
10+
PACKAGECONFIG ??= "cpp python"
1111

1212
PACKAGECONFIG[python] = "\
1313
, \
@@ -16,3 +16,11 @@ PACKAGECONFIG[python] = "\
1616
python3-google-cloud-iot \
1717
python3-google-cloud-pubsub \
1818
"
19+
20+
PACKAGECONFIG[cpp] = "\
21+
, \
22+
, \
23+
, \
24+
google-cloud-cpp \
25+
google-cloud-cpp-dev \
26+
"

0 commit comments

Comments
 (0)