]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: Always enable NLS
authorKhem Raj <raj.khem@gmail.com>
Fri, 31 Aug 2012 21:10:52 +0000 (14:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 2 Sep 2012 12:47:43 +0000 (05:47 -0700)
When NLS is disabled e.g. on uclibc the build fails
The actual problem is that pulseaudio build system
should cater for it but it does not

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-multimedia/pulseaudio/pulseaudio.inc
meta/recipes-multimedia/pulseaudio/pulseaudio_2.1.bb

index e8ebf5697ec97eae4786210fd063cf7b5e97f00b..22870ad5a07889f029dcfd0bb613738e27ce4d6d 100644 (file)
@@ -19,6 +19,10 @@ SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.g
 
 inherit autotools pkgconfig useradd
 
+# *.desktop rules wont be generated during configure and build will fail
+# if using --disable-nls
+USE_NLS = "yes"
+
 EXTRA_OECONF = "\
                --disable-lynx \
                ${@base_contains('DISTRO_FEATURES', 'bluetooth', '--enable-bluez', '--disable-bluez', d)} \
index a61e983a59e62d2b8d823a5c2252f90fb3e8685e..5359146c40501746360d199fa3a34f0810bdd31a 100644 (file)
@@ -1,6 +1,6 @@
 require pulseaudio.inc
 
-PR = "r0"
+PR = "r1"
 
 DEPENDS += "libjson gdbm speex libxml-parser-perl-native"