* Update #!/bin/bash to #!/bin/sh in test.sh to remove bashisms Signed-off-by: Mingli Yu <[email protected]> --- .../grubby/grubby-remove-bashisms-in-test.sh.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 meta-oe/recipes-support/grubby/grubby/grubby-remove-bashisms-in-test.sh.patch
diff --git a/meta-oe/recipes-support/grubby/grubby/grubby-remove-bashisms-in-test.sh.patch b/meta-oe/recipes-support/grubby/grubby/grubby-remove-bashisms-in-test.sh.patch new file mode 100644 index 0000000..6734e7f --- /dev/null +++ b/meta-oe/recipes-support/grubby/grubby/grubby-remove-bashisms-in-test.sh.patch @@ -0,0 +1,29 @@ +From c3a004b8d6dff1a767573dd7baf5d45efddb9f2b Mon Sep 17 00:00:00 2001 +From: Mingli Yu <[email protected]> +Date: Fri, 15 Jul 2016 11:23:17 +0800 +Subject: [PATCH] grubby: remove bashisms in test.sh + +* Update #!/bin/bash to #!/bin/sh in test.sh to + remove below warning: + QA Issue: /usr/lib/grubby/ptest/test.sh contained + in package grubby-ptest requires /bin/bash, but no + providers found in RDEPENDS_grubby-ptest? [file-rdeps] + +Signed-off-by: Mingli Yu <[email protected]> +--- + test.sh | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test.sh b/test.sh +index f738388..f3537f3 100755 +--- a/test.sh ++++ b/test.sh +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/bin/sh + # + # test.sh -- grubby regression tests + # +-- +2.8.1 + -- 2.8.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
