diff options
Diffstat (limited to 'meta-oe/recipes-kernel/bpftool/bpftool.bb')
-rw-r--r-- | meta-oe/recipes-kernel/bpftool/bpftool.bb | 2 |
1 files changed, 1 insertions, 1 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() { | |||
27 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 27 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
28 | 28 | ||
29 | python do_package_prepend() { | 29 | python 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 | ||
33 | B = "${WORKDIR}/${BPN}-${PV}" | 33 | B = "${WORKDIR}/${BPN}-${PV}" |