diff options
Diffstat (limited to 'meta-oe/recipes-kernel/cpupower/cpupower.bb')
| -rw-r--r-- | meta-oe/recipes-kernel/cpupower/cpupower.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb index 4544f5b2ef..9289738716 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}" | |||
| 30 | RDEPENDS_${PN} = "bash" | 30 | RDEPENDS_${PN} = "bash" |
| 31 | 31 | ||
| 32 | python do_package_prepend() { | 32 | python 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 | ||
| 36 | B = "${WORKDIR}/${BPN}-${PV}" | 36 | B = "${WORKDIR}/${BPN}-${PV}" |
