1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
+1 -1
View File
@@ -46,7 +46,7 @@ inherit autotools pkgconfig
# but the xcbincludedir variable doesn't point into the staging area, so it needs some # but the xcbincludedir variable doesn't point into the staging area, so it needs some
# tweeking here: # tweeking here:
do_configure_prepend () { 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 ${S}/configure.ac
} }
+1 -1
View File
@@ -1,5 +1,5 @@
include libxcb.inc include libxcb.inc
PR = "r0" PR = "r1"
DEPENDS += "libpthread-stubs" DEPENDS += "libpthread-stubs"
+1 -1
View File
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
include libxcb.inc include libxcb.inc
PV = "1.0+git" PV = "1.0+git"
PR = "r0" PR = "r1"
DEPENDS += "libpthread-stubs" DEPENDS += "libpthread-stubs"