[Buildroot] [git commit master 1/1] at: fix build issue with parallel builds
Peter Korsgaard
jacmet at sunsite.dk
Mon Jan 10 22:24:58 UTC 2011
commit: http://git.buildroot.net/buildroot/commit/?id=716d75350b26e4a0dab8045a5d39e1153e61b561
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
With highly parallel builds, the input files for parsetime.l are not
alway present when needed, breaking the build.
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
package/at/at.mk | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package/at/at.mk b/package/at/at.mk
index 9067fa5..e9873f8 100644
--- a/package/at/at.mk
+++ b/package/at/at.mk
@@ -6,6 +6,8 @@
AT_VERSION = 3.1.12
AT_SOURCE = at_$(AT_VERSION).orig.tar.gz
AT_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/a/at
+# missing deps for parsetime.l
+AT_MAKE = $(MAKE1)
AT_AUTORECONF = YES
AT_INSTALL_STAGING = NO
AT_INSTALL_TARGET = YES
--
1.7.2.2
More information about the buildroot
mailing list