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 /x11/x11-cvs.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'x11/x11-cvs.oe')
-rw-r--r-- | x11/x11-cvs.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/x11-cvs.oe b/x11/x11-cvs.oe index 046048a130..9c9ef32128 100644 --- a/x11/x11-cvs.oe +++ b/x11/x11-cvs.oe @@ -6,9 +6,9 @@ RDEPENDS = "libc6" DEPENDS = "virtual/libc xproto-cvs xextensions-cvs xau-cvs xtrans-cvs xdmcp-cvs" PROVIDES = "x11" DESCRIPTION = "Base X libs." -FILES_x11-cvs_append=" ${datadir}/X11" +FILES_x11-cvs_append = " ${datadir}/X11" -SRC_URI = cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11 +SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xlibs;module=X11" S = "${WORKDIR}/X11" inherit autotools pkgconfig libtool @@ -34,9 +34,9 @@ do_stage() { install -c -m 644 include/X11/region.h ${STAGING_INCDIR}/X11/region.h install -c -m 644 include/X11/ImUtil.h ${STAGING_INCDIR}/X11/ImUtil.h - install -c src/.libs/libX11.so.6.2.1 ${STAGING_DIR}/target/lib/libX11.so.6.2.1 + install -c src/.libs/libX11.so.6.2.1 ${STAGING_LIBDIR}/libX11.so.6.2.1 ln -sf libX11.so.6.2.1 ${STAGING_LIBDIR}/libX11.so.6 ln -sf libX11.so.6.2.1 ${STAGING_LIBDIR}/libX11.so - install -c -m 644 src/.libs/libX11.a ${STAGING_DIR}/target/lib/libX11.a + install -c -m 644 src/.libs/libX11.a ${STAGING_LIBDIR}/libX11.a } |