From: Alexander Yurkov <[email protected]>

Breaking change: Awk will now be turned off by default.
The change is introduced to avoid licensing issues: Syslog-ng is GPLv2,
gawk is GPLv3.

Signed-off-by: Alexander Yurkov <[email protected]>
---
 meta-oe/recipes-support/syslog-ng/syslog-ng_4.11.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.11.0.bb 
b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.11.0.bb
index 9c6f62856b..65cb8f7db2 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.11.0.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.11.0.bb
@@ -67,6 +67,7 @@ PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
 PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
 PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
 PACKAGECONFIG[examples] = 
"--enable-example-modules,--disable-example-modules,,"
+PACKAGECONFIG[scl-syslogconf-awk] = 
"--enable-scl-syslogconf-awk,--disable-scl-syslogconf-awk,,gawk"
 
 do_install:append() {
     install -d ${D}${sysconfdir}/${BPN}
@@ -108,7 +109,7 @@ do_install:append() {
 }
 
 FILES:${PN} += "${datadir}/include/scl/ ${datadir}/xsd ${datadir}/tools 
${systemd_unitdir}/system/multi-user.target.wants/*"
-RDEPENDS:${PN} += "gawk 
${@bb.utils.contains('PACKAGECONFIG','json','${PN}-jconf','',d)}"
+RDEPENDS:${PN} += 
"${@bb.utils.contains('PACKAGECONFIG','json','${PN}-jconf','',d)}"
 
 FILES:${PN}-jconf += " \
 ${datadir}/${BPN}/include/scl/cim \
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#127288): 
https://lists.openembedded.org/g/openembedded-devel/message/127288
Mute This Topic: https://lists.openembedded.org/mt/119545564/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to