* [PATCH] base: Clean up FILESPATH definition
@ 2019-11-06 22:46 Jan Kiszka
2019-11-12 5:17 ` Baurzhan Ismagulov
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2019-11-06 22:46 UTC (permalink / raw)
To: isar-users; +Cc: Vijai Kumar K
From: Jan Kiszka <jan.kiszka@siemens.com>
Consistently use an array - and spaces.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/classes/base.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass
index 0670430..b485675 100644
--- a/meta/classes/base.bbclass
+++ b/meta/classes/base.bbclass
@@ -19,7 +19,7 @@
# OTHER DEALINGS IN THE SOFTWARE.
THISDIR = "${@os.path.dirname(d.getVar('FILE', True))}"
-FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${PF}","${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}", "${FILE_DIRNAME}/files","${FILE_DIRNAME}"], d)}"
+FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${PF}", "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", "${FILE_DIRNAME}/files", "${FILE_DIRNAME}"], d)}"
def get_deb_host_arch():
import subprocess
--
2.16.4
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] base: Clean up FILESPATH definition
2019-11-06 22:46 [PATCH] base: Clean up FILESPATH definition Jan Kiszka
@ 2019-11-12 5:17 ` Baurzhan Ismagulov
0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2019-11-12 5:17 UTC (permalink / raw)
To: isar-users
On Wed, Nov 06, 2019 at 11:46:17PM +0100, Jan Kiszka wrote:
> Consistently use an array - and spaces.
Applied to next, thanks.
With kind regards,
Baurzhan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-12 5:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-06 22:46 [PATCH] base: Clean up FILESPATH definition Jan Kiszka
2019-11-12 5:17 ` Baurzhan Ismagulov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox