]> code.ossystems Code Review - openembedded-core.git/commitdiff
libxcb.inc: Fix bogus reference to STAGING_DIR/HOST_SYS
authorRichard Purdie <richard@openedhand.com>
Mon, 29 Sep 2008 19:30:37 +0000 (19:30 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 29 Sep 2008 19:30:37 +0000 (19:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5321 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/xcb/libxcb.inc
meta/packages/xcb/libxcb_1.0.bb
meta/packages/xcb/libxcb_git.bb

index 99356a1eb0bc7508ac1efac7a38e1e542241b84a..bdce8a2e6bf50340a017b3318542951c5cf82257 100644 (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
 }
 
index dd88a5390f93923acf4834b885f3e99c4b122003..2e97a34cdeada37af53f5ae5a53c9e67f15ffc60 100644 (file)
@@ -1,5 +1,5 @@
 include libxcb.inc
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "libpthread-stubs"
 
index cb7326efa02ae382f1574b190a256d18ec25e730..a7707b3507a3227a8c53e26747e3cf111a83e517 100644 (file)
@@ -2,7 +2,7 @@ DEFAULT_PREFERENCE = "-1"
 
 include libxcb.inc
 PV = "1.0+git"
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "libpthread-stubs"