All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 17/23] iwd: Package module conf files via nonarch_libdir
Date: Fri, 20 Dec 2019 16:06:29 -0800	[thread overview]
Message-ID: <20191221000635.1573390-17-raj.khem@gmail.com> (raw)
In-Reply-To: <20191221000635.1573390-1-raj.khem@gmail.com>

Fixes
ERROR: iwd-1.0-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package:
  /usr/lib
  /usr/lib/modules-load.d
  /usr/lib/modules-load.d/pkcs8.conf

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-oe/recipes-connectivity/iwd/iwd_1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb
index d11e0d4ae3..cc34ca2215 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb
@@ -28,7 +28,7 @@ do_install_append() {
     install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN}
 }
 
-FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d ${systemd_unitdir}/network/"
+FILES_${PN} += "${datadir}/dbus-1 ${nonarch_libdir}/modules-load.d ${systemd_unitdir}/network/"
 
 SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}"
 
-- 
2.24.1



  parent reply	other threads:[~2019-12-21  0:06 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-21  0:06 [meta-networking][PATCH 01/23] cannelloni: Update to latest and fix multilib builds Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 02/23] nvme-cli: Use nonarch libdir for dracut config files Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 03/23] cli11: Fix multilib build Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 04/23] lockdev: Make baselib configurable Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 05/23] avro-c: Update to 1.9.1 Khem Raj
2019-12-21  0:06 ` [meta-networking][PATCH 06/23] nftables: Package python scripts into nonarch libdir Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 07/23] mercurial: Add python scripts into separate python package Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 08/23] fluentbit: Fix packaging in multilib env Khem Raj
2019-12-21  0:06 ` [meta-multimedia][PATCH 09/23] dcadec: Define BASELIB as a knob Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 10/23] dbus-broker: Use nonarch_libdir for systemd catalog files Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 11/23] websocketapp: Fix multilib build Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 12/23] ade: Fix install paths in multilib builds Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 13/23] thrift: Upgrade to 0.13 Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 14/23] gattlib: Update to latest tip Khem Raj
2019-12-21  0:06 ` [meta-multimedia][PATCH 15/23] rygel: Use nonarch_libdir for systemd units Khem Raj
2019-12-21  0:06 ` [meta-networking][PATCH 16/23] firewalld: Package firewalld files Khem Raj
2019-12-21  0:06 ` Khem Raj [this message]
2019-12-21  0:06 ` [meta-networking][PATCH 18/23] civetweb: Upgrade to latest tip Khem Raj
2019-12-21  0:06 ` [meta-networking][PATCH 19/23] ruli: Define OOP_LIB_DIR and INSTALL_LIB_DIR Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 20/23] liblightmodbus: Fix packaging errors when using multilib Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 21/23] ostree: Fix packaging errors when using lib64 libdir Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 22/23] boinc-client: Use nonarch_libdir for systemd_units Khem Raj
2019-12-21  0:06 ` [meta-oe][PATCH 23/23] spirv-tools: Fix multilib builds Khem Raj

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191221000635.1573390-17-raj.khem@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.