aboutsummaryrefslogtreecommitdiffstats
path: root/classes/gettext.bbclass
AgeCommit message (Expand)Author
2010-06-05classes/gettext.bbclass: Account for libiconv and libintl too.Khem Raj
2010-05-05gettext enhancements: Make it easier to use the right gettextJoshua Lock
2009-11-16classes: Drop a number of unneeded import calls (from Poky)Richard Purdie
2008-10-09merge of '0cc46a3e4be22a50518f2ca80e16fc733b1d9ca0'Koen Kooi
2008-10-09gettext.bbclass: revert part of a cset that breaks OE with inifinite loopsKoen Kooi
2008-10-09revert last patch as it leads to a build loop. woglinde, please try again.Michael Lauer
2008-10-08gettext.bbclass: make it simpler to understandHenning Heinold
2006-11-18Micro-Optimisation decreasing initial parsing time by 10%Holger Freyther
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2004-12-07Merge oe-devel@oe-devel.bkbits.net:packages.bbChris Larson
r_qa OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/dropbear/dropbear/fix-2kb-keys.patch
blob: ba2b19d44ab1a0b0b4dd1531ee57c0981e54f846 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Nurd dropbear-0.45/kex.h dropbear-0.45.patched/kex.h
--- dropbear-0.45/kex.h	2005-03-06 20:27:02.000000000 -0800
+++ dropbear-0.45.patched/kex.h	2005-03-08 15:22:44.064583279 -0800
@@ -64,6 +64,6 @@
 
 };
 
-#define MAX_KEXHASHBUF 2000
+#define MAX_KEXHASHBUF 3000
 
 #endif /* _KEX_H_ */