squashfs(-native) depends on lzma(-native), fixes BUG #154
authorMichael Lauer <mickey@vanille-media.de>
Thu, 21 Jul 2005 10:18:48 +0000 (10:18 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 21 Jul 2005 10:18:48 +0000 (10:18 +0000)
packages/squashfs-tools/squashfs-tools-native_2.0r2.bb
packages/squashfs-tools/squashfs-tools_2.0r2.bb

index 569bf8d..d7b285e 100644 (file)
@@ -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)}"
index f99cdb7..ccc6b33 100644 (file)
@@ -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 \