summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-01-24 14:34:00 +0000
committerKhem Raj <raj.khem@gmail.com>2025-01-24 18:27:39 -0800
commitbd4030df3ad0935a9513f7123b561e1198fcaf97 (patch)
tree889aaf0fe918f46bdab28980c0de17e1c51fce02
parent6ff48b6461aa729d52a7c8bd31de3d94e5e0c9a4 (diff)
downloadmeta-openembedded-bd4030df3ad0935a9513f7123b561e1198fcaf97.tar.gz
syslog-ng: remove obsolete double-run of configure
There do not appear to be libtool problems with syslog-ng, so the requirement to double-run autoreconf from 2017 must have been resolved. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb
index 7ad7ddf381..e489287c5a 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.7.0.bb
@@ -64,15 +64,6 @@ PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wra
64PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," 64PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
65PACKAGECONFIG[native] = "--enable-native,--disable-native,," 65PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
66 66
67do_configure:prepend() {
68 olddir=$(pwd)
69 cd ${AUTOTOOLS_SCRIPT_PATH}
70
71 ACLOCAL="$ACLOCAL" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} -I ${S}/m4 || die "extra autoreconf execution failed."
72
73 cd $olddir
74}
75
76do_install:append() { 67do_install:append() {
77 install -d ${D}${sysconfdir}/${BPN} 68 install -d ${D}${sysconfdir}/${BPN}
78 install -d ${D}${sysconfdir}/init.d 69 install -d ${D}${sysconfdir}/init.d