aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel
diff options
context:
space:
mode:
authorLiwei Song <liwei.song@windriver.com>2018-02-28 20:51:39 -0500
committerArmin Kuster <akuster808@gmail.com>2018-03-16 19:14:25 -0700
commita060d55f869535c37aa64b4f62d233519b871f0a (patch)
treed1285b6c6d5a6edc4e485436baafcf1ce7bdc001 /meta-oe/recipes-kernel
parentdc4fc199f5adeaef98e789b58c213529f81cf175 (diff)
downloadmeta-openembedded-a060d55f869535c37aa64b4f62d233519b871f0a.tar.gz
cpupower: add gettext-native to DEPENDS
Add gettext-native to DEPENDS to fix the following build error: MSGFMT cpupower/1.0-r0/cpupower-1.0/po/fr.gmo make: msgfmt: Command not found Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-kernel')
-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 c963c8ef91..4abd273fae 100644
--- a/meta-oe/recipes-kernel/cpupower/cpupower.bb
+++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "cpupower is a collection of tools to examine and tune power \
saving related features of your processor."
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
-DEPENDS = "pciutils"
+DEPENDS = "pciutils gettext-native"
PROVIDES = "virtual/cpupower"
inherit kernelsrc kernel-arch