]> code.ossystems Code Review - openembedded-core.git/commitdiff
pulseaudio: Always enable NLS
authorKhem Raj <raj.khem@gmail.com>
Mon, 17 Sep 2012 12:07:35 +0000 (14:07 +0200)
committerScott Garman <scott.a.garman@intel.com>
Mon, 24 Sep 2012 16:51:14 +0000 (09:51 -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 b952d6866c77c58c4496954890967a8fb1a732eb..de653fe1d9f3f751917996e4bd191071c209c1be 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"