From: Khem Raj Date: Fri, 1 Apr 2011 04:05:46 +0000 (-0700) Subject: xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directly X-Git-Tag: 2011-1~1891 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1d274a5897a3b887f6bb0de778f8be0528b47ddd;p=openembedded-core.git xz_5.0.0.bb: inherit gettext class instead of adding gettext to DEPENDS directly Signed-off-by: Khem Raj --- diff --git a/meta/recipes-extended/xz/xz_5.0.0.bb b/meta/recipes-extended/xz/xz_5.0.0.bb index 031c92a6c5..629ea9a31c 100644 --- a/meta/recipes-extended/xz/xz_5.0.0.bb +++ b/meta/recipes-extended/xz/xz_5.0.0.bb @@ -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"