shairport-sync: switch to hvilleneuve29 temporary fork
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 9 Mar 2024 01:48:40 +0000 (20:48 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 28 May 2024 19:00:29 +0000 (15:00 -0400)
Use development_yocto branch.

recipes-multimedia/shairport-sync/shairport-sync_git.bb

index 9c104dd..489db44 100644 (file)
@@ -2,9 +2,9 @@ DESCRIPTION = "AirPlay audio player. Shairport Sync adds multi-room capability w
 LICENSE="MIT"
 LIC_FILES_CHKSUM = "file://LICENSES;md5=9f329b7b34fcd334fb1f8e2eb03d33ff"
 
-SRCBRANCH = "master"
-SRCREV = "165431a8973d06a5d18fe3e26e2981612ea7701b"
-SRC_URI = "git://github.com/mikebrady/shairport-sync;protocol=https;branch=${SRCBRANCH}"
+SRCBRANCH = "development_yocto"
+SRCREV = "${AUTOREV}"
+SRC_URI = "git://github.com/hvilleneuve29/shairport-sync;protocol=https;branch=${SRCBRANCH}"
 
 SRC_URI += " \
     file://0001-yocto-disable-user-group-creation.patch \