aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_git.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2011-06-09 12:06:44 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 18:20:29 +0100
commit4b66ce472871618cfe4761861392b7f9c3c265b0 (patch)
tree1eab5c084661a8be9a6c6f7fb8fe05c904b27ca0 /meta/recipes-devtools/pseudo/pseudo_git.bb
parentdc15ddd1613035e3f7cf19556d9b7e6b025c7702 (diff)
downloadopenembedded-core-contrib-4b66ce472871618cfe4761861392b7f9c3c265b0.tar.gz
pseudo: Fix problem related to realpath
When pseudo is disabled, certain programs that call realpath may not work properly. This was discovered when using the Qt MOC tool when certain qmake project features are used. [YOCTO #1150] (From OE-Core rev: d1d87429d751e0bff115ff60d1b5fc55b8fa6249) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_git.bb')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb
index 6505958c4a..c1f0432d59 100644
--- a/meta/recipes-devtools/pseudo/pseudo_git.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_git.bb
@@ -1,6 +1,6 @@
require pseudo.inc
-SRCREV = "1d3e67cb168c3459e67a0b29f071ca30ed17dadc"
+SRCREV = "c2f7c5ad8ef0f9c94a2a8382c109c8c6e16c8b18"
PV = "1.1.1+git${SRCPV}"
PR = "r19"