mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user