On Sun, Dec 18, 2011 at 01:18:15AM +0800, Wang, Shane wrote: > Henning Heinold wrote onĀ 2011-12-17: > > > On Sat, Dec 17, 2011 at 11:07:12PM +0800, Shane Wang wrote: > >> Some recipes don't contain SUMMARY, which HOB will use for > >> descriptions. If the summary is missing, bitbake will create a default > >> value for summary. That is PN plus string " version " plus its version. > >> Every maintainer should add and update the summary fields according to > >> audit results. > >> > >> [YOCTO #1804] got fixed, and maintainers should follow up. > >> > >> Signed-off-by: Shane Wang <[email protected]> > >> --- > >> scripts/contrib/summary-audit.sh | 53 > >> ++++++++++++++++++++++++++++++++++++++ 1 files changed, 53 > >> insertions(+), 0 deletions(-) create mode 100755 > >> scripts/contrib/summary-audit.sh > >> diff --git a/scripts/contrib/summary-audit.sh > >> b/scripts/contrib/summary-audit.sh new file mode 100755 index > >> 0000000..068e283 --- /dev/null +++ b/scripts/contrib/summary-audit.sh > >> @@ -0,0 +1,53 @@ +#!/bin/bash +# > > > > Hm, > > > > where do you need special bash features? > > > > Bye Henning > > OK, nowhere. I tested with sh just now, it also worked. Will change that.
I think you used some == you have to change them. Bye Henning _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
