From: Hugo Villeneuve Date: Tue, 24 Sep 2024 20:16:57 +0000 (-0400) Subject: shairport-sync: return to official git repos X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=yocto%2Fmeta-hvmpd.git shairport-sync: return to official git repos 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. --- diff --git a/recipes-multimedia/shairport-sync/shairport-sync_git.bb b/recipes-multimedia/shairport-sync/shairport-sync_git.bb index 78f951e..e124050 100644 --- a/recipes-multimedia/shairport-sync/shairport-sync_git.bb +++ b/recipes-multimedia/shairport-sync/shairport-sync_git.bb @@ -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 \