cpufrequtils: Fix build without NLS

uclibc disables NLS and we need to pass the right
define to inform the build system about NLS support
cpufrequtils-nls.patch is applied upstream so lets
remove it from metadata

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2012-06-24 12:37:07 -07:00
committed by Koen Kooi
parent 445f95f8d3
commit a64ec2dcbe
2 changed files with 3 additions and 82 deletions
@@ -11,7 +11,9 @@ SRCREV = "a2f0c39d5f21596bb9f5223e895c0ff210b265d0"
SRC_URI = "git://github.com/emagii/cpufrequtils.git \
"
PR = "r3"
CFLAGS_append_libc-uclibc = " ${@['-DNLS', '-UNLS']['${USE_NLS}' == 'no']} "
PR = "r4"
S = "${WORKDIR}/git"