mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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> (cherry picked from commit d25967208bc8c4b1e2099e34150a67508744e4b9) Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
06fb36d33c
commit
0e02dfbd1f
@ -38,7 +38,7 @@ RDEPENDS:${PN}-ptest += " make bash python3-core python3-ctypes python3-json pyt
|
||||
|
||||
TESTDIR = "tests"
|
||||
|
||||
PRIVATE_LIBS:${PN}-ptest:append = "libnftables.so.1"
|
||||
PRIVATE_LIBS:${PN}-ptest:append = " libnftables.so.1"
|
||||
|
||||
do_install_ptest() {
|
||||
cp -rf ${S}/build-aux ${D}${PTEST_PATH}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user