summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.0.2.bb2
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
39TESTDIR = "tests" 39TESTDIR = "tests"
40 40
41PRIVATE_LIBS:${PN}-ptest:append = "libnftables.so.1" 41PRIVATE_LIBS:${PN}-ptest:append = " libnftables.so.1"
42 42
43do_install_ptest() { 43do_install_ptest() {
44 cp -rf ${S}/build-aux ${D}${PTEST_PATH} 44 cp -rf ${S}/build-aux ${D}${PTEST_PATH}