[oe-commits] Frans Meulenbroeks : squashfs-tools: added dependency to attr/attr-native

git version control git at git.openembedded.org
Tue Aug 3 16:14:22 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: bc14d2764acdc04c31222bed319c47ac3bcebfcb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bc14d2764acdc04c31222bed319c47ac3bcebfcb

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Tue Jul 27 23:50:36 2010 +0000

squashfs-tools: added dependency to attr/attr-native

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 .../squashfs-tools/squashfs-tools-native_4.0.bb    |    2 +-
 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 cc01604..1789417 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 fb5a648..44f6a4b 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"
 





More information about the Openembedded-commits mailing list