To follow Yocto guidelines.
No functional change.
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
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}"
S = "${WORKDIR}/git"
+inherit autotools pkgconfig systemd useradd
+
EXTRA_OECONF = " \
--with-alsa \
--with-stdout \
--without-create-user-group \
"
-DEPENDS = " libconfig popt avahi openssl alsa-lib"
-
-inherit autotools pkgconfig systemd
-
AIRPLAY_SERVER_NAME ?= "%h shairplay-sync"
do_install:append() {
shairport-sync.service \
"
-inherit useradd
-
USERADD_PACKAGES = "${PN}"
USERADD_PARAM:${PN} = " \
--system \