mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user