[oe] [meta-oe][PATCH] fbset-modes: fix a warning about not existant S

b40290 at freescale.com b40290 at freescale.com
Fri Apr 24 07:53:25 UTC 2015


From: Chunrong Guo <B40290 at freescale.com>

   Set the S variable to $WORKDIR to remove the warning about S being not
existant

Signed-off-by: Chunrong Guo <B40290 at freescale.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}
-- 
1.9.2




More information about the Openembedded-devel mailing list