diff options
author | Joshua Lock <joshua.lock@collabora.co.uk> | 2015-09-04 15:59:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-06 15:26:21 +0100 |
commit | 73a6fe958f47642d18ba0098cfd45c3520d53560 (patch) | |
tree | 76f44136d0d1755314322f08a08b714acf47d6cd /meta/recipes-bsp/pcmciautils | |
parent | b7a6484ba1764a61c075f30934fc2392732bb983 (diff) | |
download | poky-73a6fe958f47642d18ba0098cfd45c3520d53560.tar.gz |
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.
(From OE-Core rev: aa761ddad6643ac755de0b8e9841f19245b3f5c1)
Signed-off-by: Joshua Lock <joshua.lock@collabora.co.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/pcmciautils')
-rw-r--r-- | meta/recipes-bsp/pcmciautils/pcmciautils_018.bb | 4 |
1 files 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 | |||
9 | 9 | ||
10 | PR = "r1" | 10 | PR = "r1" |
11 | 11 | ||
12 | FILES_${PN}-dbg += "*/udev/.debug" | 12 | FILES_${PN}-dbg += "*/udev/.debug */*/udev/.debug" |
13 | FILES_${PN} += "*/udev" | 13 | FILES_${PN} += "*/udev */*/udev" |