haproxy: fix for the sbindir

The SBINDIR should not point to bindir

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Jackie Huang 2020-04-24 16:26:31 +08:00 committed by Babak Sarashki
parent 0fbf452b42
commit dee89cee22

View File

@ -59,7 +59,7 @@ do_configure() {
}
do_compile() {
oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" SBINDIR="${bindir}" \
oe_runmake CC="${CC}" CFLAGS="${CFLAGS}" SBINDIR="${sbindir}" \
PREFIX="${prefix}" \
ZLIB_INC=${STAGING_INCDIR} \
ZLIB_LIB=${STAGING_LIBDIR} \
@ -74,7 +74,7 @@ do_compile() {
do_install() {
oe_runmake install-bin \
PREFIX="${prefix}" \
SBINDIR="${bindir}" \
SBINDIR="${sbindir}" \
DESTDIR=${D} \
INCLUDEDIR=${includedir}