summaryrefslogtreecommitdiff
path: root/classes/xlibs.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/xlibs.bbclass')
-rw-r--r--classes/xlibs.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/xlibs.bbclass b/classes/xlibs.bbclass
index f9a1195663..fc52400b9f 100644
--- a/classes/xlibs.bbclass
+++ b/classes/xlibs.bbclass
@@ -1,15 +1,15 @@
LICENSE= "BSD-X"
SECTION = "x11/libs"
-XLIBS_CVS = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs"
+XLIBS_CVS = "${FREEDESKTOP_CVS}/xlibs"
inherit autotools pkgconfig
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
+ oe_runmake install prefix=${STAGING_DIR_HOST}${prefix} \
bindir=${STAGING_BINDIR} \
includedir=${STAGING_INCDIR} \
libdir=${STAGING_LIBDIR} \
datadir=${STAGING_DATADIR} \
- mandir=${STAGING_DATADIR}/man
+ mandir=${STAGING_DIR_HOST}${mandir}
}