shairport-sync: return to official git repos master
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Sep 2024 20:16:57 +0000 (16:16 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Tue, 24 Sep 2024 20:16:59 +0000 (16:16 -0400)
Required commit 2dfeaa68 ("Add configure option to enable/disable creation of user/group")
has been merged into the master branch of the official shairport-sync git repos.

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

index 78f951e..e124050 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 = "development_yocto"
+SRCBRANCH = "master"
 SRCREV = "${AUTOREV}"
-SRC_URI = "git://github.com/hvilleneuve29/shairport-sync;protocol=https;branch=${SRCBRANCH}"
+SRC_URI = "git://github.com/mikebrady/shairport-sync;protocol=https;branch=${SRCBRANCH}"
 
 SRC_URI += " \
     file://shairport-sync.conf.in \