summaryrefslogtreecommitdiff
path: root/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-11-18 01:29:09 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-11-18 19:22:12 +0100
commit1481ac48dd9d47cc6ac2749e1d68147553e76c7e (patch)
tree4789902fcca97ca886d9af8cd030473bd76f2071 /recipes/squashfs-tools/squashfs-tools-native_4.0.bb
parent96fa2bacf66afcb30903cea6a8ef3f612dbe2afc (diff)
squashfs-4.0: update squashfs-tools to include upstream LZMA inclusion.
In OpenEmbedded we used squashfs 4.0 with external patch for LZMA compression support. In the meantime, squashfs has mainlined LZMA support in its CVS version. This patches switches to the upstream squashfs-tools and modifies bitbake.conf to match the slightly different arguments to mksquashfs. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/squashfs-tools/squashfs-tools-native_4.0.bb')
-rw-r--r--recipes/squashfs-tools/squashfs-tools-native_4.0.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
index 8fc80a64f1..cc01604460 100644
--- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
+++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
@@ -1,13 +1,12 @@
-require squashfs-tools_${PV}.bb
+require squashfs-tools_4.0.bb
inherit native
-DEPENDS = "zlib-native lzma-native "
-
-PR = "${INC_PR}.1"
+DEPENDS = "zlib-native"
PACKAGES = ""
do_stage () {
install -m 0755 mksquashfs ${STAGING_BINDIR}/
}
+