summaryrefslogtreecommitdiffstats
path: root/meta/packages/xcb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-09-29 19:30:37 +0000
committerRichard Purdie <richard@openedhand.com>2008-09-29 19:30:37 +0000
commitfc0687500a670a3f59d56ae01bf9aa140ef75244 (patch)
tree8a4c77878da0fd40671f87a34f0c455e68a2e4ee /meta/packages/xcb
parent3081d60d5a9f8accf016bd43f0ef13dffa9a519b (diff)
downloadpoky-fc0687500a670a3f59d56ae01bf9aa140ef75244.tar.gz
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
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r--meta/packages/xcb/libxcb.inc2
-rw-r--r--meta/packages/xcb/libxcb_1.0.bb2
-rw-r--r--meta/packages/xcb/libxcb_git.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/xcb/libxcb.inc b/meta/packages/xcb/libxcb.inc
index 99356a1eb0..bdce8a2e6b 100644
--- a/meta/packages/xcb/libxcb.inc
+++ b/meta/packages/xcb/libxcb.inc
@@ -46,7 +46,7 @@ inherit autotools pkgconfig
46# but the xcbincludedir variable doesn't point into the staging area, so it needs some 46# but the xcbincludedir variable doesn't point into the staging area, so it needs some
47# tweeking here: 47# tweeking here:
48do_configure_prepend () { 48do_configure_prepend () {
49 sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR}/${HOST_SYS}/|" \ 49 sed -i "s|XCBPROTO_XCBINCLUDEDIR=|XCBPROTO_XCBINCLUDEDIR=${STAGING_DIR_HOST}/|" \
50 ${S}/configure.ac 50 ${S}/configure.ac
51} 51}
52 52
diff --git a/meta/packages/xcb/libxcb_1.0.bb b/meta/packages/xcb/libxcb_1.0.bb
index dd88a5390f..2e97a34cde 100644
--- a/meta/packages/xcb/libxcb_1.0.bb
+++ b/meta/packages/xcb/libxcb_1.0.bb
@@ -1,5 +1,5 @@
1include libxcb.inc 1include libxcb.inc
2PR = "r0" 2PR = "r1"
3 3
4DEPENDS += "libpthread-stubs" 4DEPENDS += "libpthread-stubs"
5 5
diff --git a/meta/packages/xcb/libxcb_git.bb b/meta/packages/xcb/libxcb_git.bb
index cb7326efa0..a7707b3507 100644
--- a/meta/packages/xcb/libxcb_git.bb
+++ b/meta/packages/xcb/libxcb_git.bb
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
2 2
3include libxcb.inc 3include libxcb.inc
4PV = "1.0+git" 4PV = "1.0+git"
5PR = "r0" 5PR = "r1"
6 6
7DEPENDS += "libpthread-stubs" 7DEPENDS += "libpthread-stubs"
8 8