summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Schlien <ts@ferncast.de>2025-01-24 15:21:18 +0100
committerKhem Raj <raj.khem@gmail.com>2025-01-25 09:28:57 -0800
commit37c5941592b529135ca878cc9aba5de285c15970 (patch)
tree44b5cf09cd3380fa959305e55f84cfc51911d9d5
parentc941e231adb4f68b002aa7ae2befb2b67077ec5b (diff)
downloadmeta-openembedded-37c5941592b529135ca878cc9aba5de285c15970.tar.gz
collectd: add PACKAGECONFIG for dpdk
Signed-off-by: Thomas Schlien <ts@ferncast.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.12.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
index ade688df7b..36aad73b19 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.12.0.bb
@@ -52,6 +52,7 @@ PACKAGECONFIG[ldap] = "--enable-openldap --with-libldap,--disable-openldap --wit
52PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool" 52PACKAGECONFIG[rrdtool] = "--enable-rrdtool,--disable-rrdtool,rrdtool"
53PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdtool" 53PACKAGECONFIG[rrdcached] = "--enable-rrdcached,--disable-rrdcached,rrdtool"
54PACKAGECONFIG[python] = "--enable-python,--disable-python" 54PACKAGECONFIG[python] = "--enable-python,--disable-python"
55PACKAGECONFIG[dpdk] = "--with-libdpdk,--without-libdpdk,dpdk"
55 56
56EXTRA_OECONF = " \ 57EXTRA_OECONF = " \
57 ${FPLAYOUT} \ 58 ${FPLAYOUT} \