diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-extended/bash/bash.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 18874a0e24..2c3e605511 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
| @@ -128,4 +128,6 @@ PACKAGE_BEFORE_PN += "${PN}-loadable" | |||
| 128 | RDEPENDS:${PN}-loadable += "${PN}" | 128 | RDEPENDS:${PN}-loadable += "${PN}" |
| 129 | FILES:${PN}-loadable += "${libdir}/bash/*" | 129 | FILES:${PN}-loadable += "${libdir}/bash/*" |
| 130 | 130 | ||
| 131 | RPROVIDES:${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}" | 131 | # Limit the RPROVIDES here to class target so that if usrmerge is enabled for nativesdk, it does not |
| 132 | # include host system paths in /bin/ | ||
| 133 | RPROVIDES:${PN}:append:class-target = " ${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}" | ||
