]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
packages/pseudo: needs attr
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 5 Nov 2016 12:26:46 +0000 (13:26 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 Nov 2016 12:53:08 +0000 (13:53 +0100)
This fixes the build on machines that do not have attr development files
installed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pseudo/pseudo.mk

index e2c56fff060ab54d3094b1e4c3547b08f7e38c17..ed348f1cd9f9a9ffbc87bbdbad29a09a15b3e9b9 100644 (file)
@@ -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.