From: Khem Raj Date: Fri, 1 Apr 2011 04:09:27 +0000 (-0700) Subject: libxcb.inc: Replace XCBPROTO_XCBPYTHONDIR to point to staging area X-Git-Tag: 2011-1~1885 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8d987394eada55afe325132c1da94928d2bfe007;p=openembedded-core.git libxcb.inc: Replace XCBPROTO_XCBPYTHONDIR to point to staging area Signed-off-by: Khem Raj --- diff --git a/meta/recipes-graphics/xcb/libxcb.inc b/meta/recipes-graphics/xcb/libxcb.inc index 81d4a20c2f..6c48da718d 100644 --- a/meta/recipes-graphics/xcb/libxcb.inc +++ b/meta/recipes-graphics/xcb/libxcb.inc @@ -53,4 +53,6 @@ inherit autotools pkgconfig do_configure_prepend () { sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR_HOST}/|" \ ${S}/configure.ac + sed -i "s|XCBPROTO_XCBPYTHONDIR=|XCBPROTO_XCBPYTHONDIR=${STAGING_DIR_HOST}/|" \ + ${S}/configure.ac }