summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 21:05:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 14:09:48 +0100
commitf9625d239b077552c5415982ccff411e676ee898 (patch)
treef23d33e1292652f555d63d0b424ed0875db79c68 /meta/recipes-extended/xz
parenta48b13c985239d1b6765cabea640d6e35a5727a0 (diff)
downloadpoky-f9625d239b077552c5415982ccff411e676ee898.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/xz')
-rw-r--r--meta/recipes-extended/xz/xz_5.0.0.bb4
1 files changed, 1 insertions, 3 deletions
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"
14SRC_URI[md5sum] = "f3c0706d100ad2b6d63327584d026c50" 14SRC_URI[md5sum] = "f3c0706d100ad2b6d63327584d026c50"
15SRC_URI[sha256sum] = "eba9211990a642fc2c35ea02618b710c7fa898d78ccca48b546a07bdde03c44d" 15SRC_URI[sha256sum] = "eba9211990a642fc2c35ea02618b710c7fa898d78ccca48b546a07bdde03c44d"
16 16
17DEPENDS = "gettext"
18
19PR = "r0" 17PR = "r0"
20 18
21inherit autotools 19inherit autotools gettext
22 20
23BBCLASSEXTEND = "native" 21BBCLASSEXTEND = "native"