aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libtinyxml2
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2016-02-22 13:54:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-02-25 17:47:24 +0100
commited324ea2ecd6b3ded92c983e3e724574b5a8cdc2 (patch)
treeb22ee26ca8c0baaf2c0515e1c2e3eae3c38c01d3 /meta-oe/recipes-support/libtinyxml2
parent47c153bdb8f04575ecf185a5e4e1019c84e30423 (diff)
downloadmeta-openembedded-contrib-ed324ea2ecd6b3ded92c983e3e724574b5a8cdc2.tar.gz
libtinyxml2: drop trailing continuation character in do_compile
* with newer bitbake it parses it differently and task fails: http://errors.yoctoproject.org/Errors/Details/35147/ DEBUG: Executing shell function do_compile /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: 118: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/run.do_compile.21186: Syntax error: end of file unexpected (expecting "}") WARNING: exit code 2 from a shell command. ERROR: Function failed: do_compile (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/libtinyxml2/2.2.0+gitAUTOINC+d211bb1351-r0/temp/log.do_compile.21186) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libtinyxml2')
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
index 1d3cffd778..6ca6f7cbf0 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
@@ -21,8 +21,7 @@ do_compile() {
-Wl,-soname,libtinyxml2.so.${PV} \
-o libtinyxml2.so.${PV} \
${LDFLAGS} \
- tinyxml2.o \
-
+ tinyxml2.o
}
do_install() {