From bc14d2764acdc04c31222bed319c47ac3bcebfcb Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Tue, 27 Jul 2010 23:50:36 +0000 Subject: squashfs-tools: added dependency to attr/attr-native Signed-off-by: Frans Meulenbroeks --- recipes/squashfs-tools/squashfs-tools-native_4.0.bb | 2 +- recipes/squashfs-tools/squashfs-tools.inc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/squashfs-tools') 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" -- cgit v1.2.3