From 650a9a0258d74b893c6ed663116d66462bf0f0aa Mon Sep 17 00:00:00 2001 From: John Klug Date: Tue, 14 Jul 2020 16:54:37 -0500 Subject: Add spaces around depends assignment --- recipes-kernel/rs9113/rs9113_1.6.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/rs9113') diff --git a/recipes-kernel/rs9113/rs9113_1.6.1.bb b/recipes-kernel/rs9113/rs9113_1.6.1.bb index 7bf5f9c..f06d070 100644 --- a/recipes-kernel/rs9113/rs9113_1.6.1.bb +++ b/recipes-kernel/rs9113/rs9113_1.6.1.bb @@ -2,7 +2,7 @@ require rs9113.inc DESCRIPTION = "USB Driver for Redpine RS9113" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Proprietary;md5=0557f9d92cf58f2ccdd50f62f8ac0b28" -do_fetch[depends]+="virtual/kernel:do_shared_workdir" +do_fetch[depends] += "virtual/kernel:do_shared_workdir" PROVIDES = "rs9113" FILES_${PN} = "/opt/rs9113 ${sbindir} ${sysconfdir}" RDEPENDS_${PN}-noarch += "bash" -- cgit v1.2.3