summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/xz
diff options
context:
space:
mode:
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"