aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/squashfs-tools
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-11-05 10:59:34 +0100
committerKoen Kooi <koen@openembedded.org>2009-11-05 10:59:34 +0100
commitac8425fce9249cb483e6a206334ce23e95be0250 (patch)
tree02115c20a0a6d8d08f365c02a52a74b87fe916ba /recipes/squashfs-tools
parent7f845d2618f8e7ba27ee6cc908311fb214df6771 (diff)
downloadopenembedded-ac8425fce9249cb483e6a206334ce23e95be0250.tar.gz
squashfs-tools: fix up native version
Diffstat (limited to 'recipes/squashfs-tools')
-rw-r--r--recipes/squashfs-tools/squashfs-tools-native_4.0.bb5
-rw-r--r--recipes/squashfs-tools/squashfs-tools_4.0.bb2
2 files changed, 6 insertions, 1 deletions
diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
index f21bf99645..8fc80a64f1 100644
--- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
+++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb
@@ -1,6 +1,9 @@
+require squashfs-tools_${PV}.bb
+
inherit native
-require squashfs-tools_${PV}.bb
+DEPENDS = "zlib-native lzma-native "
+
PR = "${INC_PR}.1"
PACKAGES = ""
diff --git a/recipes/squashfs-tools/squashfs-tools_4.0.bb b/recipes/squashfs-tools/squashfs-tools_4.0.bb
index a4503fcf0f..17ab6dc61b 100644
--- a/recipes/squashfs-tools/squashfs-tools_4.0.bb
+++ b/recipes/squashfs-tools/squashfs-tools_4.0.bb
@@ -7,6 +7,8 @@ EXTRA_OEMAKE = "USE_LZMA=1 \
LZMA_LIB='${STAGING_LIBDIR}/liblzma.a'"
DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
+
SRC_URI += " file://portability.patch;patch=1;pnum=2 \
file://lzma-support.patch;patch=1;pnum=2"