diff options
Diffstat (limited to 'meta-initramfs/recipes-devtools/grubby')
| -rw-r--r-- | meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | 10 | ||||
| -rw-r--r-- | meta-initramfs/recipes-devtools/grubby/grubby_git.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb index 7403cf64f7..c4d74109cd 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_8.40.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "GPLv2+" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
| 11 | 11 | ||
| 12 | DEPENDS = "popt util-linux" | 12 | DEPENDS = "popt util-linux" |
| 13 | DEPENDS_append_libc-musl = " libexecinfo" | 13 | DEPENDS:append:libc-musl = " libexecinfo" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" | 16 | SRCREV = "79c5cfa02c567efdc5bb18cdd584789e2e35aa23" |
| @@ -21,13 +21,13 @@ SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | |||
| 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ | 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "dracut" | 24 | RDEPENDS:${PN} += "dracut" |
| 25 | 25 | ||
| 26 | inherit autotools-brokensep ptest | 26 | inherit autotools-brokensep ptest |
| 27 | 27 | ||
| 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}'" | 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}'" |
| 29 | 29 | ||
| 30 | LIBS_libc-musl = "-lexecinfo" | 30 | LIBS:libc-musl = "-lexecinfo" |
| 31 | LIBS ?= "" | 31 | LIBS ?= "" |
| 32 | do_install_ptest() { | 32 | do_install_ptest() { |
| 33 | install -d ${D}${PTEST_PATH} | 33 | install -d ${D}${PTEST_PATH} |
| @@ -35,7 +35,7 @@ do_install_ptest() { | |||
| 35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh | 35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | RDEPENDS_${PN} += "bash" | 38 | RDEPENDS:${PN} += "bash" |
| 39 | RDEPENDS_${PN}-ptest = "util-linux-getopt bash" | 39 | RDEPENDS:${PN}-ptest = "util-linux-getopt bash" |
| 40 | 40 | ||
| 41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | 41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' |
diff --git a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb index 7248147a5c..38075e3907 100644 --- a/meta-initramfs/recipes-devtools/grubby/grubby_git.bb +++ b/meta-initramfs/recipes-devtools/grubby/grubby_git.bb | |||
| @@ -10,7 +10,7 @@ LICENSE = "GPLv2+" | |||
| 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a" |
| 11 | 11 | ||
| 12 | DEPENDS = "popt util-linux" | 12 | DEPENDS = "popt util-linux" |
| 13 | DEPENDS_append_libc-musl = " libexecinfo" | 13 | DEPENDS:append:libc-musl = " libexecinfo" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" | 16 | SRCREV = "a1d2ae93408c3408e672d7eba4550fdf27fb0201" |
| @@ -21,13 +21,13 @@ SRC_URI = "git://github.com/rhboot/grubby.git;protocol=https; \ | |||
| 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ | 21 | file://0002-include-paths.h-for-_PATH_MOUNTED.patch \ |
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | RDEPENDS_${PN} += "dracut" | 24 | RDEPENDS:${PN} += "dracut" |
| 25 | 25 | ||
| 26 | inherit autotools-brokensep ptest | 26 | inherit autotools-brokensep ptest |
| 27 | 27 | ||
| 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}' 'PREFIX'=${@bb.utils.contains('DISTRO_FEATURES','usrmerge','/usr','',d)}" | 28 | EXTRA_OEMAKE = "-e 'CC=${CC}' 'LDFLAGS=${LDFLAGS}' LIBS='${LIBS}' 'PREFIX'=${@bb.utils.contains('DISTRO_FEATURES','usrmerge','/usr','',d)}" |
| 29 | 29 | ||
| 30 | LIBS_libc-musl = "-lexecinfo" | 30 | LIBS:libc-musl = "-lexecinfo" |
| 31 | LIBS ?= "" | 31 | LIBS ?= "" |
| 32 | do_install_ptest() { | 32 | do_install_ptest() { |
| 33 | install -d ${D}${PTEST_PATH} | 33 | install -d ${D}${PTEST_PATH} |
| @@ -35,7 +35,7 @@ do_install_ptest() { | |||
| 35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh | 35 | sed -i 's|./grubby|grubby|' ${D}${PTEST_PATH}/test.sh |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | RDEPENDS_${PN} += "bash" | 38 | RDEPENDS:${PN} += "bash" |
| 39 | RDEPENDS_${PN}-ptest = "util-linux-getopt bash" | 39 | RDEPENDS:${PN}-ptest = "util-linux-getopt bash" |
| 40 | 40 | ||
| 41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | 41 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' |
