From 8c33d0ba6c1f709acb800d399ecd702312eab9a9 Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 1 Dec 2025 23:19:36 -0500 Subject: [PATCH] Fix indentation / coding style Signed-off-by: Hugo Villeneuve --- recipes-multimedia/shairport-sync/shairport-sync_git.bb | 2 +- recipes-support/hvutils-lcd/hvutils-lcd.bb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-multimedia/shairport-sync/shairport-sync_git.bb b/recipes-multimedia/shairport-sync/shairport-sync_git.bb index f906027..18a6bd2 100644 --- a/recipes-multimedia/shairport-sync/shairport-sync_git.bb +++ b/recipes-multimedia/shairport-sync/shairport-sync_git.bb @@ -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" diff --git a/recipes-support/hvutils-lcd/hvutils-lcd.bb b/recipes-support/hvutils-lcd/hvutils-lcd.bb index e866149..7d66979 100644 --- a/recipes-support/hvutils-lcd/hvutils-lcd.bb +++ b/recipes-support/hvutils-lcd/hvutils-lcd.bb @@ -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" -- 2.20.1