From ff949f6b2c7a82a84194ab233c0400c818e0a26d Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Fri, 8 Mar 2024 20:48:40 -0500 Subject: [PATCH] shairport-sync: switch to hvilleneuve29 temporary fork Use development_yocto branch. --- recipes-multimedia/shairport-sync/shairport-sync_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-multimedia/shairport-sync/shairport-sync_git.bb b/recipes-multimedia/shairport-sync/shairport-sync_git.bb index 9c104dd..489db44 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 = "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 \ -- 2.20.1