mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user