[oe-commits] [meta-openembedded] 22/61: cpupower: add gettext-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Sat Mar 17 02:48:09 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 1c67160a28f24ccdad3983279008ed2d4ec15419
Author: Liwei Song <liwei.song at windriver.com>
AuthorDate: Wed Feb 28 20:51:39 2018 -0500

    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 at windriver.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-kernel/cpupower/cpupower.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb
index c963c8e..4abd273 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list