summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-01-12 16:25:58 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-25 15:59:58 +0100
commitbe4fe430356085cdc58404d82bfc5e13b55596a2 (patch)
tree01e07a1c983d389818f7d0b95ada2dfa1b0f2491 /meta-oe
parent726862b3f8a1eb225e71e0e82411d3f2bfbf758c (diff)
downloadmeta-openembedded-be4fe430356085cdc58404d82bfc5e13b55596a2.tar.gz
syslog-ng: drop attempts to disable LFS
Forcefully disabling Large File Support in packages which enable it by default is probably not the right thing to do anymore. Since the syslog-ng configure.in file has been renamed to configure.ac, the existing sed command would fail anyway. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/syslog-ng/syslog-ng.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index 0acdd733c..4a6627249 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
@@ -56,10 +56,6 @@ PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
56PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," 56PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
57PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," 57PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
58 58
59do_configure_prepend() {
60 eval "${@bb.utils.contains('DISTRO_FEATURES', 'largefile', '', 'sed -i -e "s/-D_LARGEFILE_SOURCE//" -e "s/-D_FILE_OFFSET_BITS=64//" ${S}/configure.in', d)}"
61}
62
63do_install_prepend() { 59do_install_prepend() {
64 sed -i -e 's,@SBINDIR@,${sbindir},g' ${S}/contrib/systemd/*.service 60 sed -i -e 's,@SBINDIR@,${sbindir},g' ${S}/contrib/systemd/*.service
65 sed -i -e 's,@LOCALSTATEDIR@,${localstatedir},g' ${S}/contrib/systemd/*.service 61 sed -i -e 's,@LOCALSTATEDIR@,${localstatedir},g' ${S}/contrib/systemd/*.service