mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 07:57:27 +00:00
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>
This commit is contained in:
@@ -64,15 +64,6 @@ PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wra
|
|||||||
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,,"
|
||||||
|
|
||||||
do_configure:prepend() {
|
|
||||||
olddir=$(pwd)
|
|
||||||
cd ${AUTOTOOLS_SCRIPT_PATH}
|
|
||||||
|
|
||||||
ACLOCAL="$ACLOCAL" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} -I ${S}/m4 || die "extra autoreconf execution failed."
|
|
||||||
|
|
||||||
cd $olddir
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
install -d ${D}${sysconfdir}/${BPN}
|
install -d ${D}${sysconfdir}/${BPN}
|
||||||
install -d ${D}${sysconfdir}/init.d
|
install -d ${D}${sysconfdir}/init.d
|
||||||
|
|||||||
Reference in New Issue
Block a user