summaryrefslogtreecommitdiff
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:23 +0100
commitd1d87429d751e0bff115ff60d1b5fc55b8fa6249 (patch)
tree97ea9fabc63b96ccda52039ee72925d7bf9fb9fa /meta/recipes-devtools/pseudo/pseudo_git.bb
parentd3e105451413617cf6415ae1600dc063f3d8d452 (diff)
downloadopenembedded-core-d1d87429d751e0bff115ff60d1b5fc55b8fa6249.tar.gz
openembedded-core-d1d87429d751e0bff115ff60d1b5fc55b8fa6249.tar.bz2
openembedded-core-d1d87429d751e0bff115ff60d1b5fc55b8fa6249.tar.xz
openembedded-core-d1d87429d751e0bff115ff60d1b5fc55b8fa6249.zip
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] Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
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 6505958c4..c1f0432d5 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"