[oe-commits] Martin Jansa : cpufrequtils: inherit gettext

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:24 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: 22a686e57ce9f98d18d7e417eea00efb7a0ab9f0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=22a686e57ce9f98d18d7e417eea00efb7a0ab9f0

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jul  4 09:49:57 2013 +0200

cpufrequtils: inherit gettext

* build without gettext-native fails with:
  | Building ccdv
  | /bin/sh: 1: xgettext: not found

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../cpufrequtils/cpufrequtils_008.bb               |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
index bd631af..e74fa44 100644
--- a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
+++ b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb
@@ -1,5 +1,7 @@
 DESCRIPTION = "To make access to the Linux kernel cpufreq subsystem easier for users and cpufreq userspace tools, a cpufrequtils package was created"
 
+inherit gettext
+
 DEPENDS = "libtool-cross"
 
 LICENSE = "GPLv2"



More information about the Openembedded-commits mailing list