[Buildroot] [PATCH] packages/pseudo: needs attr

Yann E. MORIN yann.morin.1998 at free.fr
Sat Nov 5 12:26:46 UTC 2016


This fixes the build on machines that do not have attr development files
installed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/pseudo/pseudo.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/pseudo/pseudo.mk b/package/pseudo/pseudo.mk
index e2c56ff..ed348f1 100644
--- a/package/pseudo/pseudo.mk
+++ b/package/pseudo/pseudo.mk
@@ -12,7 +12,7 @@ PSEUDO_SITE_METHOD = git
 PSEUDO_LICENSE = LGPLv2.1
 PSEUDO_LICENSE_FILES = COPYING
 
-HOST_PSEUDO_DEPENDENCIES = host-sqlite
+HOST_PSEUDO_DEPENDENCIES = host-attr host-sqlite
 
 # configure script is not generated by autoconf, so passing --libdir
 # is necessary, even if the infrastructure passes --prefix already.
-- 
2.7.4




More information about the buildroot mailing list