From: Frans Meulenbroeks Date: Tue, 27 Jul 2010 23:50:36 +0000 (+0000) Subject: squashfs-tools: added dependency to attr/attr-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc14d2764acdc04c31222bed319c47ac3bcebfcb;p=openembedded.git squashfs-tools: added dependency to attr/attr-native Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb index cc01604460..17894179f2 100644 --- a/recipes/squashfs-tools/squashfs-tools-native_4.0.bb +++ b/recipes/squashfs-tools/squashfs-tools-native_4.0.bb @@ -2,7 +2,7 @@ require squashfs-tools_4.0.bb inherit native -DEPENDS = "zlib-native" +DEPENDS = "attr-native zlib-native" PACKAGES = "" diff --git a/recipes/squashfs-tools/squashfs-tools.inc b/recipes/squashfs-tools/squashfs-tools.inc index fb5a648545..44f6a4bc94 100644 --- a/recipes/squashfs-tools/squashfs-tools.inc +++ b/recipes/squashfs-tools/squashfs-tools.inc @@ -1,8 +1,8 @@ DESCRIPTION = "Squashfs is a highly compressed read-only filesystem for Linux." SECTION = "base" LICENSE = "GPLv2" -DEPENDS = "zlib" -INC_PR = "r3" +DEPENDS = "attr zlib" +INC_PR = "r4" S = "${WORKDIR}/squashfs${@bb.data.getVar('PV',d,1).replace('r','-r')}/squashfs-tools"