diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-04 09:49:57 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-08-22 09:51:26 +0200 |
commit | 22a686e57ce9f98d18d7e417eea00efb7a0ab9f0 (patch) | |
tree | 9395467f9d20b84259ce11e4433d2d57a98bd747 | |
parent | e94baac2739a20ad96ca168957a1130959311df1 (diff) | |
download | meta-openembedded-22a686e57ce9f98d18d7e417eea00efb7a0ab9f0.tar.gz |
cpufrequtils: inherit gettext
* build without gettext-native fails with:
| Building ccdv
| /bin/sh: 1: xgettext: not found
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/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 bd631af8e6..e74fa44543 100644 --- a/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb +++ b/meta-oe/recipes-support/cpufrequtils/cpufrequtils_008.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | DESCRIPTION = "To make access to the Linux kernel cpufreq subsystem easier for users and cpufreq userspace tools, a cpufrequtils package was created" | 1 | DESCRIPTION = "To make access to the Linux kernel cpufreq subsystem easier for users and cpufreq userspace tools, a cpufrequtils package was created" |
2 | 2 | ||
3 | inherit gettext | ||
4 | |||
3 | DEPENDS = "libtool-cross" | 5 | DEPENDS = "libtool-cross" |
4 | 6 | ||
5 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |