diff mbox series

[meta-arago,master,2/2] arago.conf: Remove open62541 pkgconfig

Message ID 20230629164134.2008-2-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master,1/2] open62541: Move to version 1.3.6 from meta-networking | expand

Commit Message

Ryan Eatmon June 29, 2023, 4:41 p.m. UTC
The newer version of open62541 has encryption by default, and the
available options changed in 1.3.6.  So remove our setting.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 3 ---
 1 file changed, 3 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 59b09dcc..d9f84cbd 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -107,9 +107,6 @@  PACKAGECONFIG:append:pn-piglit = " \
 PACKAGECONFIG:pn-opengl-es-cts = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "surfaceless", d)}"
 PACKAGECONFIG:pn-vulkan-cts = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "surfaceless", d)}"
 
-# Enable encryption support in open62541
-PACKAGECONFIG:append:pn-open62541 = " encrypt"
-
 # Enable netperf intervals/pacing and histogram
 PACKAGECONFIG:append:pn-netperf = " intervals histogram"