[OE-core] [PATCH 1/1] Create a script for SUMMARY audit in recipes

Henning Heinold heinold at inf.fu-berlin.de
Sat Dec 17 15:38:17 UTC 2011


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 <shane.wang at intel.com>
> ---
>  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




More information about the Openembedded-core mailing list