From 4e6fcc35fff67c81fddbe643c7f72c674dc2193d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 4 Jul 2014 10:52:08 +0100 Subject: [PATCH] pseudo: add missing depends on attr Now that pseudo has support for working on xattrs, it needs to depend on attr. Change-Id: Id5b7fe51af9f8f259d1beea7c74bb9fb4b1e978b Signed-off-by: Ross Burton --- recipes-devtools/pseudo/pseudo_git.bbappend | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-devtools/pseudo/pseudo_git.bbappend b/recipes-devtools/pseudo/pseudo_git.bbappend index a67ffa6..9e8f15d 100644 --- a/recipes-devtools/pseudo/pseudo_git.bbappend +++ b/recipes-devtools/pseudo/pseudo_git.bbappend @@ -3,4 +3,6 @@ PV = "1.6.0+git${SRCPV}" DEFAULT_PREFERENCE = "100" -SRC_URI = "git://git.yoctoproject.org/pseudo;branch=seebs/xattr" \ No newline at end of file +SRC_URI = "git://git.yoctoproject.org/pseudo;branch=seebs/xattr" + +DEPENDS += "attr" -- 2.7.4