From: Hugo Villeneuve Date: Tue, 2 Dec 2025 04:19:36 +0000 (-0500) Subject: Fix indentation / coding style X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=8c33d0ba6c1f709acb800d399ecd702312eab9a9;p=yocto%2Fmeta-hvmpd.git Fix indentation / coding style 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 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"