mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 09:56:14 +00:00
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:
parent
8c555bf23e
commit
cb3d649b2b
@ -52,10 +52,6 @@ EXTRA_OEMAKE = 'EXLDFLAGS="${LDFLAGS}" \
|
|||||||
CC="${CC}" AR="${AR}" \
|
CC="${CC}" AR="${AR}" \
|
||||||
PROG_EXTRA="sensors ${PACKAGECONFIG_CONFARGS}"'
|
PROG_EXTRA="sensors ${PACKAGECONFIG_CONFARGS}"'
|
||||||
|
|
||||||
do_configure:prepend() {
|
|
||||||
sed -i -e 's:^#\(PROG_EXTRA\):\1:' ${S}/Makefile
|
|
||||||
}
|
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
# Respect LDFLAGS
|
# Respect LDFLAGS
|
||||||
sed -i -e 's/\$(LIBDIR)$/\$(LIBDIR) \$(LDFLAGS)/g' ${S}/Makefile
|
sed -i -e 's/\$(LIBDIR)$/\$(LIBDIR) \$(LDFLAGS)/g' ${S}/Makefile
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user