summaryrefslogtreecommitdiff
path: root/atk/atk_1.2.0.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 05:16:56 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 05:16:56 +0000
commit65a4d5ba1400f37f92ec2e52e0d72f856cf647cb (patch)
treea2bd760479fbd522c34c8c411e52f7d29b5492af /atk/atk_1.2.0.oe
parent16a10abab761e2afd4ab13b163f0def181094521 (diff)
oe_libinstall usage fixes for packages in the meta-gpe dependency chain.
BKrev: 409f10483RJ3E5wOJ4FRwf8I5iMyvg
Diffstat (limited to 'atk/atk_1.2.0.oe')
-rw-r--r--atk/atk_1.2.0.oe2
1 files changed, 1 insertions, 1 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