pulseaudio: Allow empty main package for dependency chains

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-05-21 14:26:12 +01:00
parent 5b5ed4cd35
commit 3af2755e9a
2 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,7 @@ inherit autotools pkgconfig
EXTRA_OECONF = "\
--disable-lynx \
--disable-bluez \
--without-x \
--without-jack \
--with-glib \
@ -69,6 +70,9 @@ FILES_${PN}-server = "${bindir}/pulseaudio ${sysconfdir}"
FILES_${PN}-gconf-helper = "${libexecdir}/pulse/gconf-helper"
FILES_${PN}-misc = "${bindir}/*"
# Allow the pulseaudio package to be created empty as a placeholder (-dbg and -dev depend on it)
ALLOW_EMPTY_${PN} = "1"
CONFFILES_pulseaudio-server = "\
${sysconfdir}/pulse/default.pa \
${sysconfdir}/pulse/daemon.conf \

View File

@ -1,7 +1,7 @@
require pulseaudio.inc
DEPENDS += "dbus gdbm speex"
PR = "r0"
PR = "r1"
SRC_URI += "\
file://buildfix.patch;patch=1 \