From f5da6714fa3380f4210c62031e742267c2d3223e Mon Sep 17 00:00:00 2001 From: Hongxu Jia Date: Mon, 25 Jul 2016 00:34:06 -0400 Subject: x11vnc: fix do_patch failed Since the following commit applied in bitbake: -------- commit 2afcbfef2cd1ca568e5225884a8021df38ee3db0 Author: Ross Burton 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-graphics/x11vnc') 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 98a0734bdc..b047bc4628 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" -- cgit 1.2.3-korg