Re: [OE-core] [PATCH] alsa-utils: fix installed-vs-shipped for bat

2016-08-05 Thread Stefan Müller-Klieser
On 05.08.2016 15:19, Burton, Ross wrote: > On 5 August 2016 at 14:15, Stefan Müller-Klieser < > s.mueller-klie...@phytec.de> wrote: > >> + if ${@bb.utils.contains('PACKAGECONFIG', 'bat', 'false', 'true', >> d)}; then >> > > This means the script is installed if bat isn't selected, which

Re: [OE-core] [PATCH] alsa-utils: fix installed-vs-shipped for bat

2016-08-05 Thread Burton, Ross
On 5 August 2016 at 14:15, Stefan Müller-Klieser < s.mueller-klie...@phytec.de> wrote: > + if ${@bb.utils.contains('PACKAGECONFIG', 'bat', 'false', 'true', > d)}; then > This means the script is installed if bat isn't selected, which I don't think you meant. Ross --

[OE-core] [PATCH] alsa-utils: fix installed-vs-shipped for bat

2016-08-05 Thread Stefan Müller-Klieser
The bat PACKAGECONFIG does not install the test script correctly. Fix this by following the packaging used for the other bash scripts. While at it, fix some tabs. Signed-off-by: Stefan Müller-Klieser --- meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb | 4