summaryrefslogtreecommitdiffstats
path: root/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb')
-rw-r--r--meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
index 1a61e9dce..0e9379085 100644
--- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
+++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb
@@ -13,7 +13,6 @@ DEPENDS = "popt util-linux"
13SRC_URI = "https://github.com/rhinstaller/${BPN}/archive/${PV}-1.tar.gz;downloadfilename=${BPN}-${PV}-1.tar.gz \ 13SRC_URI = "https://github.com/rhinstaller/${BPN}/archive/${PV}-1.tar.gz;downloadfilename=${BPN}-${PV}-1.tar.gz \
14 file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ 14 file://grubby-rename-grub2-editenv-to-grub-editenv.patch \
15 file://run-ptest \ 15 file://run-ptest \
16 file://grubby-remove-bashisms-in-test.sh.patch \
17" 16"
18 17
19SRC_URI[md5sum] = "1005907b275d6d93368d045274537d86" 18SRC_URI[md5sum] = "1005907b275d6d93368d045274537d86"
@@ -33,6 +32,6 @@ do_install_ptest() {
33 sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh 32 sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh
34} 33}
35 34
36RDEPENDS_${PN}-ptest = "util-linux-getopt" 35RDEPENDS_${PN}-ptest = "util-linux-getopt bash"
37 36
38COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' 37COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'