summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/grub
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-09-12 02:54:18 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-16 22:13:52 +0100
commit563ea5b3d9cf5fbf480564703f581ba5fb2f2fd6 (patch)
tree07b70eb54ac72fb5001fb2a024b1b7f40907b48a /meta/recipes-bsp/grub
parent40e1c38dbf636f54175814343c017d42c6f25bf5 (diff)
downloadpoky-563ea5b3d9cf5fbf480564703f581ba5fb2f2fd6.tar.gz
sstate.bbclass: fix sstate_hardcode_path()
The "grep -e (x|y)" doesn't work, for example: $ echo xy | grep -e '(x|y)' No output We can use "grep -E" (extended regexp) or "grep -e x -e y" to fix it. It only affected the cross recipes. (From OE-Core rev: 62722de6d0ec00608eacc2cb0396362aced00047) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
0 files changed, 0 insertions, 0 deletions