[oe-commits] =?UTF-8?Q?Andreas=20M=C3=BCller=20?=: libcanberra: add PACKAGES_DYNAMIC so we use the splitted packages

git at git.openembedded.org git at git.openembedded.org
Thu Sep 19 11:50:03 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 665752039e97340003716dc53b940b9f2b437e6d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=665752039e97340003716dc53b940b9f2b437e6d

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Mon Sep 16 09:04:11 2013 +0000

libcanberra: add PACKAGES_DYNAMIC so we use the splitted packages

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../libcanberra/libcanberra_0.29.bb                |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
index 89cbce0..378fddc 100644
--- a/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
+++ b/meta-oe/recipes-support/libcanberra/libcanberra_0.29.bb
@@ -32,6 +32,7 @@ python populate_packages_prepend() {
 }
 
 PACKAGES =+ "${PN}-gnome ${PN}-gtk2 ${PN}-gtk3 ${PN}-systemd"
+PACKAGES_DYNAMIC += "^libcanberra-.*"
 
 FILES_${PN} = "${bindir}/ ${libdir}/${BPN}.so.*"
 



More information about the Openembedded-commits mailing list