From 8621b51850332e5a7f3a05431e1f1c2aab6d6787 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Fri, 19 Jun 2015 09:44:42 -0700 Subject: drbd ufw linux-atm: correct certain packaging error The named packages explicitly install some items under /lib, but the recipes assume they are in base_libdir. We change the recipes. Signed-off-by: Joe Slater Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-connectivity/ufw/ufw_0.33.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity/ufw') diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb index 2721f8fa73..66e917e315 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.33.bb @@ -32,10 +32,12 @@ RRECOMMENDS_${PN} = " \ kernel-module-ipv6 \ " +# Certain items are explicitly put under /lib, not base_libdir when installed. +# FILES_${PN} += " \ ${sbindir}/* \ ${datadir}/ufw/* \ - ${base_libdir}/ufw/* \ + /lib/ufw/* \ ${sysconfdir}/ufw/* \ ${sysconfdir}/default/ufw \ " -- cgit 1.2.3-korg