summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-15 09:09:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-28 00:14:00 +0100
commit9766e3609ddbe33492c8eacf6303cb29df78b9e0 (patch)
tree381878b106b235dce1dc378c7d957ed467fee724
parent638784c71fc6b2520b9fbc2e52684689d668c08a (diff)
downloadpoky-9766e3609ddbe33492c8eacf6303cb29df78b9e0.tar.gz
alsa-tools: Ensure we install correctly
With the fix for #8621, cleandirs is now applied to autotools_do_install and this results in a lot of the install targets to be removed. Ensure cleandirs isn't set for autotools_do_install. (From OE-Core rev: a27f0e9e7efc2554826b7365a83c25980b28cf2d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 72299395b06fc3fdaca5f7b8b87a6ea32a6267ad) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
index 540f4f79f4..e6fe83a186 100644
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
+++ b/meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb
@@ -71,6 +71,7 @@ python do_compile() {
71} 71}
72 72
73python do_install() { 73python do_install() {
74 d.delVarFlag("autotools_do_install", "cleandirs")
74 for subdir in d.getVar("PACKAGECONFIG").split(): 75 for subdir in d.getVar("PACKAGECONFIG").split():
75 subdir = subdir.replace("--", "/") 76 subdir = subdir.replace("--", "/")
76 bb.note("Installing %s" % subdir) 77 bb.note("Installing %s" % subdir)