[oe-commits] Koen Kooi : squashfs-tools: fix up native version

git version control git at git.openembedded.org
Thu Nov 5 10:01:25 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: ac8425fce9249cb483e6a206334ce23e95be0250
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ac8425fce9249cb483e6a206334ce23e95be0250

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Nov  5 10:59:34 2009 +0100

squashfs-tools: fix up native version

---

 .../squashfs-tools/squashfs-tools-native_4.0.bb    |    5 ++++-
 recipes/squashfs-tools/squashfs-tools_4.0.bb       |    2 ++
 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 f21bf99..8fc80a6 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 a4503fc..17ab6dc 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"
 





More information about the Openembedded-commits mailing list