[oe-commits] org.oe.dev pulseaudio: fix packaging

koen commit openembedded-commits at lists.openembedded.org
Fri Jan 19 12:18:37 UTC 2007


pulseaudio: fix packaging

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 1d90f8b3fde028de88013d6ba739663a71281009
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1d90f8b3fde028de88013d6ba739663a71281009
Files:
1
packages/pulseaudio/pulseaudio_0.9.2.bb
Diffs:

#
# mt diff -r625aaea09684d61bcdb8aab52e47a20e85fec67f -r1d90f8b3fde028de88013d6ba739663a71281009
#
# 
# 
# patch "packages/pulseaudio/pulseaudio_0.9.2.bb"
#  from [844815e4100bbc29c0763197cb8df2aff7e7b0dd]
#    to [b26193b54a0a20cb420dddffcdb8aa3bf2b406d0]
# 
============================================================
--- packages/pulseaudio/pulseaudio_0.9.2.bb	844815e4100bbc29c0763197cb8df2aff7e7b0dd
+++ packages/pulseaudio/pulseaudio_0.9.2.bb	b26193b54a0a20cb420dddffcdb8aa3bf2b406d0
@@ -1,26 +1,37 @@ LICENSE = "LGPL"
 DESCRIPTION = "Pulseaudio is a sound server for Linux and Unix-like operating systems."
 HOMEPAGE = "http://www.pulseaudio.org"
 AUTHOR = "Lennart Poettering"
 SECTION = "libs/multimedia"
 LICENSE = "LGPL"
+
 DEPENDS = "liboil libsamplerate0 libsndfile1 libtool"
 # optional
 DEPENDS += "alsa-lib"
-PR = "r1"
 
+PR = "r2"
+
 SRC_URI = "http://0pointer.de/lennart/projects/pulseaudio/pulseaudio-${PV}.tar.gz"
 
 inherit autotools
 
-EXTRA_OECONF = "--disable-lynx --without-x --without-glib --without-jack --with-alsa --with-oss"
+EXTRA_OECONF = "\
+                --disable-lynx \
+		--without-x \
+		--without-glib \
+		--without-jack \
+		--with-alsa \
+		--with-oss \
+		"
 
 PARALLEL_MAKE = ""
 
 LEAD_SONAME = "libpulse.so"
+
 PACKAGES =+ "${PN}-conf ${PN}-bin"
 PACKAGES_DYNAMIC = "pulseaudio-module-* pulseaudio-lib-*"
+
 FILES_${PN}-conf = "${sysconfdir}"
-FILES_${PN}-bin = "${bindir}"
+FILES_${PN}-bin = "${bindir}/*"
 
 python populate_packages_prepend() {
         #bb.data.setVar('PKG_pulseaudio', 'pulseaudio', d)






More information about the Openembedded-commits mailing list