[oe-commits] Chunrong Guo : fbset-modes: fix a warning about not existant S

git at git.openembedded.org git at git.openembedded.org
Fri Apr 24 13:13:04 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: af7601b8933cabcc9d27a168f127ed4f00d6bbbe
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=af7601b8933cabcc9d27a168f127ed4f00d6bbbe

Author: Chunrong Guo <B40290 at freescale.com>
Date:   Fri Apr 24 15:53:25 2015 +0800

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 at freescale.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/fbset/fbset-modes.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-support/fbset/fbset-modes.bb b/meta-oe/recipes-support/fbset/fbset-modes.bb
index 1310e6f..88f7a4f 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"
 PR = "r6"
 
 SRC_URI = "file://fb.modes"
+S = "${WORKDIR}"
 
 do_install() {
     install -d ${D}${sysconfdir}



More information about the Openembedded-commits mailing list