From ea803b8e65945ea8a6c11862cb50f55aa2478297 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 20 Apr 2016 12:45:53 +0100 Subject: fixup verto --- meta-oe/recipes-support/libverto/libverto_0.2.6.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/libverto/libverto_0.2.6.bb b/meta-oe/recipes-support/libverto/libverto_0.2.6.bb index bec773db8a..774ff71aa5 100644 --- a/meta-oe/recipes-support/libverto/libverto_0.2.6.bb +++ b/meta-oe/recipes-support/libverto/libverto_0.2.6.bb @@ -19,5 +19,7 @@ PACKAGECONFIG[libevent] = "--with-libevent=default,--without-libevent,libevent" PACKAGECONFIG[tevent] = "--with-tevent=default,--without-tevent,libtevent" python populate_packages_prepend () { - do_split_packages(d, "${libdir}", "^libverto-(.*)\.so\..*$", "libverto-%s", "libverto module for %s", allow_links=True, prepend=True) + modules = do_split_packages(d, "${libdir}", "^libverto-(.*)\.so\..*$", "libverto-%s", "libverto module for %s", allow_links=True, prepend=True) + #d.appendVar("RDEPENDS_" + d.getVar("PN", True), "|".join(modules)) + # BREAKS krb as it doesn't depend on a implementation } -- cgit 1.2.3-korg