Fix indentation / coding style kirkstone
authorHugo Villeneuve <hugo@hugovil.com>
Tue, 2 Dec 2025 04:19:36 +0000 (23:19 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 3 Dec 2025 15:39:47 +0000 (10: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 f906027..18a6bd2 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 e866149..7d66979 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"