mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:45:05 +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:
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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user