diff options
author | Yue Tao <Yue.Tao@windriver.com> | 2015-09-06 13:27:10 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-09-23 15:34:25 +0200 |
commit | 11d91e658ff2f9c38481f96c7b162ef6883da023 (patch) | |
tree | a80237662a3513337f9e4ff04732bfca52d74191 | |
parent | 1692d5c3020434404fc1ee6911a60b88287a5efb (diff) | |
download | meta-openembedded-11d91e658ff2f9c38481f96c7b162ef6883da023.tar.gz |
postgresql: set the tclsh as target path
The tclsh path in pltcl_listmod is set to sysroot, which causes pltcl_listmod
to fails to run on target, so fix the path to /usr/bin/tclsh.
$ pltcl_listmod
/usr/bin/pltcl_listmod: line 5: /buildarea1/WRLinux70-STD-0825/bitbake_build/tmp/sysroots/x86_64-linux/usr/bin/tclsh: No such file or directory
$
Signed-off-by: Yue Tao <Yue.Tao@windriver.com>
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/postgresql/postgresql.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc index 15fb7c7d4..2b8db3452 100644 --- a/meta-oe/recipes-support/postgresql/postgresql.inc +++ b/meta-oe/recipes-support/postgresql/postgresql.inc | |||
@@ -139,6 +139,7 @@ do_configure() { | |||
139 | -e "/^perl_embed_ldflags/s:${LIBPNA}:${STAGING_LIBDIR}:g" \ | 139 | -e "/^perl_embed_ldflags/s:${LIBPNA}:${STAGING_LIBDIR}:g" \ |
140 | -e "/^perl_embed_ldflags/s:${LIBNA}:${STAGING_LIBDIR}:g" \ | 140 | -e "/^perl_embed_ldflags/s:${LIBNA}:${STAGING_LIBDIR}:g" \ |
141 | -e "/^perl_embed_ldflags/s:${BLIBNA}:${STAGING_BASELIBDIR}:g" \ | 141 | -e "/^perl_embed_ldflags/s:${BLIBNA}:${STAGING_BASELIBDIR}:g" \ |
142 | -e "/^TCLSH/s:=.*:= ${bindir}/tclsh:g" \ | ||
142 | ${B}/src/Makefile.global | 143 | ${B}/src/Makefile.global |
143 | 144 | ||
144 | # workaround perl package's libperl.so problem | 145 | # workaround perl package's libperl.so problem |