projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e2fd81
)
at: fix build issue with parallel builds
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 10 Jan 2011 22:24:58 +0000
(23:24 +0100)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 10 Jan 2011 22:24:58 +0000
(23:24 +0100)
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@sunsite.dk>
package/at/at.mk
patch
|
blob
|
history
diff --git
a/package/at/at.mk
b/package/at/at.mk
index 9067fa5c18048c3eff4290ef0d42b3d97e692257..e9873f8f8b719ce605aeeaa46153553fee536ec3 100644
(file)
--- 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