[Buildroot] [git commit] packages/pseudo: needs attr

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Nov 5 12:53:08 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=a25210b8a06ba7bc57481afbacc8f8b9bb007d40
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 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.


More information about the buildroot mailing list