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 /pango/pango_1.2.5.oe | |
parent | 16a10abab761e2afd4ab13b163f0def181094521 (diff) |
oe_libinstall usage fixes for packages in the meta-gpe dependency chain.
BKrev: 409f10483RJ3E5wOJ4FRwf8I5iMyvg
Diffstat (limited to 'pango/pango_1.2.5.oe')
-rw-r--r-- | pango/pango_1.2.5.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango_1.2.5.oe b/pango/pango_1.2.5.oe index ea5931f694..9435bbebf3 100644 --- a/pango/pango_1.2.5.oe +++ b/pango/pango_1.2.5.oe @@ -19,7 +19,7 @@ LIBV = "1.2.0" do_stage () { for lib in pango pangox pangoft2 pangoxft; do - oe_libinstall -a -so -C pango $lib-1.0 ${STAGING_LIBDIR} + oe_libinstall -so -C pango lib$lib-1.0 ${STAGING_LIBDIR}/ done install -d ${STAGING_INCDIR}/pango install -m 0644 ${S}/pango/pango*.h ${STAGING_INCDIR}/pango/ |