From: Yann E. MORIN Date: Sat, 5 Nov 2016 12:26:46 +0000 (+0100) Subject: packages/pseudo: needs attr X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a25210b8a06ba7bc57481afbacc8f8b9bb007d40;p=buildroot.git packages/pseudo: needs attr This fixes the build on machines that do not have attr development files installed. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/pseudo/pseudo.mk b/package/pseudo/pseudo.mk index e2c56fff06..ed348f1cd9 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.