diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-initramfs/recipes-devtools/grubby | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 7403cf64f..c4d74109c 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 7248147a5..38075e390 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.*)' |