aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/formfactor/formfactor_0.0.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2012-03-06 23:55:37 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-08 12:18:09 -0800
commitfb2df75e1552e60c67449c06cd80accc40ea534e (patch)
treefa456d2f103b9b8676476f01d1ab03fdd2496d0f /meta/recipes-bsp/formfactor/formfactor_0.0.bb
parent7588a4f2e2728da0ff7a773b18527f3711b138f2 (diff)
downloadopenembedded-core-contrib-fb2df75e1552e60c67449c06cd80accc40ea534e.tar.gz
formfactor: use full path to fbset
When using rootless X, /usr/sbin is not in PATH and thus running "fbset" will fail; so specify /usr/sbin/fbset instead. Fixes [YOCTO #1986] Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/formfactor/formfactor_0.0.bb')
-rw-r--r--meta/recipes-bsp/formfactor/formfactor_0.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/formfactor/formfactor_0.0.bb b/meta/recipes-bsp/formfactor/formfactor_0.0.bb
index abf20e089e..31b4490d15 100644
--- a/meta/recipes-bsp/formfactor/formfactor_0.0.bb
+++ b/meta/recipes-bsp/formfactor/formfactor_0.0.bb
@@ -3,7 +3,7 @@ SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-PR = "r19"
+PR = "r20"
SRC_URI = "file://config file://machconfig"
S = "${WORKDIR}"