summaryrefslogtreecommitdiffstats
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
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>
-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 c963c8ef9..4abd273fa 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 \
3saving related features of your processor." 3saving related features of your processor."
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
6DEPENDS = "pciutils" 6DEPENDS = "pciutils gettext-native"
7PROVIDES = "virtual/cpupower" 7PROVIDES = "virtual/cpupower"
8 8
9inherit kernelsrc kernel-arch 9inherit kernelsrc kernel-arch