summaryrefslogtreecommitdiffstats
path: root/recipes-test
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-05-05 20:04:28 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2021-05-05 20:04:28 +0200
commit4c1450800aadb7dcd26819fcc14586bd572abc56 (patch)
tree72002a441dbb611780d16c8a882f51008a60d8f9 /recipes-test
parentf72b346589659e2936c4fa959816e4347dcf849e (diff)
Update pyagl SRCREV to add audiomixer update
This adds: Update audiomixer binding default control Bug-AGL: SPEC-3907 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I2deb21b40e279634818b3241230d28971b53ddc2
Diffstat (limited to 'recipes-test')
-rw-r--r--recipes-test/pyagl/pyagl_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-test/pyagl/pyagl_git.bb b/recipes-test/pyagl/pyagl_git.bb
index 07b91c67..a2dc273f 100644
--- a/recipes-test/pyagl/pyagl_git.bb
+++ b/recipes-test/pyagl/pyagl_git.bb
@@ -4,7 +4,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/pyagl;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "5a7414cbc1b371f4b83f94eaaf7501765b6bec26"
+SRCREV = "137a32d3b0068e2141ed9aab23d8a8956c0cb094"
PV = "${AGL_BRANCH}+git${SRCPV}"
S = "${WORKDIR}/git"
209' href='#n209'>209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363