diff options
author | Peter A. Bigot <pab@pabigot.com> | 2013-08-31 18:50:13 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-06 23:03:23 +0100 |
commit | c33bf220de194c913115e5b3f9bef83c3ae4f857 (patch) | |
tree | ebe4853eabd1e35067d5906c7f73ca57320bdcb6 /meta | |
parent | 06dc3a9712cca3690608d8336bb7982a41207d9e (diff) | |
download | poky-c33bf220de194c913115e5b3f9bef83c3ae4f857.tar.gz |
chkconfig: remove linuxstdbase symlinks
These links were moved to the lsb package because lsbsetup was to be
removed. Subsequently an earlier patch that moved them to chkconfig was
also merged. This results in duplicate installations that generate a
warning when building core-image-lsb under DISTRO=poky-lsb which enables the
linuxstdbase feature.
(From OE-Core rev: 77a0b904e18688ecf81a35544f3a5d6ba0aa61a8)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb index c6f8b1d44f..4560298eca 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb | |||
@@ -48,12 +48,6 @@ do_install() { | |||
48 | install -d ${D}${sysconfdir}/chkconfig.d | 48 | install -d ${D}${sysconfdir}/chkconfig.d |
49 | } | 49 | } |
50 | 50 | ||
51 | do_install_append_linuxstdbase() { | ||
52 | install -d ${D}${libdir}/lsb/ | ||
53 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/install_initd | ||
54 | ln -sf ${base_sbindir}/chkconfig ${D}/${libdir}/lsb/remove_initd | ||
55 | } | ||
56 | |||
57 | PACKAGES =+ "${PN}-alternatives ${PN}-alternatives-doc" | 51 | PACKAGES =+ "${PN}-alternatives ${PN}-alternatives-doc" |
58 | SUMMARY_${PN}-alternatives = "Maintain symbolic links determining default commands" | 52 | SUMMARY_${PN}-alternatives = "Maintain symbolic links determining default commands" |
59 | DESCRIPTION_${PN}-alternatives = "alternatives creates, removes, maintains and displays \ | 53 | DESCRIPTION_${PN}-alternatives = "alternatives creates, removes, maintains and displays \ |
@@ -67,5 +61,3 @@ FILES_${PN}-alternatives = "${sbindir}/alternatives ${sbindir}/update-alternativ | |||
67 | ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives" | 61 | ${sysconfdir}/alternatives ${localstatedir}/lib/alternatives" |
68 | FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \ | 62 | FILES_${PN}-alternatives-doc = "${mandir}/man8/alternatives.8 \ |
69 | ${mandir}/man8/update-alternatives.8" | 63 | ${mandir}/man8/update-alternatives.8" |
70 | |||
71 | FILES_${PN}_append_linuxstdbase += "${libdir}/lsb" | ||