mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
lmsensors-config: fix a warning about not existant S
Set the S variable to $WORKDIR to remove the warning about S being not existant (which is true for this package, since there are no original sources for it). Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
10d3c8f852
commit
a2366838e6
@@ -11,6 +11,7 @@ SRC_URI = "file://fancontrol \
|
|||||||
file://sensord.conf \
|
file://sensord.conf \
|
||||||
file://sensors.conf \
|
file://sensors.conf \
|
||||||
"
|
"
|
||||||
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
RDEPENDS_${PN}-dev = ""
|
RDEPENDS_${PN}-dev = ""
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user