diff options
| -rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index c6355021fc..70cba6b592 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
| @@ -271,9 +271,11 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 271 | 271 | ||
| 272 | python do_package_prepend () { | 272 | python do_package_prepend () { |
| 273 | if '--enable-su' in d.getVar('EXTRA_OECONF', True).split(): | 273 | if '--enable-su' in d.getVar('EXTRA_OECONF', True).split(): |
| 274 | alt_name = "su" | 274 | d.appendVar(d.expand('ALTERNATIVE_${PN}'), ' su') |
| 275 | d.setVarFlag('ALTERNATIVE_LINK_NAME', alt_name, '%s/%s' % (d.getVar('base_bindir', True), alt_name)) | 275 | d.appendVar(d.expand('ALTERNATIVE_${PN}-doc'), ' su.1') |
| 276 | d.appendVar('ALTERNATIVE_%s' % (d.getVar('PN', True)), ' ' + alt_name) | 276 | |
| 277 | d.setVarFlag('ALTERNATIVE_LINK_NAME', "su", d.expand('${base_bindir}/su')) | ||
| 278 | d.setVarFlag('ALTERNATIVE_LINK_NAME', "su.1", d.expand('${mandir}/man1/su.1')) | ||
| 277 | } | 279 | } |
| 278 | 280 | ||
| 279 | python populate_packages_prepend() { | 281 | python populate_packages_prepend() { |
