diff options
Diffstat (limited to 'meta/recipes-extended/bash')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 3e9c662569..6c94a24b69 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -69,3 +69,5 @@ pkg_postrm_${PN} () { | |||
69 | PACKAGES += "${PN}-bashbug" | 69 | PACKAGES += "${PN}-bashbug" |
70 | FILES_${PN} = "${bindir}/bash ${base_bindir}/bash.bash" | 70 | FILES_${PN} = "${bindir}/bash ${base_bindir}/bash.bash" |
71 | FILES_${PN}-bashbug = "${bindir}/bashbug" | 71 | FILES_${PN}-bashbug = "${bindir}/bashbug" |
72 | |||
73 | RPROVIDES_${PN} += "${@bb.utils.contains('DISTRO_FEATURES', 'usrmerge', '/bin/sh /bin/bash', '', d)}" | ||