summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/time
AgeCommit message (Expand)Author
2018-05-04time:1.8 -> 1.9Hong Liu
2018-02-24time: 1.7 -> 1.8Robert Yang
2017-01-19time: BBCLASSEXTEND to native and nativesdkAndré Draszik
2014-05-01Add texinfo.bbclass; recipes that use texinfo utils at build-time inherit it.Max Eliaser
2012-08-15time: cleanup update-alternatives deprecated codeSaul Wold
2012-05-30time: use BPN for alternativesMark Hatle
2011-11-15time: use u-a for time, conflicts with busyboxMartin Jansa
2011-11-15time: drop default S and 2 useless commentsMartin Jansa
2011-11-15time: rename files dir to time-1.7 for faster lookupMartin Jansa
2011-08-23recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj
2011-05-13update patch upstream statusQing He
2011-02-22Remove all comments from multiline expressions (as mentioned in bug #704)Richard Purdie
2010-12-16recipes-extended: Add Summary informationMark Hatle
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
2010-08-27Major layout change to the packages directoryRichard Purdie
bbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */ }
Upstream-Status: Pending

Subject: gen.c: extend DIRNAMESIZE from 256 to 512

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 lib/dns/gen.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/dns/gen.c b/lib/dns/gen.c
index 7a7dafb..51a0435 100644
--- a/lib/dns/gen.c
+++ b/lib/dns/gen.c
@@ -148,7 +148,7 @@ static const char copyright[] =
 #define TYPECLASSBUF (TYPECLASSLEN + 1)
 #define TYPECLASSFMT "%" STR(TYPECLASSLEN) "[-0-9a-z]_%d"
 #define ATTRIBUTESIZE 256
-#define DIRNAMESIZE 256
+#define DIRNAMESIZE 512
 
 static struct cc {
 	struct cc *next;
-- 
1.9.1