diff options
author | Robert Schuster <robertschuster@fsfe.org> | 2009-05-11 13:19:53 +0200 |
---|---|---|
committer | Robert Schuster <robertschuster@fsfe.org> | 2009-05-13 12:58:30 +0200 |
commit | 8079cec72c1014c1676a6de10a6eb4709d9e812d (patch) | |
tree | 93f01b201c9b059bda6044bc04051f60d4781b7c /recipes/cacao/cacao-native_0.99.4.bb | |
parent | b41d60eff88b76b41fea9fd6dafad76da9122bb6 (diff) |
cacao-native 0.99.4: Set default preference to -1.
Diffstat (limited to 'recipes/cacao/cacao-native_0.99.4.bb')
-rw-r--r-- | recipes/cacao/cacao-native_0.99.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/cacao/cacao-native_0.99.4.bb b/recipes/cacao/cacao-native_0.99.4.bb index 1b996ffbcc..1e09e3ddec 100644 --- a/recipes/cacao/cacao-native_0.99.4.bb +++ b/recipes/cacao/cacao-native_0.99.4.bb @@ -1,4 +1,5 @@ -# Do not use this on amd64 hosts yet! +# 0.99.4 appears to be broken on amd64 and i386 :( +DEFAULT_PREFERENCE = "-1" require cacao-native.inc |