summaryrefslogtreecommitdiff
path: root/packages/squashfs-tools/squashfs-tools-native_2.0r2.bb
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/squashfs-tools-native_2.0r2.bb
parent4d0a097e128e46bd4c7616881f2b8a53acdd27c2 (diff)
squashfs(-native) depends on lzma(-native), fixes BUG #154
Diffstat (limited to 'packages/squashfs-tools/squashfs-tools-native_2.0r2.bb')
-rw-r--r--packages/squashfs-tools/squashfs-tools-native_2.0r2.bb6
1 files changed, 4 insertions, 2 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)}"