diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2023-01-29 09:47:47 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-01-29 11:22:13 -0500 |
| commit | 0e02dfbd1f9456a59cea5f8da383899f79128222 (patch) | |
| tree | ccef07bfe12bb1a430d33c66f64586be749710a9 /meta-networking | |
| parent | 06fb36d33cb35e48c07532a868ddc5ffc2244743 (diff) | |
| download | meta-openembedded-0e02dfbd1f9456a59cea5f8da383899f79128222.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>
(cherry picked from commit d25967208bc8c4b1e2099e34150a67508744e4b9)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking')
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.2.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.2.bb index e078be79a1..080a0ed85c 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.0.2.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.0.2.bb | |||
| @@ -38,7 +38,7 @@ RDEPENDS:${PN}-ptest += " make bash python3-core python3-ctypes python3-json pyt | |||
| 38 | 38 | ||
| 39 | TESTDIR = "tests" | 39 | TESTDIR = "tests" |
| 40 | 40 | ||
| 41 | PRIVATE_LIBS:${PN}-ptest:append = "libnftables.so.1" | 41 | PRIVATE_LIBS:${PN}-ptest:append = " libnftables.so.1" |
| 42 | 42 | ||
| 43 | do_install_ptest() { | 43 | do_install_ptest() { |
| 44 | cp -rf ${S}/build-aux ${D}${PTEST_PATH} | 44 | cp -rf ${S}/build-aux ${D}${PTEST_PATH} |
