mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +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"
|
PR = "r6"
|
||||||
|
|
||||||
SRC_URI = "file://fb.modes"
|
SRC_URI = "file://fb.modes"
|
||||||
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${sysconfdir}
|
install -d ${D}${sysconfdir}
|
||||||
|
|||||||
Reference in New Issue
Block a user