diff options
Diffstat (limited to 'meta-openmoko/packages/pulseaudio/pulse.inc')
-rw-r--r-- | meta-openmoko/packages/pulseaudio/pulse.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-openmoko/packages/pulseaudio/pulse.inc b/meta-openmoko/packages/pulseaudio/pulse.inc index f765bec1a1..4b13980cc4 100644 --- a/meta-openmoko/packages/pulseaudio/pulse.inc +++ b/meta-openmoko/packages/pulseaudio/pulse.inc | |||
@@ -3,8 +3,7 @@ HOMEPAGE = "http://www.pulseaudio.org" | |||
3 | AUTHOR = "Lennart Poettering" | 3 | AUTHOR = "Lennart Poettering" |
4 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
5 | LICENSE = "LGPL" | 5 | LICENSE = "LGPL" |
6 | 6 | DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool hal" | |
7 | DEPENDS = "libatomics-ops liboil avahi libsamplerate0 libsndfile1 libtool" | ||
8 | # optional | 7 | # optional |
9 | DEPENDS += "alsa-lib glib-2.0" | 8 | DEPENDS += "alsa-lib glib-2.0" |
10 | 9 | ||
@@ -21,7 +20,8 @@ EXTRA_OECONF = "\ | |||
21 | --with-glib \ | 20 | --with-glib \ |
22 | --with-alsa \ | 21 | --with-alsa \ |
23 | --with-oss \ | 22 | --with-oss \ |
24 | " | 23 | --with-hal \ |
24 | " | ||
25 | 25 | ||
26 | PARALLEL_MAKE = "" | 26 | PARALLEL_MAKE = "" |
27 | 27 | ||
@@ -83,7 +83,8 @@ pkg_postinst_${PN}-server() { | |||
83 | grep -q pulse: /etc/group || addgroup pulse | 83 | grep -q pulse: /etc/group || addgroup pulse |
84 | grep -q pulse: /etc/passwd || \ | 84 | grep -q pulse: /etc/passwd || \ |
85 | adduser --disabled-password --home=/var/run/pulse --system \ | 85 | adduser --disabled-password --home=/var/run/pulse --system \ |
86 | --ingroup pulse --no-create-home -g "Pulse audio daemon" pulse | 86 | --ingroup pulse --no-create-home -g "Pulse audio daemon" pulse |
87 | addgroup pulse audio | ||
87 | /etc/init.d/populate-volatile.sh update | 88 | /etc/init.d/populate-volatile.sh update |
88 | } | 89 | } |
89 | 90 | ||