Commit 245b7348 authored by Florent Revest's avatar Florent Revest

dsme: fixes QA warning because of a -L/lib parameter

parent be5d77a7
......@@ -18,7 +18,7 @@ B = "${WORKDIR}/git"
EXTRA_OECONF= " --disable-poweron-timer --disable-upstart --enable-systemd --enable-runlevel --enable-pwrkeymonitor --disable-static --includedir=${STAGING_INCDIR} --oldincludedir=${STAGING_INCDIR}"
do_configure_prepend() {
sed -i "s/\lsystemd-daemon/lsystemd/" dsme/Makefile.am
sed -i "s@-L/lib -lsystemd-daemon@-lsystemd@" dsme/Makefile.am
sed -i "s@LDFLAGS \= \-pthread@LDFLAGS \= \-L${STAGING_DIR_TARGET}/usr/lib \-pthread@" modules/Makefile.am
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment