diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-29 19:30:37 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-29 19:30:37 +0000 |
commit | fc0687500a670a3f59d56ae01bf9aa140ef75244 (patch) | |
tree | 8a4c77878da0fd40671f87a34f0c455e68a2e4ee /meta/packages/xcb | |
parent | 3081d60d5a9f8accf016bd43f0ef13dffa9a519b (diff) | |
download | poky-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.inc | 2 | ||||
-rw-r--r-- | meta/packages/xcb/libxcb_1.0.bb | 2 | ||||
-rw-r--r-- | meta/packages/xcb/libxcb_git.bb | 2 |
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: |
48 | do_configure_prepend () { | 48 | do_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 @@ | |||
1 | include libxcb.inc | 1 | include libxcb.inc |
2 | PR = "r0" | 2 | PR = "r1" |
3 | 3 | ||
4 | DEPENDS += "libpthread-stubs" | 4 | DEPENDS += "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 | ||
3 | include libxcb.inc | 3 | include libxcb.inc |
4 | PV = "1.0+git" | 4 | PV = "1.0+git" |
5 | PR = "r0" | 5 | PR = "r1" |
6 | 6 | ||
7 | DEPENDS += "libpthread-stubs" | 7 | DEPENDS += "libpthread-stubs" |
8 | 8 | ||