Skip to content

Commit 997a7f0

Browse files
bdecouteamstewart
authored andcommitted
packagegroup-ni-internal-dep: add mosquitto and paho-mqtt-cpp dep to PESS
(cherry picked from commit 90be430) Signed-off-by: Alex Stewart <[email protected]> (cherry picked from commit 214ac3f) Signed-off-by: Alex Stewart <[email protected]>
1 parent 8a392e7 commit 997a7f0

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

files/group

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ sshd:x:344:
6666
rwhod:x:343:
6767
opensaf:x:342:
6868
tracing:x:341:
69+
mosquitto:x:340:
6970
# free space
7071
radiusd:x:301:
7172
postgres:x:28:

files/passwd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ avahi:x:348::::
5454
sshd:x:344::::
5555
rwhod:x:343::::
5656
opensaf:x:342::::
57+
mosquitto:x:340::::
5758
# free space
5859
radiusd:x:301::::
5960
postgres:x:28::::

recipes-core/packagegroups/packagegroup-ni-internal-deps.bb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,11 @@ RDEPENDS:${PN} += "\
113113
ntp-tickadj \
114114
ntp-utils \
115115
"
116+
117+
# Required by PESS hps, volta, ers-sic
118+
# TEAM: T&M BU - PESS
119+
# Contact: Bart Decoutere <[email protected]>
120+
RDEPENDS:${PN} += "\
121+
mosquitto \
122+
paho-mqtt-cpp \
123+
"

0 commit comments

Comments
 (0)