From aa761ddad6643ac755de0b8e9841f19245b3f5c1 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Fri, 4 Sep 2015 15:59:44 +0100 Subject: pcmciautils: handle udev dir being 2 levels below / When building with a merged /usr dir the udev directory lives at /usr/lib/udev - update the FILES pattern to also pick up udev files installed two levels below the / to ensure a merged /usr works. Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb index 24ceed87a9..857bd0753f 100644 --- a/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb +++ b/meta/recipes-bsp/pcmciautils/pcmciautils_018.bb @@ -9,5 +9,5 @@ SRC_URI[sha256sum] = "79e6ae441278e178c07501d492394ed2c0326fdb66894f6d040ec811b0 PR = "r1" -FILES_${PN}-dbg += "*/udev/.debug" -FILES_${PN} += "*/udev" +FILES_${PN}-dbg += "*/udev/.debug */*/udev/.debug" +FILES_${PN} += "*/udev */*/udev" -- cgit 1.2.3-korg