diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-26 11:39:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-26 11:39:30 +0000 |
commit | 302b477c6e599fec386e4c66adcfbf38e427217e (patch) | |
tree | 1196381acb56e77f0e05859521a3943ba392e916 | |
parent | b6f6f141d361cce8a91160939403527082ef22c0 (diff) |
pango 1.14: add appropriate PACKAGES_DYNAMIC to stop bitbake trunk from building pango 1.10 to satisfy dependencies on pango-module-*
-rw-r--r-- | packages/pango/pango_1.14.0.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/pango/pango_1.14.0.bb b/packages/pango/pango_1.14.0.bb index 77eee85214..19fc1d7a92 100644 --- a/packages/pango/pango_1.14.0.bb +++ b/packages/pango/pango_1.14.0.bb @@ -7,6 +7,8 @@ Open Source framework for the layout and rendering of \ internationalized text." PR = "r0" +PACKAGES_DYNAMIC = "pango-module-*" + RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" # seems to go wrong with default cflags @@ -26,11 +28,7 @@ FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" LIBV = "1.5.0" do_stage () { - for lib in pango pangox pangoft2 pangoxft pangocairo; do - 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/ + autotools_stage_all } postinst_prologue() { |