aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squashfs-tools
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-07-21 10:18:48 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-21 10:18:48 +0000
commit5ab191e8d625aeac46c7212a365136794e97988d (patch)
treedafd6416005bc55036318dbd5b250e64b05d6184 /packages/squashfs-tools
parent4d0a097e128e46bd4c7616881f2b8a53acdd27c2 (diff)
downloadopenembedded-5ab191e8d625aeac46c7212a365136794e97988d.tar.gz
squashfs(-native) depends on lzma(-native), fixes BUG #154
Diffstat (limited to 'packages/squashfs-tools')
-rw-r--r--packages/squashfs-tools/squashfs-tools-native_2.0r2.bb6
-rw-r--r--packages/squashfs-tools/squashfs-tools_2.0r2.bb4
2 files changed, 7 insertions, 3 deletions
diff --git a/packages/squashfs-tools/squashfs-tools-native_2.0r2.bb b/packages/squashfs-tools/squashfs-tools-native_2.0r2.bb
index 569bf8dad2..d7b285e8ec 100644
--- a/packages/squashfs-tools/squashfs-tools-native_2.0r2.bb
+++ b/packages/squashfs-tools/squashfs-tools-native_2.0r2.bb
@@ -1,6 +1,8 @@
-SECTION = "base"
-PN_BASE = "squashfs-tools"
include ${PN_BASE}_${PV}.bb
+
+DEPENDS = "lzma-native"
+PN_BASE = "squashfs-tools"
+
inherit native
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/${PN_BASE}-${PV}', '${FILE_DIRNAME}/${PN_BASE}', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], d)}"
diff --git a/packages/squashfs-tools/squashfs-tools_2.0r2.bb b/packages/squashfs-tools/squashfs-tools_2.0r2.bb
index f99cdb798e..ccc6b33697 100644
--- a/packages/squashfs-tools/squashfs-tools_2.0r2.bb
+++ b/packages/squashfs-tools/squashfs-tools_2.0r2.bb
@@ -1,7 +1,9 @@
-SECTION = "base"
DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+DEPENDS = "lzma"
+SECTION = "base"
LICENSE = "GPLv2"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}.tar.gz \
file://flags.patch;patch=1 \