mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 07:28:56 +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:
parent
10d3c8f852
commit
a2366838e6
@ -11,6 +11,7 @@ SRC_URI = "file://fancontrol \
|
||||
file://sensord.conf \
|
||||
file://sensors.conf \
|
||||
"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user