[oe-commits] [meta-openembedded] 12/18: libtinyxml2: drop trailing continuation character in do_compile

git at git.openembedded.org git at git.openembedded.org
Mon Feb 22 13:10:52 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 289c884a3fa2e6bcc8eb3bb429b8c378b080d7db
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Mon Feb 22 13:54:21 2016 +0100

    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 at gmail.com>
---
 meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
index 1d3cffd..6ca6f7c 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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list