mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +00: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:
committed by
Khem Raj
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[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
|
||||||
PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
|
PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
|
||||||
PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
|
PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
|
||||||
|
PACKAGECONFIG[examples] = "--enable-example-modules,--disable-example-modules,,"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -d ${D}${sysconfdir}/${BPN}
|
install -d ${D}${sysconfdir}/${BPN}
|
||||||
|
|||||||
Reference in New Issue
Block a user