mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
fbset-modes: fix a warning about not existant S
Set the S variable to $WORKDIR to remove the warning about S being not existant Signed-off-by: Chunrong Guo <B40290@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
894298d930
commit
a0616822dd
@@ -6,6 +6,7 @@ PV = "0.1.0"
|
||||
PR = "r6"
|
||||
|
||||
SRC_URI = "file://fb.modes"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${sysconfdir}
|
||||
|
||||
Reference in New Issue
Block a user