mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
lmsensors: Remove unnecessary sed
The sed in in do_configure not necessary anymore with commit
fc88c96c4e (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:
committed by
Khem Raj
parent
8c555bf23e
commit
cb3d649b2b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user