diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-27 23:50:36 +0000 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-03 18:14:04 +0200 |
commit | bc14d2764acdc04c31222bed319c47ac3bcebfcb (patch) | |
tree | 89940f99565d8705ca4a1ebc7e53baebdf489bcf /recipes/squashfs-tools | |
parent | 9ed124062cb7797c5824a2bcdd14c07ed431ee3a (diff) |
squashfs-tools: added dependency to attr/attr-native
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/squashfs-tools')
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools-native_4.0.bb | 2 | ||||
-rw-r--r-- | recipes/squashfs-tools/squashfs-tools.inc | 4 |
2 files changed, 3 insertions, 3 deletions
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" |