1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: 1d274a5897a3b887f6bb0de778f8be0528b47ddd)

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:05:46 -07:00
committed by Richard Purdie
parent a48b13c985
commit f9625d239b
+1 -3
View File
@@ -14,10 +14,8 @@ SRC_URI = "http://tukaani.org/xz/xz-${PV}.tar.gz"
SRC_URI[md5sum] = "f3c0706d100ad2b6d63327584d026c50"
SRC_URI[sha256sum] = "eba9211990a642fc2c35ea02618b710c7fa898d78ccca48b546a07bdde03c44d"
DEPENDS = "gettext"
PR = "r0"
inherit autotools
inherit autotools gettext
BBCLASSEXTEND = "native"