diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-15 09:09:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-15 17:30:34 +0100 |
commit | 3f8fd96cfd6d97a40d7188c69eb7057a980a5557 (patch) | |
tree | 7f7fea98fa3d68db04fd2aa72dc836b1235d1278 /meta/recipes-multimedia | |
parent | d3f246413b205ea2004b826723e0b5581ecf202a (diff) | |
download | poky-3f8fd96cfd6d97a40d7188c69eb7057a980a5557.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: 72299395b06fc3fdaca5f7b8b87a6ea32a6267ad)
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.bb | 1 |
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() { | |||
71 | } | 71 | } |
72 | 72 | ||
73 | python do_install() { | 73 | python 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) |