summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2023-01-24 12:13:34 +0000
committerKhem Raj <raj.khem@gmail.com>2023-01-25 08:51:25 -0800
commitd25967208bc8c4b1e2099e34150a67508744e4b9 (patch)
tree1e706f6ec3a7a39ca1dc9a5d04356f59432ca5eb /meta-networking/recipes-filter
parent6a87f2ba9cdd4b9689b0d1c86b2e99071d1e069b (diff)
downloadmeta-openembedded-d25967208bc8c4b1e2099e34150a67508744e4b9.tar.gz
nftables: Fix missing leading whitespace with ':append'
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-filter')
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.6.bb2
1 files changed, 1 insertions, 1 deletions
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
37 37
38TESTDIR = "tests" 38TESTDIR = "tests"
39 39
40PRIVATE_LIBS:${PN}-ptest:append = "libnftables.so.1" 40PRIVATE_LIBS:${PN}-ptest:append = " libnftables.so.1"
41 41
42do_install:append() { 42do_install:append() {
43 # Avoid "contains reference to TMPDIR" warning 43 # Avoid "contains reference to TMPDIR" warning