All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] image_types.bbclass: add xz-native to deps for lzma ext2.lzma images
@ 2011-11-30  7:55 Matthew McClintock
  2011-11-30  7:55 ` [PATCH] siggen.py: If both sigs have a variable in it's whitelist then don't say it's changed Matthew McClintock
  2011-11-30 15:11 ` [PATCH] image_types.bbclass: add xz-native to deps for lzma ext2.lzma images Richard Purdie
  0 siblings, 2 replies; 4+ messages in thread
From: Matthew McClintock @ 2011-11-30  7:55 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Matthew McClintock <msm@freescale.com>
---
 meta/classes/image_types.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass
index 2260915..aed5a85 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"
-- 
1.7.6.1





^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-11-30 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-30  7:55 [PATCH] image_types.bbclass: add xz-native to deps for lzma ext2.lzma images Matthew McClintock
2011-11-30  7:55 ` [PATCH] siggen.py: If both sigs have a variable in it's whitelist then don't say it's changed Matthew McClintock
2011-11-30 17:25   ` McClintock Matthew-B29882
2011-11-30 15:11 ` [PATCH] image_types.bbclass: add xz-native to deps for lzma ext2.lzma images Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.