From 3f8fd96cfd6d97a40d7188c69eb7057a980a5557 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 15 Apr 2022 09:09:18 +0100 Subject: 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: 72299395b06fc3fdaca5f7b8b87a6ea32a6267ad) Signed-off-by: Richard Purdie --- meta/recipes-multimedia/alsa/alsa-tools_1.2.5.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-multimedia/alsa') 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) -- cgit v1.2.3-54-g00ecf