Skip to content

Commit

Permalink
nftables: Fix missing leading whitespace with ':append'
Browse files Browse the repository at this point in the history
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 d259672)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
  • Loading branch information
nikomauno authored and akuster committed Jan 29, 2023
1 parent 06fb36d commit 0e02dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-networking/recipes-filter/nftables/nftables_1.0.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0e02dfb

Please sign in to comment.