summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/chkconfig
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 21:03:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:46 +0100
commit6bcb66d2ed201ad08db35ad9a5804858aa16f35a (patch)
tree75dcad9f0fe644cc4aa65742816f3b40c6378397 /meta/recipes-extended/chkconfig
parent0a1b99bbe6bae0a80cf0625903ac1e29454589e0 (diff)
downloadpoky-6bcb66d2ed201ad08db35ad9a5804858aa16f35a.tar.gz
chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to DEPENDS directly
(From OE-Core rev: 55bd7994f6fa6c39ee0bf3401cf8c8afbe4f63b9) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/chkconfig')
-rw-r--r--meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb
index 97da4a4592..83adb14362 100644
--- a/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb
@@ -10,7 +10,7 @@ HOMEPAGE = "http://fedorahosted.org/releases/c/h/chkconfig"
10LICENSE = "GPLv2" 10LICENSE = "GPLv2"
11LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018" 11LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
12 12
13DEPENDS = "libnewt gettext popt" 13DEPENDS = "libnewt popt"
14 14
15PR = "r0" 15PR = "r0"
16 16
@@ -18,7 +18,7 @@ SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${P}.tar.bz2"
18SRC_URI[md5sum] = "9b5e91d25f4f3b21f4c0bdf55a721431" 18SRC_URI[md5sum] = "9b5e91d25f4f3b21f4c0bdf55a721431"
19SRC_URI[sha256sum] = "775100a9d6f70fbd8f33ed24b560b6842161fc496c21b1fc6d2aed646f9d855f" 19SRC_URI[sha256sum] = "775100a9d6f70fbd8f33ed24b560b6842161fc496c21b1fc6d2aed646f9d855f"
20 20
21inherit autotools 21inherit autotools gettext
22 22
23do_install_append() { 23do_install_append() {
24 mkdir -p ${D}/etc/chkconfig.d 24 mkdir -p ${D}/etc/chkconfig.d