From 302b477c6e599fec386e4c66adcfbf38e427217e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 26 Aug 2006 11:39:30 +0000 Subject: pango 1.14: add appropriate PACKAGES_DYNAMIC to stop bitbake trunk from building pango 1.10 to satisfy dependencies on pango-module-* --- packages/pango/pango_1.14.0.bb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'packages/pango') 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() { -- cgit v1.2.3