]> code.ossystems Code Review - openembedded-core.git/commitdiff
chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to DEPENDS directly
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 04:03:21 +0000 (21:03 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:39:42 +0000 (13:39 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb

index 97da4a459203c8b912de5b78cd68071289a242e3..83adb14362ceab22392318e7e301b60f1a077b4f 100644 (file)
@@ -10,7 +10,7 @@ HOMEPAGE = "http://fedorahosted.org/releases/c/h/chkconfig"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5574c6965ae5f583e55880e397fbb018"
 
-DEPENDS = "libnewt gettext popt"
+DEPENDS = "libnewt popt"
 
 PR = "r0"
 
@@ -18,7 +18,7 @@ SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${P}.tar.bz2"
 SRC_URI[md5sum] = "9b5e91d25f4f3b21f4c0bdf55a721431"
 SRC_URI[sha256sum] = "775100a9d6f70fbd8f33ed24b560b6842161fc496c21b1fc6d2aed646f9d855f"
 
-inherit autotools
+inherit autotools gettext
 
 do_install_append() {
     mkdir -p ${D}/etc/chkconfig.d