[oe-commits] [meta-openembedded] 26/30: x11vnc: fix do_patch failed

git at git.openembedded.org git at git.openembedded.org
Tue Jul 26 10:52:12 UTC 2016


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

commit 9fc0f4db2a3acc42157bc9cc811ee91a2363d541
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Mon Jul 25 00:34:06 2016 -0400

    x11vnc: fix do_patch failed
    
    Since the following commit applied in bitbake:
    --------
    commit 2afcbfef2cd1ca568e5225884a8021df38ee3db0
    Author: Ross Burton <ross.burton at intel.com>
    Date:   Thu Jul 14 19:56:22 2016 +0100
    
        bitbake: build: don't use $B as the default cwd for functions
    --------
    
    We need to parse file with absolute path.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
index 98a0734..b047bc4 100644
--- a/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
+++ b/meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb
@@ -29,6 +29,6 @@ PACKAGECONFIG[libvncserver] = "--with-system-libvncserver,--without-system-libvn
 
 do_prepare_sources () {
     # Remove old libtool macros from acinclude.m4
-    sed -i -e '/^# libtool.m4/q' acinclude.m4
+    sed -i -e '/^# libtool.m4/q' ${S}/acinclude.m4
 }
 do_patch[postfuncs] += "do_prepare_sources"

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


More information about the Openembedded-commits mailing list