mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +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
5f60c8ce81
commit
addfb0b786
@@ -11,6 +11,7 @@ SRC_URI = "file://fancontrol \
|
||||
file://sensord.conf \
|
||||
file://sensors.conf \
|
||||
"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user