diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /xtrans/xtrans-cvs.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'xtrans/xtrans-cvs.oe')
-rw-r--r-- | xtrans/xtrans-cvs.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xtrans/xtrans-cvs.oe b/xtrans/xtrans-cvs.oe index 162d5845d1..7674ea1dd6 100644 --- a/xtrans/xtrans-cvs.oe +++ b/xtrans/xtrans-cvs.oe @@ -6,12 +6,12 @@ DESCRIPTION = "network API translation layer to \ insulate X applications and libraries from OS \ network vageries." -SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=xtrans" S = "${WORKDIR}/xtrans" inherit autotools libtool pkgconfig do_stage() { - oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_DIR}/target/include libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} + oe_runmake install DESTDIR="" bindir=${STAGING_BINDIR} includedir=${STAGING_INCDIR} libdir=${STAGING_LIBDIR} prefix=${STAGING_DIR} } |