diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-04 09:49:57 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-08 10:35:56 +0200 |
| commit | e4d36ed0d662300489a0d3de821b7b0eafafc28f (patch) | |
| tree | c9652bdc7b353e369d9543f745b5b3122f18e66d /meta-oe/recipes-support/cpufrequtils | |
| parent | b4fcac26406a99313d7f553e007b196fb891701f (diff) | |
| download | meta-openembedded-e4d36ed0d662300489a0d3de821b7b0eafafc28f.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>
Diffstat (limited to 'meta-oe/recipes-support/cpufrequtils')
| -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" |
