diff options
author | Chunrong Guo <B40290@freescale.com> | 2015-04-24 15:53:25 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:25:52 +0200 |
commit | a0616822dd72491ae3aa7cee057ffcca1ada2d98 (patch) | |
tree | 120630b63cf476903622e936f19ef7bdfccffeb1 /meta-oe/recipes-support/fbset | |
parent | 894298d9306a8aaa74ac2eff459ef343ea6d4993 (diff) | |
download | meta-openembedded-a0616822dd72491ae3aa7cee057ffcca1ada2d98.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support/fbset')
-rw-r--r-- | meta-oe/recipes-support/fbset/fbset-modes.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb index 1310e6f7b..88f7a4ff1 100644 --- a/meta-oe/recipes-support/fbset/fbset-modes.bb +++ b/meta-oe/recipes-support/fbset/fbset-modes.bb | |||
@@ -6,6 +6,7 @@ PV = "0.1.0" | |||
6 | PR = "r6" | 6 | PR = "r6" |
7 | 7 | ||
8 | SRC_URI = "file://fb.modes" | 8 | SRC_URI = "file://fb.modes" |
9 | S = "${WORKDIR}" | ||
9 | 10 | ||
10 | do_install() { | 11 | do_install() { |
11 | install -d ${D}${sysconfdir} | 12 | install -d ${D}${sysconfdir} |