diff options
-rw-r--r-- | meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb index 5a998248c8..dc3a70bb52 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | |||
@@ -4,6 +4,7 @@ about the configuration files for the grub, lilo, elilo (ia64), yaboot (powerpc) | |||
4 | zipl (s390) boot loaders. It is primarily designed to be used from scripts which install \ | 4 | zipl (s390) boot loaders. It is primarily designed to be used from scripts which install \ |
5 | new kernels and need to find information about the current boot environment. \ | 5 | new kernels and need to find information about the current boot environment. \ |
6 | " | 6 | " |
7 | HOMEPAGE = "https://github.com/rhboot/grubby" | ||
7 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
8 | 9 | ||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
@@ -11,18 +12,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | |||
11 | DEPENDS = "popt util-linux" | 12 | DEPENDS = "popt util-linux" |
12 | DEPENDS_append_libc-musl = " libexecinfo" | 13 | DEPENDS_append_libc-musl = " libexecinfo" |
13 | 14 | ||
14 | SRC_URI = "https://github.com/rhinstaller/${BPN}/archive/${PV}-1.tar.gz;downloadfilename=${BPN}-${PV}-1.tar.gz \ | 15 | S = "${WORKDIR}/git" |
16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" | ||
17 | SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | ||
15 | file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ | 18 | file://grubby-rename-grub2-editenv-to-grub-editenv.patch \ |
16 | file://run-ptest \ | 19 | file://run-ptest \ |
17 | file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ | 20 | file://0001-Add-another-variable-LIBS-to-provides-libraries-from.patch \ |
18 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ | 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ |
19 | " | 22 | " |
20 | 23 | ||
21 | SRC_URI[md5sum] = "1005907b275d6d93368d045274537d86" | ||
22 | SRC_URI[sha256sum] = "85f1c678484f74c8978e8643451594967defce463a86c35cb1ee56d12767a9df" | ||
23 | |||
24 | S = "${WORKDIR}/${BPN}-${PV}-1" | ||
25 | |||
26 | RDEPENDS_${PN} += "dracut" | 24 | RDEPENDS_${PN} += "dracut" |
27 | 25 | ||
28 | inherit autotools-brokensep ptest | 26 | inherit autotools-brokensep ptest |