Skip to content

Commit c17944e

Browse files
authored
Merge branch 'develop' into topic/RDK-51094
2 parents 2f4608d + 91976ff commit c17944e

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

conf/include/generic-pkgrev.inc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,31 +129,31 @@ PV:pn-librsvg = "2.40.21"
129129
PR:pn-librsvg = "r0"
130130
PACKAGE_ARCH:pn-librsvg = "${MIDDLEWARE_ARCH}"
131131

132-
PV:pn-entservices-casting = "1.0.6"
132+
PV:pn-entservices-casting = "1.0.7"
133133
PR:pn-entservices-casting = "r0"
134134
PACKAGE_ARCH:pn-entservices-casting = "${MIDDLEWARE_ARCH}"
135135

136136
PV:pn-entservices-connectivity = "1.0.1"
137137
PR:pn-entservices-connectivity = "r0"
138138
PACKAGE_ARCH:pn-entservices-connectivity = "${MIDDLEWARE_ARCH}"
139139

140-
PV:pn-entservices-deviceanddisplay = "1.1.5"
140+
PV:pn-entservices-deviceanddisplay = "1.1.6"
141141
PR:pn-entservices-deviceanddisplay = "r0"
142142
PACKAGE_ARCH:pn-entservices-deviceanddisplay = "${MIDDLEWARE_ARCH}"
143143

144-
PV:pn-entservices-infra = "1.1.12"
144+
PV:pn-entservices-infra = "1.1.15"
145145
PR:pn-entservices-infra = "r0"
146146
PACKAGE_ARCH:pn-entservices-infra = "${MIDDLEWARE_ARCH}"
147147

148-
PV:pn-entservices-inputoutput = "1.0.9"
148+
PV:pn-entservices-inputoutput = "1.0.11"
149149
PR:pn-entservices-inputoutput = "r0"
150150
PACKAGE_ARCH:pn-entservices-inputoutput = "${MIDDLEWARE_ARCH}"
151151

152152
PV:pn-entservices-mediaanddrm = "1.1.0"
153153
PR:pn-entservices-mediaanddrm = "r0"
154154
PACKAGE_ARCH:pn-entservices-mediaanddrm = "${MIDDLEWARE_ARCH}"
155155

156-
PV:pn-entservices-peripherals = "1.0.3"
156+
PV:pn-entservices-peripherals = "1.0.4"
157157
PR:pn-entservices-peripherals = "r0"
158158
PACKAGE_ARCH:pn-entservices-peripherals = "${MIDDLEWARE_ARCH}"
159159

@@ -242,7 +242,7 @@ PACKAGE_ARCH:pn-libflac = "${MIDDLEWARE_ARCH}"
242242

243243
PACKAGE_ARCH:pn-wpeframework = "${MIDDLEWARE_ARCH}"
244244

245-
PV:pn-entservices-apis = "1.3.5"
245+
PV:pn-entservices-apis = "1.3.6"
246246
PR:pn-entservices-apis = "r0"
247247
PACKAGE_ARCH:pn-entservices-apis = "${MIDDLEWARE_ARCH}"
248248

recipes-core/packagegroups/packagegroup-middleware-layer.bb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PACKAGE_ARCH = "${MIDDLEWARE_ARCH}"
33

44
LICENSE = "MIT"
55

6-
inherit packagegroup volatile-bind-gen
6+
inherit packagegroup
77

88
# For interim development and package depolyment to test should be using pre release tags
99
PV = "1.2.0"
@@ -154,6 +154,7 @@ RDEPENDS:${PN} = " \
154154
taglib \
155155
tzdata \
156156
util-linux \
157+
volatile-binds \
157158
${@bb.utils.contains('DISTRO_FEATURES', 'enable_gdb_support', "gdb ", "", d)} \
158159
jquery \
159160
ndisc6-rdnssd \

0 commit comments

Comments
 (0)