From: Matthew McClintock Date: Wed, 30 Nov 2011 07:55:06 +0000 (-0600) Subject: image_types.bbclass: add xz-native to deps for lzma ext2.lzma images X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~43474 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d637e33985437fbc826fdf13460ede5050db255;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git image_types.bbclass: add xz-native to deps for lzma ext2.lzma images Signed-off-by: Matthew McClintock Signed-off-by: Richard Purdie --- diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index ea0d9a56d70..29b63806e67 100644 --- a/meta/classes/image_types.bbclass +++ b/meta/classes/image_types.bbclass @@ -142,7 +142,7 @@ IMAGE_DEPENDS_cramfs = "cramfs-native" IMAGE_DEPENDS_ext2 = "genext2fs-native" IMAGE_DEPENDS_ext2.gz = "genext2fs-native" IMAGE_DEPENDS_ext2.bz2 = "genext2fs-native" -IMAGE_DEPENDS_ext2.lzma = "genext2fs-native" +IMAGE_DEPENDS_ext2.lzma = "genext2fs-native xz-native" IMAGE_DEPENDS_ext3 = "genext2fs-native e2fsprogs-native" IMAGE_DEPENDS_ext3.gz = "genext2fs-native e2fsprogs-native" IMAGE_DEPENDS_ext4 = "genext2fs-native e2fsprogs-native"