summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia
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-15 17:30:11 +0100
commit72299395b06fc3fdaca5f7b8b87a6ea32a6267ad (patch)
tree92716722cdd4856592a45663ce8efb1f8c47b632 /meta/recipes-multimedia
parent4b73b55c2d258768cda2bf7262ebb36bcb7fed5b (diff)
downloadopenembedded-core-contrib-72299395b06fc3fdaca5f7b8b87a6ea32a6267ad.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. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-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 b0832f93c1..56acc84559 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() {
}
python do_install() {
+ d.delVarFlag("autotools_do_install", "cleandirs")
for subdir in d.getVar("PACKAGECONFIG").split():
subdir = subdir.replace("--", "/")
bb.note("Installing %s" % subdir)