sed: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: 30dd83d1bcff3f3ccf7f0bc4aed792b6ecb01f2f)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2011-03-31 21:02:39 -07:00
committed by Richard Purdie
parent be9d2aeec5
commit 0a1b99bbe6
2 changed files with 2 additions and 6 deletions

View File

@@ -6,12 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
SECTION = "console/utils"
PR = "r5"
DEPENDS = "gettext"
SRC_URI = "${GNU_MIRROR}/sed/sed-${PV}.tar.gz \
file://fix_return_type.patch"
inherit autotools update-alternatives
inherit autotools update-alternatives gettext
do_install () {
autotools_do_install

View File

@@ -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