aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/sed/sed_4.2.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 21:02:39 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 13:39:30 +0100
commit30dd83d1bcff3f3ccf7f0bc4aed792b6ecb01f2f (patch)
treeb7f7e78e1c40bf7cc468ad3b572aaf92425840b3 /meta/recipes-extended/sed/sed_4.2.1.bb
parent31945c914ca45e404d5c72210c9be16161cc1228 (diff)
downloadopenembedded-core-30dd83d1bcff3f3ccf7f0bc4aed792b6ecb01f2f.tar.gz
sed: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-extended/sed/sed_4.2.1.bb')
-rw-r--r--meta/recipes-extended/sed/sed_4.2.1.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/sed/sed_4.2.1.bb b/meta/recipes-extended/sed/sed_4.2.1.bb
index 045fd66597..d775d44b44 100644
--- a/meta/recipes-extended/sed/sed_4.2.1.bb
+++ b/meta/recipes-extended/sed/sed_4.2.1.bb
@@ -6,14 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
SECTION = "console/utils"
PR = "r1"
-DEPENDS = "gettext"
-
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz"
SRC_URI[md5sum] = "f0fd4d7da574d4707e442285fd2d3b86"
SRC_URI[sha256sum] = "8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060"
-inherit autotools update-alternatives
+inherit autotools update-alternatives gettext
do_install () {
autotools_do_install