summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-05-24 14:57:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-01 18:34:33 +0100
commit18940c7497aa55415e9872861c9d9315ef1f54be (patch)
treeb9d9d73c8d34cfc09f9a912d3d73b9c42d8f6640 /meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb
parent8d747237b55a8e192a75fb81ebe8dd5896f3ec96 (diff)
downloadpoky-18940c7497aa55415e9872861c9d9315ef1f54be.tar.gz
chkconfig: update to 1.3.52
(From OE-Core rev: 4cf0e0f8fc7da0e052dd779927a10eaea4823e93) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb')
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb
new file mode 100644
index 0000000000..7d5f0691fb
--- /dev/null
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.52.bb
@@ -0,0 +1,26 @@
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/${P}.tar.bz2"
18
19SRC_URI[md5sum] = "a576808a6d66763606d750ec451bab6d"
20SRC_URI[sha256sum] = "aa36bf7fd3f7c6e3371eddd8a7846b83435c48f132cc5919d83a830504b797d6"
21
22inherit autotools gettext
23
24do_install_append() {
25 mkdir -p ${D}/etc/chkconfig.d
26}