mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +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:
@@ -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,5 +1,5 @@
|
|||||||
include libxcb.inc
|
include libxcb.inc
|
||||||
PR = "r0"
|
PR = "r1"
|
||||||
|
|
||||||
DEPENDS += "libpthread-stubs"
|
DEPENDS += "libpthread-stubs"
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user