libxcb.inc: Fix bogus reference to STAGING_DIR/HOST_SYS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5321 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-09-29 19:30:37 +00:00
parent 3081d60d5a
commit fc0687500a
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ inherit autotools pkgconfig
# but the xcbincludedir variable doesn't point into the staging area, so it needs some
# tweeking here:
do_configure_prepend () {
sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR}/${HOST_SYS}/|" \
sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR_HOST}/|" \
${S}/configure.ac
}

View File

@ -1,5 +1,5 @@
include libxcb.inc
PR = "r0"
PR = "r1"
DEPENDS += "libpthread-stubs"

View File

@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
include libxcb.inc
PV = "1.0+git"
PR = "r0"
PR = "r1"
DEPENDS += "libpthread-stubs"