diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 21:03:21 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 13:39:42 +0100 |
commit | 55bd7994f6fa6c39ee0bf3401cf8c8afbe4f63b9 (patch) | |
tree | 80d2d4e6b5b0ea4a7b713a047a6a17a859843cce /meta | |
parent | 30dd83d1bcff3f3ccf7f0bc4aed792b6ecb01f2f (diff) | |
download | openembedded-core-contrib-55bd7994f6fa6c39ee0bf3401cf8c8afbe4f63b9.tar.gz |
chkconfig_1.3.49.bb: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/chkconfig/chkconfig_1.3.49.bb | 4 |
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 97da4a45920..83adb14362c 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" 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 |