diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-23 07:21:43 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-23 07:21:43 +0000 |
commit | 2e27e66f278d776dbce5a7733d6db63c90a7df9e (patch) | |
tree | 4901cbd3a9e3c3c3da3b6da2cd8e3f4aea1821c6 /atk/atk_1.2.0.oe | |
parent | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (diff) |
cleanup: replace some last manual lib install+symlink with calls to oe_soinstall.
BKrev: 405fe587cQlZLeatBrb4J3NSLsbEqQ
Diffstat (limited to 'atk/atk_1.2.0.oe')
-rw-r--r-- | atk/atk_1.2.0.oe | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index a31207f74d..184876f765 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -14,11 +14,9 @@ CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \ -I${STAGING_INCDIR}/glib-2.0/gobject" do_stage () { - install -m 0755 atk/.libs/libatk-1.0.so.0.200.0 ${STAGING_LIBDIR}/ + oe_soinstall atk/.libs/libatk-1.0.so.0.200.0 ${STAGING_LIBDIR}/ install -m 0755 atk/.libs/libatk-1.0.lai ${STAGING_LIBDIR}/libatk-1.0.la install -m 0755 atk/.libs/libatk-1.0.a ${STAGING_LIBDIR}/ - ln -sf libatk-1.0.so.0.200.0 ${STAGING_LIBDIR}/libatk-1.0.so.0 - ln -sf libatk-1.0.so.0.200.0 ${STAGING_LIBDIR}/libatk-1.0.so install -d ${STAGING_INCDIR}/atk install -m 0644 atk/atkaction.h ${STAGING_INCDIR}/atk/atkaction.h install -m 0644 atk/atkcomponent.h ${STAGING_INCDIR}/atk/atkcomponent.h |