[oe-commits] Simon Busch : fsoaudiod: package even the alsa-plugin and bump PR

git version control git at git.openembedded.org
Mon May 16 20:26:31 UTC 2011


Module: openembedded.git
Branch: master
Commit: 0d76535e589c7d36ad6d3d3491cfd6612010293d
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=0d76535e589c7d36ad6d3d3491cfd6612010293d

Author: Simon Busch <morphis at gravedo.de>
Date:   Mon May 16 22:13:44 2011 +0200

fsoaudiod: package even the alsa-plugin and bump PR

Signed-off-by: Simon Busch <morphis at gravedo.de>

---

 recipes/freesmartphone/fsoaudiod_git.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/fsoaudiod_git.bb b/recipes/freesmartphone/fsoaudiod_git.bb
index 57540c1..a6f1933 100644
--- a/recipes/freesmartphone/fsoaudiod_git.bb
+++ b/recipes/freesmartphone/fsoaudiod_git.bb
@@ -14,7 +14,7 @@ DEPENDS += "alsa-lib"
 SRCREV = "${FSO_CORNUCOPIA_SRCREV}"
 PV = "0.1.0+gitr${SRCPV}"
 PE = "2"
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
 
 inherit update-rc.d
 
@@ -33,3 +33,8 @@ do_install_append() {
   install -d ${D}${sysconfdir}/init.d/
   install -m 0755 ${WORKDIR}/fsoaudiod ${D}${sysconfdir}/init.d/
 }
+
+PACKAGES =+ "${PN}-alsa-plugins ${PN}-alsa-plugins-dbg ${PN}-alsa-plugins-dev"
+FILES_${PN}-alsa-plugins = "${libdir}/alsa-lib/fsoaudio_session.so"
+FILES_${PN}-alsa-plugins-dev = "${libdir}/alsa-lib/fsoaudio_session.la"
+FILES_${PN}-alsa-plugins-dbg = "${libdir}/alsa-lib/.debug/fsoaudio_session.so"





More information about the Openembedded-commits mailing list