summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/cpupower/cpupower.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-kernel/cpupower/cpupower.bb')
-rw-r--r--meta-oe/recipes-kernel/cpupower/cpupower.bb2
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 abf1585de..cf70eb2c8 100644
--- a/meta-oe/recipes-kernel/cpupower/cpupower.bb
+++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb
@@ -5,7 +5,7 @@ LICENSE = "GPLv2"
5DEPENDS = "pciutils gettext-native" 5DEPENDS = "pciutils gettext-native"
6PROVIDES = "virtual/cpupower" 6PROVIDES = "virtual/cpupower"
7 7
8inherit kernelsrc kernel-arch 8inherit kernelsrc kernel-arch bash-completion
9 9
10do_populate_lic[depends] += "virtual/kernel:do_patch" 10do_populate_lic[depends] += "virtual/kernel:do_patch"
11 11