summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/xtst
diff options
context:
space:
mode:
authorPhil Blundell <pb@handhelds.org>2006-05-25 13:36:25 +0200
committerRene Wagner <rw@handhelds.org>2006-05-25 13:36:25 +0200
commit55fbdd15644da4375f5dc3eea62b7c1e55339f55 (patch)
tree014cff7e9407157d87f6587b4ec09de7ccd1f157 /org.handhelds.familiar/packages/xtst
parent37303226dc6f4b9775f59dfa3efb9be659c8a9c6 (diff)
various packages: avoid rpath linking. Fixes the major offenders for Bug #1650. Thanks Phil!
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/xtst')
-rw-r--r--org.handhelds.familiar/packages/xtst/xtst_cvs.bb8
1 files changed, 2 insertions, 6 deletions
diff --git a/org.handhelds.familiar/packages/xtst/xtst_cvs.bb b/org.handhelds.familiar/packages/xtst/xtst_cvs.bb
index 29119df..19344d8 100644
--- a/org.handhelds.familiar/packages/xtst/xtst_cvs.bb
+++ b/org.handhelds.familiar/packages/xtst/xtst_cvs.bb
@@ -5,7 +5,7 @@ PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "x11 recordext xext"
DESCRIPTION = "X Test Extension: client side library"
-PR = "r3"
+PR = "r4"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=Xtst"
S = "${WORKDIR}/Xtst"
@@ -13,9 +13,5 @@ S = "${WORKDIR}/Xtst"
inherit autotools pkgconfig
do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
+ autotools_stage_all
}