summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei.gherzan@windriver.com>2012-01-16 20:31:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 11:34:10 +0000
commit8a7a7fef7324fc5da7c26167e686f9dfc82a6fe7 (patch)
treee63e28e8b627bb88de811b9bbb8204adaf45954f /meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb
parent3ba7426bbf6be7a708c22d573513a4fd6a3c90d0 (diff)
downloadpoky-8a7a7fef7324fc5da7c26167e686f9dfc82a6fe7.tar.gz
chkconfig: Update package from v1.3.55 to v1.3.57
(From OE-Core rev: 28191449636ef2554e82459038a2d67915e9a022) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb')
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb
new file mode 100644
index 0000000000..b8ef2f6014
--- /dev/null
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb
@@ -0,0 +1,27 @@
1SUMMARY = "A system tool for maintaining the /etc/rc*.d hierarchy"
2
3DESCRIPTION = "Chkconfig is a basic system utility. It updates and queries runlevel \
4information for system services. Chkconfig manipulates the numerous \
5symbolic links in /etc/rc.d, to relieve system administrators of some \
6of the drudgery of manually editing the symbolic links."
7
8HOMEPAGE = "http://fedorahosted.org/releases/c/h/chkconfig"
9
10LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
12
13DEPENDS = "libnewt popt"
14
15PR = "r0"
16
17SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2"
18
19SRC_URI[md5sum] = "35a2d0630f1cb5c251e749eefde70afd"
20SRC_URI[sha256sum] = "6a95472873984a0a8e99dca23ce9efe0ffe9db06d9990ce325575f8506babc1c"
21
22inherit autotools gettext
23
24do_install_append() {
25 mkdir -p ${D}/etc/chkconfig.d
26 rm -f ${D}/usr/sbin/update-alternatives
27}