diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-10 05:16:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-10 05:16:56 +0000 |
commit | 65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (patch) | |
tree | a2bd760479fbd522c34c8c411e52f7d29b5492af /atk | |
parent | 16a10abab761e2afd4ab13b163f0def181094521 (diff) |
oe_libinstall usage fixes for packages in the meta-gpe dependency chain.
BKrev: 409f10483RJ3E5wOJ4FRwf8I5iMyvg
Diffstat (limited to 'atk')
-rw-r--r-- | atk/atk_1.2.0.oe | 2 | ||||
-rw-r--r-- | atk/atk_1.6.0.oe | 8 |
2 files changed, 3 insertions, 7 deletions
diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index c451b1585d..e52e3778b6 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -13,7 +13,7 @@ CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \ -I${STAGING_INCDIR}/glib-2.0/gobject" do_stage () { - oe_libinstall -so -a -C atk libatk-1.0 ${STAGING_LIBDIR} + oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} 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 diff --git a/atk/atk_1.6.0.oe b/atk/atk_1.6.0.oe index fb12c4dc25..73231935f1 100644 --- a/atk/atk_1.6.0.oe +++ b/atk/atk_1.6.0.oe @@ -13,14 +13,10 @@ EXTRA_OECONF = "--disable-glibtest" CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \ -I${STAGING_INCDIR}/glib-2.0/glib \ - -I${STAGING_INCDIR}/glib-2.0/gobject" - -SOV = "0.600.0" + -I${STAGING_INCDIR}/glib-2.0/gobject" do_stage () { - oe_soinstall atk/.libs/libatk-1.0.so.${SOV} ${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}/ + oe_libinstall -so -C atk libatk-1.0 ${STAGING_LIBDIR} 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 |