[OE-core] [PATCH 1/1] btrfs-tools: fix installed-vs-shipped

Robert Yang liezhi.yang at windriver.com
Wed Jul 20 05:54:30 UTC 2016


Fixed:
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
$ bitbake btrfs-tools

ERROR: btrfs-tools-4.6.1-r0 do_package: QA Issue: btrfs-tools: Files/directories were installed but not shipped in any package:
  /lib64
  /lib64/udev
  /lib64/udev/rules.d
  /lib64/udev/rules.d/64-btrfs-dm.rules

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb
index cede73e..fe7a194 100644
--- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb
+++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.6.1.bb
@@ -30,4 +30,6 @@ do_configure_prepend() {
 
 S = "${WORKDIR}/git"
 
+FILES_${PN} += "${base_libdir}/udev/rules.d"
+
 BBCLASSEXTEND = "native"
-- 
2.9.0




More information about the Openembedded-core mailing list