diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-22 12:38:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-30 12:04:38 +0100 |
commit | 079f2fb98108b51042081d5b0c0e4a24ac43edd7 (patch) | |
tree | 5c988b912239ec6cf95226a71bb4b29abc330b28 /meta/recipes-extended/shadow/shadow_4.1.4.3.bb | |
parent | ae68cb6b002ca09588fccbe1748d19fa0dfc2425 (diff) | |
download | poky-079f2fb98108b51042081d5b0c0e4a24ac43edd7.tar.gz |
shadow: use BPN for alternatives
(From OE-Core rev: 87d43530b434e5be139b845d6b96bbf2d885867d)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow_4.1.4.3.bb')
-rw-r--r-- | meta/recipes-extended/shadow/shadow_4.1.4.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb index 098b0b0584..506f4e6da5 100644 --- a/meta/recipes-extended/shadow/shadow_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow_4.1.4.3.bb | |||
@@ -89,13 +89,13 @@ do_install_append() { | |||
89 | 89 | ||
90 | # Move binaries to the locations we want | 90 | # Move binaries to the locations we want |
91 | rm ${D}${sbindir}/vigr | 91 | rm ${D}${sbindir}/vigr |
92 | ln -sf vipw.${PN} ${D}${base_sbindir}/vigr | 92 | ln -sf vipw.${BPN} ${D}${base_sbindir}/vigr |
93 | mv ${D}${sbindir}/vipw ${D}${base_sbindir}/vipw | 93 | mv ${D}${sbindir}/vipw ${D}${base_sbindir}/vipw |
94 | mv ${D}${bindir}/login ${D}${base_bindir}/login | 94 | mv ${D}${bindir}/login ${D}${base_bindir}/login |
95 | 95 | ||
96 | # Handle link properly after rename, otherwise missing files would | 96 | # Handle link properly after rename, otherwise missing files would |
97 | # lead rpm failed dependencies. | 97 | # lead rpm failed dependencies. |
98 | ln -sf newgrp.${PN} ${D}${bindir}/sg | 98 | ln -sf newgrp.${BPN} ${D}${bindir}/sg |
99 | } | 99 | } |
100 | 100 | ||
101 | inherit update-alternatives | 101 | inherit update-alternatives |