summaryrefslogtreecommitdiffstats
path: root/recipes-extended/bash
Commit message (Collapse)AuthorAgeFilesLines
* meta-gplv2: Convert to new override syntaxRichard Purdie2021-07-301-11/+11
| | | | | | | | | | This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* bash: Provide /bin/{sh, bash} when usrmerge is usedPeter Kjellerstedt2018-04-231-0/+2
| | | | | | | | | | | | | | Most shell scripts have '#!/bin/{sh,bash}' on the first line of the script, which triggers RPM to automatically add a runtime dependency on that path for any package that contains shell scripts. However, when the usrmerge feature is enabled, the path will actually be /usr/bin/{sh,bash}. So, to satisfy the runtime dependencies, add '/bin/{sh,bash}' to what the bash package provides. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
* Create meta-gplv2 from files from OE-CoreRichard Purdie2017-03-028-0/+239
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>