]> code.ossystems Code Review - openembedded-core.git/commit
scripts/create-recipe: minor fixes
authorYi Zhao <yi.zhao@windriver.com>
Tue, 2 Sep 2014 05:47:42 +0000 (13:47 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Sep 2014 16:51:45 +0000 (17:51 +0100)
commitefb9f9f1d9a85a22991f99277f77b87784762cbb
tree509be51243b719bf885ad2dec1c4c488d9e6b102
parentfe21804c296bbb8b2b8b0c29e6e4890bc17f07fc
scripts/create-recipe: minor fixes

Fixed:
- Remove PR. We don't need the "PR = r0" in the bb file.
- Function length can't get the array's size correctly.
  Should use function scalar.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/create-recipe