[oe] [PATCH 2/2] squashfs-tools: added dependency to attr/attr-native

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Jul 28 09:50:36 UTC 2010


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

I also had a quick stab at removing legacy staging and adding BBCLASSEXTEND = "native"
but somehow I can't get it working. Guess it is something trivial but don't have
any time right now, so according to "commit early; commit often" here is what I have right now
(which works but is still using legacy staging and a native recipe).

Appreciate if someone can fix this. One of the issues is a hard-coded path in the Makefile
(INSTALL_DIR)

have fun! Frans

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"
 
-- 
1.7.0.4





More information about the Openembedded-devel mailing list