mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
grubby: add bash to RDEPENDS_grubby-ptest
* Add bash to RDEPENDS_grubby-ptest * As grubby upstream still continually updates ptest script test.sh with bash specific syntax such as commit 98cab84501f86bd98f12653c11f4ecc632139399 and etc, so no need to remove bashisms Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -13,7 +13,6 @@ DEPENDS = "popt util-linux"
|
||||
SRC_URI = "https://github.com/rhinstaller/${BPN}/archive/${PV}-1.tar.gz;downloadfilename=${BPN}-${PV}-1.tar.gz \
|
||||
file://grubby-rename-grub2-editenv-to-grub-editenv.patch \
|
||||
file://run-ptest \
|
||||
file://grubby-remove-bashisms-in-test.sh.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "1005907b275d6d93368d045274537d86"
|
||||
@@ -33,6 +32,6 @@ do_install_ptest() {
|
||||
sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}-ptest = "util-linux-getopt"
|
||||
RDEPENDS_${PN}-ptest = "util-linux-getopt bash"
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
|
||||
|
||||
Reference in New Issue
Block a user