]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
Fix indentation / coding style
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 2 Dec 2025 04:19:36 +0000 (23:19 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Fri, 23 Jan 2026 16:39:56 +0000 (11:39 -0500)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/shairport-sync/shairport-sync_git.bb
recipes-support/hvutils-lcd/hvutils-lcd.bb

index f906027ea3637d7fd75d32930c3681dba0e492ba..18a6bd2972d55d79ef557e7b258eef51318432f5 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "AirPlay audio player. Shairport Sync adds multi-room capability with Audio Synchronisation"
-LICENSE="MIT"
+LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSES;md5=9f329b7b34fcd334fb1f8e2eb03d33ff"
 
 DEPENDS = " libconfig popt avahi openssl alsa-lib"
index e866149668d4fff6d591d8b4876e273a441d4dd0..7d66979bbbf25fed031c1c39dfa9e76f5d1d9b8c 100644 (file)
@@ -7,12 +7,12 @@ PV = "0.0.1"
 
 SRC_URI += "file://hvutils-lcd.sh"
 
-RDEPENDS:${PN} +="bash dimonoff-scripts"
-
-do_install () {
+do_install() {
     # Common header shell script:
     install -d ${D}${bindir}
     install -m 0644 ${WORKDIR}/hvutils-lcd.sh ${D}${bindir}/
 }
 
 FILES:${PN} += "${bindir}/hvutils-lcd.sh"
+
+RDEPENDS:${PN} += "bash dimonoff-scripts"