mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
syslog-ng: Add examples PACKAGECONFIG option
There is not much point in building example modules for most people. But let's disable them with a PACKAGECONFIG option, so anybody actually interested can easily get them back. Signed-off-by: Esben Haabendal <esben@geanix.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3ddaf0456b
commit
71eef026d9
|
|
@ -64,6 +64,7 @@ PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
|
|||
PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
|
||||
PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
|
||||
PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
|
||||
PACKAGECONFIG[examples] = "--enable-example-modules,--disable-example-modules,,"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${sysconfdir}/${BPN}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user