projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c6ca66
)
cosmo: disable package until upstream site is fixed
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Thu, 12 Jun 2014 21:36:35 +0000
(23:36 +0200)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 13 Jun 2014 07:46:27 +0000
(09:46 +0200)
Fixes:
http://autobuild.buildroot.org/results/1ca/
1ca98e95b106a948f1c0d0153a290ae1d9adb76d
/
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cosmo/Config.in
patch
|
blob
|
history
diff --git
a/package/cosmo/Config.in
b/package/cosmo/Config.in
index cf5e12337af0bef8bf0e756d447407985f453bde..869a1072ed298854ad43dc70d0cfbc67678f9b6a 100644
(file)
--- a/
package/cosmo/Config.in
+++ b/
package/cosmo/Config.in
@@
-2,6
+2,8
@@
config BR2_PACKAGE_COSMO
bool "cosmo"
# run-time dependency
select BR2_PACKAGE_LPEG
+ # upstream site does not provide a valid archive
+ depends on BROKEN
help
Cosmo is a "safe templates" engine for Lua.