From: Hugo Villeneuve Date: Wed, 19 Nov 2025 02:52:07 +0000 (-0500) Subject: shairport-sync: reorder recipe X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=6bc60fe60c581bcabb20fb00c017e265d7696c06;p=yocto%2Fmeta-hvmpd.git shairport-sync: reorder recipe To follow Yocto guidelines. No functional change. Signed-off-by: Hugo Villeneuve --- diff --git a/recipes-multimedia/shairport-sync/shairport-sync_git.bb b/recipes-multimedia/shairport-sync/shairport-sync_git.bb index e124050..994a00f 100644 --- a/recipes-multimedia/shairport-sync/shairport-sync_git.bb +++ b/recipes-multimedia/shairport-sync/shairport-sync_git.bb @@ -2,6 +2,8 @@ DESCRIPTION = "AirPlay audio player. Shairport Sync adds multi-room capability w LICENSE="MIT" LIC_FILES_CHKSUM = "file://LICENSES;md5=9f329b7b34fcd334fb1f8e2eb03d33ff" +DEPENDS = " libconfig popt avahi openssl alsa-lib" + SRCBRANCH = "master" SRCREV = "${AUTOREV}" SRC_URI = "git://github.com/mikebrady/shairport-sync;protocol=https;branch=${SRCBRANCH}" @@ -13,6 +15,8 @@ SRC_URI += " \ S = "${WORKDIR}/git" +inherit autotools pkgconfig systemd useradd + EXTRA_OECONF = " \ --with-alsa \ --with-stdout \ @@ -24,10 +28,6 @@ EXTRA_OECONF = " \ --without-create-user-group \ " -DEPENDS = " libconfig popt avahi openssl alsa-lib" - -inherit autotools pkgconfig systemd - AIRPLAY_SERVER_NAME ?= "%h shairplay-sync" do_install:append() { @@ -48,8 +48,6 @@ SYSTEMD_SERVICE:${PN} = " \ shairport-sync.service \ " -inherit useradd - USERADD_PACKAGES = "${PN}" USERADD_PARAM:${PN} = " \ --system \