mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +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 d25967208b)
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…
Reference in New Issue
Block a user