From: Richard Purdie Date: Fri, 15 Apr 2022 08:09:18 +0000 (+0100) Subject: alsa-tools: Ensure we install correctly X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4460 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72299395b06fc3fdaca5f7b8b87a6ea32a6267ad;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- 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 b0832f93c11..56acc84559d 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)