diff options
Diffstat (limited to 'xtrans')
-rw-r--r-- | xtrans/xtrans-cvs.oe | 2 | ||||
-rw-r--r-- | xtrans/xtrans_0.1.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe index c7de342e72..ca3c9edce0 100644 --- a/xtrans/xtrans-cvs.oe +++ b/xtrans/xtrans-cvs.oe @@ -9,7 +9,7 @@ network vageries." SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans" S = "${WORKDIR}/xtrans" -inherit autotools libtool pkgconfig +inherit autotools pkgconfig do_stage() { oe_runmake install prefix=${STAGING_DIR} \ diff --git a/xtrans/xtrans_0.1.oe b/xtrans/xtrans_0.1.oe index 2aefe69bcd..2e6793d0d0 100644 --- a/xtrans/xtrans_0.1.oe +++ b/xtrans/xtrans_0.1.oe @@ -7,7 +7,7 @@ network vageries." SRC_URI = "http://freedesktop.org/~xlibs/release/libXtrans-0.1.tar.bz2" S = "${WORKDIR}/libXtrans-${PV}" -inherit autotools libtool pkgconfig +inherit autotools pkgconfig do_stage() { oe_runmake install prefix=${STAGING_DIR} \ |