diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 00:52:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 00:52:47 +0000 |
commit | cb2f160c0ebcbf8421988e7ee9818e007e085305 (patch) | |
tree | 7b25aca42bcde8335efe58709261da5ca5504f70 /xtrans | |
parent | e18dbb2be3143c54092ca6025161cbc750990b0a (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages
2004/05/09 20:52:43-04:00 local!kergoth
Libtool updates, no longer directly inherit libtool.
2004/05/09 20:52:08-04:00 local!kergoth
Update libtool bits. libtoolize no longer requires a runtime STAGING_DIR var set.
BKrev: 409ed25fQy7BIGJH5qwdtr0BClqFVw
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} \ |