From: Michael Lauer Date: Thu, 21 Jul 2005 10:18:48 +0000 (+0000) Subject: squashfs(-native) depends on lzma(-native), fixes BUG #154 X-Git-Tag: Release-2010-05/1~9453^2~4106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ab191e8d625aeac46c7212a365136794e97988d;p=openembedded.git squashfs(-native) depends on lzma(-native), fixes BUG #154 --- 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 " +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 \