diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:10:35 +0000 |
commit | 6b31146641db3d3e27bde35defde367db47e0301 (patch) | |
tree | d044b31fd8befea3c379f9b9019e226cb8f3cddd /packages/pango | |
parent | c2ddb345f81659a7b8fcf2f9758bb040b92b4a9a (diff) |
packages/: various .debug packaging fixes (from Poky)
* poky rev 831: 'packages: various .debug packaging fixes'
Diffstat (limited to 'packages/pango')
-rw-r--r-- | packages/pango/pango_1.10.2.bb | 4 | ||||
-rw-r--r-- | packages/pango/pango_1.12.0.bb | 4 | ||||
-rw-r--r-- | packages/pango/pango_1.13.3.bb | 4 | ||||
-rw-r--r-- | packages/pango/pango_1.14.0.bb | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/packages/pango/pango_1.10.2.bb b/packages/pango/pango_1.10.2.bb index 74730e18db..8a16eb71fc 100644 --- a/packages/pango/pango_1.10.2.bb +++ b/packages/pango/pango_1.10.2.bb @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft libxt gtk-doc DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." -PR = "r0" +PR = "r1" RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" @@ -21,7 +21,7 @@ EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" +FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" LIBV = "1.4.0" diff --git a/packages/pango/pango_1.12.0.bb b/packages/pango/pango_1.12.0.bb index 907d813d00..86807e56ea 100644 --- a/packages/pango/pango_1.12.0.bb +++ b/packages/pango/pango_1.12.0.bb @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft libxt gtk-doc DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." -PR = "r0" +PR = "r1" RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" @@ -23,7 +23,7 @@ EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" +FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" LIBV = "1.5.0" diff --git a/packages/pango/pango_1.13.3.bb b/packages/pango/pango_1.13.3.bb index b882365735..934edc6c58 100644 --- a/packages/pango/pango_1.13.3.bb +++ b/packages/pango/pango_1.13.3.bb @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft xt gtk-doc ca DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." -PR = "r0" +PR = "r1" RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" @@ -22,7 +22,7 @@ EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" +FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" LIBV = "1.5.0" diff --git a/packages/pango/pango_1.14.0.bb b/packages/pango/pango_1.14.0.bb index 19fc1d7a92..29362cad90 100644 --- a/packages/pango/pango_1.14.0.bb +++ b/packages/pango/pango_1.14.0.bb @@ -5,7 +5,7 @@ DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft xt gtk-doc ca DESCRIPTION = "The goal of the Pango project is to provide an \ Open Source framework for the layout and rendering of \ internationalized text." -PR = "r0" +PR = "r1" PACKAGES_DYNAMIC = "pango-module-*" @@ -23,7 +23,7 @@ EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" -FILES_${PN} = "/etc ${bindir} ${libdir}/libpango*.so.*" +FILES_${PN} = "/etc ${bindir}/* ${libdir}/libpango*.so.*" LIBV = "1.5.0" |