diff mbox series

[meta-networking] nftables: Fix missing leading whitespace with ':append'

Message ID 20230124121334.3889094-1-niko.mauno@vaisala.com
State Under Review
Headers show
Series [meta-networking] nftables: Fix missing leading whitespace with ':append' | expand

Commit Message

Niko Mauno Jan. 24, 2023, 12:13 p.m. UTC
Mitigate occurence where ':append' operator is used and leading
whitespace character is obviously missing, risking inadvertent
string concatenation.

Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
---
 meta-networking/recipes-filter/nftables/nftables_1.0.6.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb
index fb9c6e7d6..f43a223ac 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb
@@ -37,7 +37,7 @@  RDEPENDS:${PN}-ptest += " ${PN}-python bash make iproute2 iputils-ping procps py
 
 TESTDIR = "tests"
 
-PRIVATE_LIBS:${PN}-ptest:append = "libnftables.so.1"
+PRIVATE_LIBS:${PN}-ptest:append = " libnftables.so.1"
 
 do_install:append() {
     # Avoid "contains reference to TMPDIR" warning