summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-kernel')
-rw-r--r--meta-oe/recipes-kernel/bpftool/bpftool.bb2
-rw-r--r--meta-oe/recipes-kernel/cpupower/cpupower.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-kernel/bpftool/bpftool.bb b/meta-oe/recipes-kernel/bpftool/bpftool.bb
index dd7eaa2aa..f75ac6f81 100644
--- a/meta-oe/recipes-kernel/bpftool/bpftool.bb
+++ b/meta-oe/recipes-kernel/bpftool/bpftool.bb
@@ -27,7 +27,7 @@ do_install() {
27PACKAGE_ARCH = "${MACHINE_ARCH}" 27PACKAGE_ARCH = "${MACHINE_ARCH}"
28 28
29python do_package_prepend() { 29python do_package_prepend() {
30 d.setVar('PKGV', d.getVar("KERNEL_VERSION", True).split("-")[0]) 30 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
31} 31}
32 32
33B = "${WORKDIR}/${BPN}-${PV}" 33B = "${WORKDIR}/${BPN}-${PV}"
diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb
index 4544f5b2e..928973871 100644
--- a/meta-oe/recipes-kernel/cpupower/cpupower.bb
+++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb
@@ -30,7 +30,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
30RDEPENDS_${PN} = "bash" 30RDEPENDS_${PN} = "bash"
31 31
32python do_package_prepend() { 32python do_package_prepend() {
33 d.setVar('PKGV', d.getVar("KERNEL_VERSION", True).split("-")[0]) 33 d.setVar('PKGV', d.getVar("KERNEL_VERSION").split("-")[0])
34} 34}
35 35
36B = "${WORKDIR}/${BPN}-${PV}" 36B = "${WORKDIR}/${BPN}-${PV}"