lmsensors: Remove unnecessary sed

The sed in in do_configure not necessary anymore with commit
fc88c96c4e40 (lmsensors: Fix build without sensord). Remove it to
simplify the recipe.

Suggested-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
Signed-off-by: Leonard Anderweit <l.anderweit@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Leonard Anderweit 2025-05-05 11:46:22 +02:00 committed by Khem Raj
parent 8c555bf23e
commit cb3d649b2b
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -52,10 +52,6 @@ EXTRA_OEMAKE = 'EXLDFLAGS="${LDFLAGS}" \
CC="${CC}" AR="${AR}" \
PROG_EXTRA="sensors ${PACKAGECONFIG_CONFARGS}"'
do_configure:prepend() {
sed -i -e 's:^#\(PROG_EXTRA\):\1:' ${S}/Makefile
}
do_compile() {
# Respect LDFLAGS
sed -i -e 's/\$(LIBDIR)$/\$(LIBDIR) \$(LDFLAGS)/g' ${S}/Makefile