]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
alsa-tools: Ensure we install correctly
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Apr 2022 08:09:18 +0000 (09:09 +0100)
committerAnuj Mittal <anuj.mittal@intel.com>
Mon, 25 Apr 2022 04:49:38 +0000 (12:49 +0800)
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>
(cherry picked from commit 72299395b06fc3fdaca5f7b8b87a6ea32a6267ad)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb

index 540f4f79f4a693941b435a649030f36bfb2c4333..e6fe83a186fba83a8bf1546158f1c095cde0ea84 100644 (file)
@@ -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)