From ed324ea2ecd6b3ded92c983e3e724574b5a8cdc2 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 22 Feb 2016 13:54:21 +0100 Subject: 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 --- meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'meta-oe/recipes-support/libtinyxml2') 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() { -- cgit v1.2.3-54-g00ecf