summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb9
1 files changed, 8 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb
index 7d8ce9f80..6f88b5fe3 100644
--- a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb
+++ b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.7.bb
@@ -14,7 +14,14 @@ SRC_URI = "http://www.netfilter.org/projects/conntrack-tools/files/conntrack-too
14" 14"
15SRC_URI[sha256sum] = "099debcf57e81690ced57f516b493588a73518f48c14d656f823b29b4fc24b5d" 15SRC_URI[sha256sum] = "099debcf57e81690ced57f516b493588a73518f48c14d656f823b29b4fc24b5d"
16 16
17inherit autotools update-rc.d pkgconfig 17inherit autotools update-rc.d pkgconfig systemd
18
19PACKAGECONFIG ?= "cthelper cttimeout \
20 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
21
22PACKAGECONFIG[cthelper] = "--enable-cthelper,--disable-cthelper"
23PACKAGECONFIG[cttimeout] = "--enable-cttimeout,--disable-cttimeout"
24PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
18 25
19INITSCRIPT_NAME = "conntrackd" 26INITSCRIPT_NAME = "conntrackd"
20 27